Shades of Maire #1C1403
Tints of Maire #1C1403
RGB
CMYK
RGB Variations
Color information
#1C1403 (or 0x1C1403) is known color: Maire. HEX triplet: 1C, 14 and 03. RGB value is (28,20,3). Sum of RGB (Red+Green+Blue) = 28+20+3=51 (6% of max value = 765). Red value is 28 (11.33% from 255 or 54.90% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1403 is #E3EBFC. Grayscale: #141414. Windows color (decimal): -14937085 or 201756. OLE color: 201756.
HSL color Cylindrical-coordinate representation of color #1C1403: hue angle of 40.8º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C1403 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 20 | 3 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.89 |
| HSL | 40.8º | 0.81% | 0.06% | - |
| HSV(B) | 40.8º | 0.89% | 0.11% | - |
| XYZ | 0.75 | 0.75 | 0.19 | - |
| YUV | 20.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 3 | 0 | 0.29 | 0.89 | 0.89 | 40.8 | 0.81 | 0.06 |
| Hex | 1C | 14 | 3 | 0 | 1D | 59 | 59 | 29 | 51 | 6 |
| Octal | 34 | 24 | 3 | 0 | 35 | 131 | 131 | 51 | 121 | 6 |
| Binary | 11100 | 10100 | 11 | 0 | 11101 | 1011001 | 1011001 | 101001 | 1010001 | 110 |
Color Harmonies of #1C1403
Complementary color
Monochromatic Colors of #1C1403
Black with #1C1403
Text Example
Text Example
White with #1C1403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1403; }
p { color: rgb(28,20,3); }
H1.HeaderClassName
{
color: #1C1403;
}
.AnyTagClassName
{
color: #1C1403;
}
</style>
background-color css
<style>
a { background-color: #1C1403; }
a { background-color: rgb(28,20,3); }
div.DivClassName
{
background-color: #1C1403;
}
.BgClassName
{
background-color: #1C1403;
}
</style>
border-color css
<style>
span { border-color: #1C1403; }
span { border-color: rgb(28,20,3); }
td.TdClassName
{
border-color: #1C1403;
}
.TagClassName
{
border-color: #1C1403;
}
</style>