Shades of Maire #242101
Tints of Maire #242101
RGB
CMYK
RGB Variations
Color information
#242101 (or 0x242101) is known color: Maire. HEX triplet: 24, 21 and 01. RGB value is (36,33,1). Sum of RGB (Red+Green+Blue) = 36+33+1=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 33 (13.28% from 255 or 47.14% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #242101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242101 is #DBDEFE. Grayscale: #1E1E1E. Windows color (decimal): -14409471 or 74020. OLE color: 74020.
HSL color Cylindrical-coordinate representation of color #242101: hue angle of 54.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 #242101 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 33 | 1 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.86 |
| HSL | 54.86º | 0.95% | 0.07% | - |
| HSV(B) | 54.86º | 0.97% | 0.14% | - |
| XYZ | 1.28 | 1.46 | 0.24 | - |
| YUV | 30.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 1 | 0 | 0.08 | 0.97 | 0.86 | 54.86 | 0.95 | 0.07 |
| Hex | 24 | 21 | 1 | 0 | 8 | 61 | 56 | 37 | 5F | 7 |
| Octal | 44 | 41 | 1 | 0 | 10 | 141 | 126 | 67 | 137 | 7 |
| Binary | 100100 | 100001 | 1 | 0 | 1000 | 1100001 | 1010110 | 110111 | 1011111 | 111 |
Color Harmonies of #242101
Complementary color
Monochromatic Colors of #242101
Black with #242101
Text Example
Text Example
White with #242101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242101; }
p { color: rgb(36,33,1); }
H1.HeaderClassName
{
color: #242101;
}
.AnyTagClassName
{
color: #242101;
}
</style>
background-color css
<style>
a { background-color: #242101; }
a { background-color: rgb(36,33,1); }
div.DivClassName
{
background-color: #242101;
}
.BgClassName
{
background-color: #242101;
}
</style>
border-color css
<style>
span { border-color: #242101; }
span { border-color: rgb(36,33,1); }
td.TdClassName
{
border-color: #242101;
}
.TagClassName
{
border-color: #242101;
}
</style>