Shades of Maire #241F03
Tints of Maire #241F03
RGB
CMYK
RGB Variations
Color information
#241F03 (or 0x241F03) is known color: Maire. HEX triplet: 24, 1F and 03. RGB value is (36,31,3). Sum of RGB (Red+Green+Blue) = 36+31+3=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #241F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F03 is #DBE0FC. Grayscale: #1D1D1D. Windows color (decimal): -14409981 or 204580. OLE color: 204580.
HSL color Cylindrical-coordinate representation of color #241F03: hue angle of 50.91º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #241F03 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 31 | 3 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.86 |
| HSL | 50.91º | 0.85% | 0.08% | - |
| HSV(B) | 50.91º | 0.92% | 0.14% | - |
| XYZ | 1.23 | 1.36 | 0.28 | - |
| YUV | 29.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 3 | 0 | 0.14 | 0.92 | 0.86 | 50.91 | 0.85 | 0.08 |
| Hex | 24 | 1F | 3 | 0 | E | 5C | 56 | 33 | 55 | 8 |
| Octal | 44 | 37 | 3 | 0 | 16 | 134 | 126 | 63 | 125 | 10 |
| Binary | 100100 | 11111 | 11 | 0 | 1110 | 1011100 | 1010110 | 110011 | 1010101 | 1000 |
Color Harmonies of #241F03
Complementary color
Monochromatic Colors of #241F03
Black with #241F03
Text Example
Text Example
White with #241F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241F03; }
p { color: rgb(36,31,3); }
H1.HeaderClassName
{
color: #241F03;
}
.AnyTagClassName
{
color: #241F03;
}
</style>
background-color css
<style>
a { background-color: #241F03; }
a { background-color: rgb(36,31,3); }
div.DivClassName
{
background-color: #241F03;
}
.BgClassName
{
background-color: #241F03;
}
</style>
border-color css
<style>
span { border-color: #241F03; }
span { border-color: rgb(36,31,3); }
td.TdClassName
{
border-color: #241F03;
}
.TagClassName
{
border-color: #241F03;
}
</style>