Shades of Maire #1C1404
Tints of Maire #1C1404
RGB
CMYK
RGB Variations
Color information
#1C1404 (or 0x1C1404) is known color: Maire. HEX triplet: 1C, 14 and 04. RGB value is (28,20,4). Sum of RGB (Red+Green+Blue) = 28+20+4=52 (6% of max value = 765). Red value is 28 (11.33% from 255 or 53.85% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1404 is #E3EBFB. Grayscale: #141414. Windows color (decimal): -14937084 or 267292. OLE color: 267292.
HSL color Cylindrical-coordinate representation of color #1C1404: hue angle of 40º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C1404 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 20 | 4 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.89 |
| HSL | 40º | 0.75% | 0.06% | - |
| HSV(B) | 40º | 0.86% | 0.11% | - |
| XYZ | 0.75 | 0.76 | 0.22 | - |
| YUV | 20.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 4 | 0 | 0.29 | 0.86 | 0.89 | 40 | 0.75 | 0.06 |
| Hex | 1C | 14 | 4 | 0 | 1D | 56 | 59 | 28 | 4B | 6 |
| Octal | 34 | 24 | 4 | 0 | 35 | 126 | 131 | 50 | 113 | 6 |
| Binary | 11100 | 10100 | 100 | 0 | 11101 | 1010110 | 1011001 | 101000 | 1001011 | 110 |
Color Harmonies of #1C1404
Complementary color
Monochromatic Colors of #1C1404
Black with #1C1404
Text Example
Text Example
White with #1C1404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1404; }
p { color: rgb(28,20,4); }
H1.HeaderClassName
{
color: #1C1404;
}
.AnyTagClassName
{
color: #1C1404;
}
</style>
background-color css
<style>
a { background-color: #1C1404; }
a { background-color: rgb(28,20,4); }
div.DivClassName
{
background-color: #1C1404;
}
.BgClassName
{
background-color: #1C1404;
}
</style>
border-color css
<style>
span { border-color: #1C1404; }
span { border-color: rgb(28,20,4); }
td.TdClassName
{
border-color: #1C1404;
}
.TagClassName
{
border-color: #1C1404;
}
</style>