Shades of Maire #241F0B
Tints of Maire #241F0B
RGB
CMYK
RGB Variations
Color information
#241F0B (or 0x241F0B) is known color: Maire. HEX triplet: 24, 1F and 0B. RGB value is (36,31,11). Sum of RGB (Red+Green+Blue) = 36+31+11=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #241F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F0B is #DBE0F4. Grayscale: #1E1E1E. Windows color (decimal): -14409973 or 728868. OLE color: 728868.
HSL color Cylindrical-coordinate representation of color #241F0B: hue angle of 48º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #241F0B is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 31 | 11 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.86 |
| HSL | 48º | 0.53% | 0.09% | - |
| HSV(B) | 48º | 0.69% | 0.14% | - |
| XYZ | 1.28 | 1.38 | 0.52 | - |
| YUV | 30.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 11 | 0 | 0.14 | 0.69 | 0.86 | 48 | 0.53 | 0.09 |
| Hex | 24 | 1F | B | 0 | E | 45 | 56 | 30 | 35 | 9 |
| Octal | 44 | 37 | 13 | 0 | 16 | 105 | 126 | 60 | 65 | 11 |
| Binary | 100100 | 11111 | 1011 | 0 | 1110 | 1000101 | 1010110 | 110000 | 110101 | 1001 |
Color Harmonies of #241F0B
Complementary color
Monochromatic Colors of #241F0B
Black with #241F0B
Text Example
Text Example
White with #241F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241F0B; }
p { color: rgb(36,31,11); }
H1.HeaderClassName
{
color: #241F0B;
}
.AnyTagClassName
{
color: #241F0B;
}
</style>
background-color css
<style>
a { background-color: #241F0B; }
a { background-color: rgb(36,31,11); }
div.DivClassName
{
background-color: #241F0B;
}
.BgClassName
{
background-color: #241F0B;
}
</style>
border-color css
<style>
span { border-color: #241F0B; }
span { border-color: rgb(36,31,11); }
td.TdClassName
{
border-color: #241F0B;
}
.TagClassName
{
border-color: #241F0B;
}
</style>