Shades of Maire #231F08
Tints of Maire #231F08
RGB
CMYK
RGB Variations
Color information
#231F08 (or 0x231F08) is known color: Maire. HEX triplet: 23, 1F and 08. RGB value is (35,31,8). Sum of RGB (Red+Green+Blue) = 35+31+8=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 35 - color contains mainly: red. Hex color #231F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F08 is #DCE0F7. Grayscale: #1D1D1D. Windows color (decimal): -14475512 or 532259. OLE color: 532259.
HSL color Cylindrical-coordinate representation of color #231F08: hue angle of 51.11º 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 #231F08 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 31 | 8 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.86 |
| HSL | 51.11º | 0.63% | 0.08% | - |
| HSV(B) | 51.11º | 0.77% | 0.14% | - |
| XYZ | 1.23 | 1.35 | 0.43 | - |
| YUV | 29.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 8 | 0 | 0.11 | 0.77 | 0.86 | 51.11 | 0.63 | 0.08 |
| Hex | 23 | 1F | 8 | 0 | B | 4D | 56 | 33 | 3F | 8 |
| Octal | 43 | 37 | 10 | 0 | 13 | 115 | 126 | 63 | 77 | 10 |
| Binary | 100011 | 11111 | 1000 | 0 | 1011 | 1001101 | 1010110 | 110011 | 111111 | 1000 |
Color Harmonies of #231F08
Complementary color
Monochromatic Colors of #231F08
Black with #231F08
Text Example
Text Example
White with #231F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F08; }
p { color: rgb(35,31,8); }
H1.HeaderClassName
{
color: #231F08;
}
.AnyTagClassName
{
color: #231F08;
}
</style>
background-color css
<style>
a { background-color: #231F08; }
a { background-color: rgb(35,31,8); }
div.DivClassName
{
background-color: #231F08;
}
.BgClassName
{
background-color: #231F08;
}
</style>
border-color css
<style>
span { border-color: #231F08; }
span { border-color: rgb(35,31,8); }
td.TdClassName
{
border-color: #231F08;
}
.TagClassName
{
border-color: #231F08;
}
</style>