Shades of Maire #241A01
Tints of Maire #241A01
RGB
CMYK
RGB Variations
Color information
#241A01 (or 0x241A01) is known color: Maire. HEX triplet: 24, 1A and 01. RGB value is (36,26,1). Sum of RGB (Red+Green+Blue) = 36+26+1=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #241A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241A01 is #DBE5FE. Grayscale: #1A1A1A. Windows color (decimal): -14411263 or 72228. OLE color: 72228.
HSL color Cylindrical-coordinate representation of color #241A01: hue angle of 42.86º 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 #241A01 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 26 | 1 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.86 |
| HSL | 42.86º | 0.95% | 0.07% | - |
| HSV(B) | 42.86º | 0.97% | 0.14% | - |
| XYZ | 1.1 | 1.12 | 0.19 | - |
| YUV | 26.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 1 | 0 | 0.28 | 0.97 | 0.86 | 42.86 | 0.95 | 0.07 |
| Hex | 24 | 1A | 1 | 0 | 1C | 61 | 56 | 2B | 5F | 7 |
| Octal | 44 | 32 | 1 | 0 | 34 | 141 | 126 | 53 | 137 | 7 |
| Binary | 100100 | 11010 | 1 | 0 | 11100 | 1100001 | 1010110 | 101011 | 1011111 | 111 |
Color Harmonies of #241A01
Complementary color
Monochromatic Colors of #241A01
Black with #241A01
Text Example
Text Example
White with #241A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A01; }
p { color: rgb(36,26,1); }
H1.HeaderClassName
{
color: #241A01;
}
.AnyTagClassName
{
color: #241A01;
}
</style>
background-color css
<style>
a { background-color: #241A01; }
a { background-color: rgb(36,26,1); }
div.DivClassName
{
background-color: #241A01;
}
.BgClassName
{
background-color: #241A01;
}
</style>
border-color css
<style>
span { border-color: #241A01; }
span { border-color: rgb(36,26,1); }
td.TdClassName
{
border-color: #241A01;
}
.TagClassName
{
border-color: #241A01;
}
</style>