Shades of Maire #241F08
Tints of Maire #241F08
RGB
CMYK
RGB Variations
Color information
#241F08 (or 0x241F08) is known color: Maire. HEX triplet: 24, 1F and 08. RGB value is (36,31,8). Sum of RGB (Red+Green+Blue) = 36+31+8=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 36 - color contains mainly: red. Hex color #241F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F08 is #DBE0F7. Grayscale: #1D1D1D. Windows color (decimal): -14409976 or 532260. OLE color: 532260.
HSL color Cylindrical-coordinate representation of color #241F08: hue angle of 49.29º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #241F08 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 31 | 8 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.86 |
| HSL | 49.29º | 0.64% | 0.09% | - |
| HSV(B) | 49.29º | 0.78% | 0.14% | - |
| XYZ | 1.26 | 1.37 | 0.43 | - |
| YUV | 29.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 8 | 0 | 0.14 | 0.78 | 0.86 | 49.29 | 0.64 | 0.09 |
| Hex | 24 | 1F | 8 | 0 | E | 4E | 56 | 31 | 40 | 9 |
| Octal | 44 | 37 | 10 | 0 | 16 | 116 | 126 | 61 | 100 | 11 |
| Binary | 100100 | 11111 | 1000 | 0 | 1110 | 1001110 | 1010110 | 110001 | 1000000 | 1001 |
Color Harmonies of #241F08
Complementary color
Monochromatic Colors of #241F08
Black with #241F08
Text Example
Text Example
White with #241F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241F08; }
p { color: rgb(36,31,8); }
H1.HeaderClassName
{
color: #241F08;
}
.AnyTagClassName
{
color: #241F08;
}
</style>
background-color css
<style>
a { background-color: #241F08; }
a { background-color: rgb(36,31,8); }
div.DivClassName
{
background-color: #241F08;
}
.BgClassName
{
background-color: #241F08;
}
</style>
border-color css
<style>
span { border-color: #241F08; }
span { border-color: rgb(36,31,8); }
td.TdClassName
{
border-color: #241F08;
}
.TagClassName
{
border-color: #241F08;
}
</style>