Shades of Maire #241C03
Tints of Maire #241C03
RGB
CMYK
RGB Variations
Color information
#241C03 (or 0x241C03) is known color: Maire. HEX triplet: 24, 1C and 03. RGB value is (36,28,3). Sum of RGB (Red+Green+Blue) = 36+28+3=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 3 (1.56% from 255 or 4.48% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #241C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241C03 is #DBE3FC. Grayscale: #1B1B1B. Windows color (decimal): -14410749 or 203812. OLE color: 203812.
HSL color Cylindrical-coordinate representation of color #241C03: hue angle of 45.45º 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 #241C03 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 28 | 3 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.86 |
| HSL | 45.45º | 0.85% | 0.08% | - |
| HSV(B) | 45.45º | 0.92% | 0.14% | - |
| XYZ | 1.16 | 1.21 | 0.26 | - |
| YUV | 27.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 3 | 0 | 0.22 | 0.92 | 0.86 | 45.45 | 0.85 | 0.08 |
| Hex | 24 | 1C | 3 | 0 | 16 | 5C | 56 | 2D | 55 | 8 |
| Octal | 44 | 34 | 3 | 0 | 26 | 134 | 126 | 55 | 125 | 10 |
| Binary | 100100 | 11100 | 11 | 0 | 10110 | 1011100 | 1010110 | 101101 | 1010101 | 1000 |
Color Harmonies of #241C03
Complementary color
Monochromatic Colors of #241C03
Black with #241C03
Text Example
Text Example
White with #241C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C03; }
p { color: rgb(36,28,3); }
H1.HeaderClassName
{
color: #241C03;
}
.AnyTagClassName
{
color: #241C03;
}
</style>
background-color css
<style>
a { background-color: #241C03; }
a { background-color: rgb(36,28,3); }
div.DivClassName
{
background-color: #241C03;
}
.BgClassName
{
background-color: #241C03;
}
</style>
border-color css
<style>
span { border-color: #241C03; }
span { border-color: rgb(36,28,3); }
td.TdClassName
{
border-color: #241C03;
}
.TagClassName
{
border-color: #241C03;
}
</style>