Shades of Maire #241C01
Tints of Maire #241C01
RGB
CMYK
RGB Variations
Color information
#241C01 (or 0x241C01) is known color: Maire. HEX triplet: 24, 1C and 01. RGB value is (36,28,1). Sum of RGB (Red+Green+Blue) = 36+28+1=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #241C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241C01 is #DBE3FE. Grayscale: #1B1B1B. Windows color (decimal): -14410751 or 72740. OLE color: 72740.
HSL color Cylindrical-coordinate representation of color #241C01: hue angle of 46.29º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #241C01 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 28 | 1 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.86 |
| HSL | 46.29º | 0.95% | 0.07% | - |
| HSV(B) | 46.29º | 0.97% | 0.14% | - |
| XYZ | 1.15 | 1.21 | 0.2 | - |
| YUV | 27.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 1 | 0 | 0.22 | 0.97 | 0.86 | 46.29 | 0.95 | 0.07 |
| Hex | 24 | 1C | 1 | 0 | 16 | 61 | 56 | 2E | 5F | 7 |
| Octal | 44 | 34 | 1 | 0 | 26 | 141 | 126 | 56 | 137 | 7 |
| Binary | 100100 | 11100 | 1 | 0 | 10110 | 1100001 | 1010110 | 101110 | 1011111 | 111 |
Color Harmonies of #241C01
Complementary color
Monochromatic Colors of #241C01
Black with #241C01
Text Example
Text Example
White with #241C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C01; }
p { color: rgb(36,28,1); }
H1.HeaderClassName
{
color: #241C01;
}
.AnyTagClassName
{
color: #241C01;
}
</style>
background-color css
<style>
a { background-color: #241C01; }
a { background-color: rgb(36,28,1); }
div.DivClassName
{
background-color: #241C01;
}
.BgClassName
{
background-color: #241C01;
}
</style>
border-color css
<style>
span { border-color: #241C01; }
span { border-color: rgb(36,28,1); }
td.TdClassName
{
border-color: #241C01;
}
.TagClassName
{
border-color: #241C01;
}
</style>