Shades of Maire #241F06
Tints of Maire #241F06
RGB
CMYK
RGB Variations
Color information
#241F06 (or 0x241F06) is known color: Maire. HEX triplet: 24, 1F and 06. RGB value is (36,31,6). Sum of RGB (Red+Green+Blue) = 36+31+6=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 31 (12.5% from 255 or 42.47% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #241F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F06 is #DBE0F9. Grayscale: #1D1D1D. Windows color (decimal): -14409978 or 401188. OLE color: 401188.
HSL color Cylindrical-coordinate representation of color #241F06: hue angle of 50º 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 #241F06 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 31 | 6 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.86 |
| HSL | 50º | 0.71% | 0.08% | - |
| HSV(B) | 50º | 0.83% | 0.14% | - |
| XYZ | 1.25 | 1.37 | 0.37 | - |
| YUV | 29.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 6 | 0 | 0.14 | 0.83 | 0.86 | 50 | 0.71 | 0.08 |
| Hex | 24 | 1F | 6 | 0 | E | 53 | 56 | 32 | 47 | 8 |
| Octal | 44 | 37 | 6 | 0 | 16 | 123 | 126 | 62 | 107 | 10 |
| Binary | 100100 | 11111 | 110 | 0 | 1110 | 1010011 | 1010110 | 110010 | 1000111 | 1000 |
Color Harmonies of #241F06
Complementary color
Monochromatic Colors of #241F06
Black with #241F06
Text Example
Text Example
White with #241F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241F06; }
p { color: rgb(36,31,6); }
H1.HeaderClassName
{
color: #241F06;
}
.AnyTagClassName
{
color: #241F06;
}
</style>
background-color css
<style>
a { background-color: #241F06; }
a { background-color: rgb(36,31,6); }
div.DivClassName
{
background-color: #241F06;
}
.BgClassName
{
background-color: #241F06;
}
</style>
border-color css
<style>
span { border-color: #241F06; }
span { border-color: rgb(36,31,6); }
td.TdClassName
{
border-color: #241F06;
}
.TagClassName
{
border-color: #241F06;
}
</style>