Shades of Maire #231A08
Tints of Maire #231A08
RGB
CMYK
RGB Variations
Color information
#231A08 (or 0x231A08) is known color: Maire. HEX triplet: 23, 1A and 08. RGB value is (35,26,8). Sum of RGB (Red+Green+Blue) = 35+26+8=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 26 (10.55% from 255 or 37.68% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #231A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A08 is #DCE5F7. Grayscale: #1A1A1A. Windows color (decimal): -14476792 or 530979. OLE color: 530979.
HSL color Cylindrical-coordinate representation of color #231A08: hue angle of 40º 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 #231A08 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 26 | 8 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.86 |
| HSL | 40º | 0.63% | 0.08% | - |
| HSV(B) | 40º | 0.77% | 0.14% | - |
| XYZ | 1.11 | 1.11 | 0.39 | - |
| YUV | 26.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 8 | 0 | 0.26 | 0.77 | 0.86 | 40 | 0.63 | 0.08 |
| Hex | 23 | 1A | 8 | 0 | 1A | 4D | 56 | 28 | 3F | 8 |
| Octal | 43 | 32 | 10 | 0 | 32 | 115 | 126 | 50 | 77 | 10 |
| Binary | 100011 | 11010 | 1000 | 0 | 11010 | 1001101 | 1010110 | 101000 | 111111 | 1000 |
Color Harmonies of #231A08
Complementary color
Monochromatic Colors of #231A08
Black with #231A08
Text Example
Text Example
White with #231A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A08; }
p { color: rgb(35,26,8); }
H1.HeaderClassName
{
color: #231A08;
}
.AnyTagClassName
{
color: #231A08;
}
</style>
background-color css
<style>
a { background-color: #231A08; }
a { background-color: rgb(35,26,8); }
div.DivClassName
{
background-color: #231A08;
}
.BgClassName
{
background-color: #231A08;
}
</style>
border-color css
<style>
span { border-color: #231A08; }
span { border-color: rgb(35,26,8); }
td.TdClassName
{
border-color: #231A08;
}
.TagClassName
{
border-color: #231A08;
}
</style>