Shades of Maire #241C04
Tints of Maire #241C04
RGB
CMYK
RGB Variations
Color information
#241C04 (or 0x241C04) is known color: Maire. HEX triplet: 24, 1C and 04. RGB value is (36,28,4). Sum of RGB (Red+Green+Blue) = 36+28+4=68 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.94% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 4 (1.95% from 255 or 5.88% from 68); Max value from RGB is 36 - color contains mainly: red. Hex color #241C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241C04 is #DBE3FB. Grayscale: #1B1B1B. Windows color (decimal): -14410748 or 269348. OLE color: 269348.
HSL color Cylindrical-coordinate representation of color #241C04: hue angle of 45º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #241C04 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 28 | 4 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.86 |
| HSL | 45º | 0.8% | 0.08% | - |
| HSV(B) | 45º | 0.89% | 0.14% | - |
| XYZ | 1.16 | 1.21 | 0.29 | - |
| YUV | 27.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 4 | 0 | 0.22 | 0.89 | 0.86 | 45 | 0.8 | 0.08 |
| Hex | 24 | 1C | 4 | 0 | 16 | 59 | 56 | 2D | 50 | 8 |
| Octal | 44 | 34 | 4 | 0 | 26 | 131 | 126 | 55 | 120 | 10 |
| Binary | 100100 | 11100 | 100 | 0 | 10110 | 1011001 | 1010110 | 101101 | 1010000 | 1000 |
Color Harmonies of #241C04
Complementary color
Monochromatic Colors of #241C04
Black with #241C04
Text Example
Text Example
White with #241C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C04; }
p { color: rgb(36,28,4); }
H1.HeaderClassName
{
color: #241C04;
}
.AnyTagClassName
{
color: #241C04;
}
</style>
background-color css
<style>
a { background-color: #241C04; }
a { background-color: rgb(36,28,4); }
div.DivClassName
{
background-color: #241C04;
}
.BgClassName
{
background-color: #241C04;
}
</style>
border-color css
<style>
span { border-color: #241C04; }
span { border-color: rgb(36,28,4); }
td.TdClassName
{
border-color: #241C04;
}
.TagClassName
{
border-color: #241C04;
}
</style>