Shades of Maire #231E06
Tints of Maire #231E06
RGB
CMYK
RGB Variations
Color information
#231E06 (or 0x231E06) is known color: Maire. HEX triplet: 23, 1E and 06. RGB value is (35,30,6). Sum of RGB (Red+Green+Blue) = 35+30+6=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 6 (2.73% from 255 or 8.45% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #231E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E06 is #DCE1F9. Grayscale: #1C1C1C. Windows color (decimal): -14475770 or 400931. OLE color: 400931.
HSL color Cylindrical-coordinate representation of color #231E06: hue angle of 49.66º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #231E06 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 30 | 6 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.86 |
| HSL | 49.66º | 0.71% | 0.08% | - |
| HSV(B) | 49.66º | 0.83% | 0.14% | - |
| XYZ | 1.19 | 1.3 | 0.36 | - |
| YUV | 28.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 6 | 0 | 0.14 | 0.83 | 0.86 | 49.66 | 0.71 | 0.08 |
| Hex | 23 | 1E | 6 | 0 | E | 53 | 56 | 32 | 47 | 8 |
| Octal | 43 | 36 | 6 | 0 | 16 | 123 | 126 | 62 | 107 | 10 |
| Binary | 100011 | 11110 | 110 | 0 | 1110 | 1010011 | 1010110 | 110010 | 1000111 | 1000 |
Color Harmonies of #231E06
Complementary color
Monochromatic Colors of #231E06
Black with #231E06
Text Example
Text Example
White with #231E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231E06; }
p { color: rgb(35,30,6); }
H1.HeaderClassName
{
color: #231E06;
}
.AnyTagClassName
{
color: #231E06;
}
</style>
background-color css
<style>
a { background-color: #231E06; }
a { background-color: rgb(35,30,6); }
div.DivClassName
{
background-color: #231E06;
}
.BgClassName
{
background-color: #231E06;
}
</style>
border-color css
<style>
span { border-color: #231E06; }
span { border-color: rgb(35,30,6); }
td.TdClassName
{
border-color: #231E06;
}
.TagClassName
{
border-color: #231E06;
}
</style>