Shades of Maire #241F05
Tints of Maire #241F05
RGB
CMYK
RGB Variations
Color information
#241F05 (or 0x241F05) is known color: Maire. HEX triplet: 24, 1F and 05. RGB value is (36,31,5). Sum of RGB (Red+Green+Blue) = 36+31+5=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #241F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F05 is #DBE0FA. Grayscale: #1D1D1D. Windows color (decimal): -14409979 or 335652. OLE color: 335652.
HSL color Cylindrical-coordinate representation of color #241F05: hue angle of 50.32º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241F05 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 31 | 5 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.86 |
| HSL | 50.32º | 0.76% | 0.08% | - |
| HSV(B) | 50.32º | 0.86% | 0.14% | - |
| XYZ | 1.24 | 1.37 | 0.34 | - |
| YUV | 29.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 5 | 0 | 0.14 | 0.86 | 0.86 | 50.32 | 0.76 | 0.08 |
| Hex | 24 | 1F | 5 | 0 | E | 56 | 56 | 32 | 4C | 8 |
| Octal | 44 | 37 | 5 | 0 | 16 | 126 | 126 | 62 | 114 | 10 |
| Binary | 100100 | 11111 | 101 | 0 | 1110 | 1010110 | 1010110 | 110010 | 1001100 | 1000 |
Color Harmonies of #241F05
Complementary color
Monochromatic Colors of #241F05
Black with #241F05
Text Example
Text Example
White with #241F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241F05; }
p { color: rgb(36,31,5); }
H1.HeaderClassName
{
color: #241F05;
}
.AnyTagClassName
{
color: #241F05;
}
</style>
background-color css
<style>
a { background-color: #241F05; }
a { background-color: rgb(36,31,5); }
div.DivClassName
{
background-color: #241F05;
}
.BgClassName
{
background-color: #241F05;
}
</style>
border-color css
<style>
span { border-color: #241F05; }
span { border-color: rgb(36,31,5); }
td.TdClassName
{
border-color: #241F05;
}
.TagClassName
{
border-color: #241F05;
}
</style>