Shades of Maire #231B08
Tints of Maire #231B08
RGB
CMYK
RGB Variations
Color information
#231B08 (or 0x231B08) is known color: Maire. HEX triplet: 23, 1B and 08. RGB value is (35,27,8). Sum of RGB (Red+Green+Blue) = 35+27+8=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #231B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B08 is #DCE4F7. Grayscale: #1B1B1B. Windows color (decimal): -14476536 or 531235. OLE color: 531235.
HSL color Cylindrical-coordinate representation of color #231B08: hue angle of 42.22º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #231B08 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 27 | 8 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.86 |
| HSL | 42.22º | 0.63% | 0.08% | - |
| HSV(B) | 42.22º | 0.77% | 0.14% | - |
| XYZ | 1.13 | 1.16 | 0.39 | - |
| YUV | 27.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 8 | 0 | 0.23 | 0.77 | 0.86 | 42.22 | 0.63 | 0.08 |
| Hex | 23 | 1B | 8 | 0 | 17 | 4D | 56 | 2A | 3F | 8 |
| Octal | 43 | 33 | 10 | 0 | 27 | 115 | 126 | 52 | 77 | 10 |
| Binary | 100011 | 11011 | 1000 | 0 | 10111 | 1001101 | 1010110 | 101010 | 111111 | 1000 |
Color Harmonies of #231B08
Complementary color
Monochromatic Colors of #231B08
Black with #231B08
Text Example
Text Example
White with #231B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231B08; }
p { color: rgb(35,27,8); }
H1.HeaderClassName
{
color: #231B08;
}
.AnyTagClassName
{
color: #231B08;
}
</style>
background-color css
<style>
a { background-color: #231B08; }
a { background-color: rgb(35,27,8); }
div.DivClassName
{
background-color: #231B08;
}
.BgClassName
{
background-color: #231B08;
}
</style>
border-color css
<style>
span { border-color: #231B08; }
span { border-color: rgb(35,27,8); }
td.TdClassName
{
border-color: #231B08;
}
.TagClassName
{
border-color: #231B08;
}
</style>