Shades of Maire #1C1301
Tints of Maire #1C1301
RGB
CMYK
RGB Variations
Color information
#1C1301 (or 0x1C1301) is known color: Maire. HEX triplet: 1C, 13 and 01. RGB value is (28,19,1). Sum of RGB (Red+Green+Blue) = 28+19+1=48 (6% of max value = 765). Red value is 28 (11.33% from 255 or 58.33% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1301 is #E3ECFE. Grayscale: #131313. Windows color (decimal): -14937343 or 70428. OLE color: 70428.
HSL color Cylindrical-coordinate representation of color #1C1301: hue angle of 40º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C1301 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 19 | 1 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.89 |
| HSL | 40º | 0.93% | 0.06% | - |
| HSV(B) | 40º | 0.96% | 0.11% | - |
| XYZ | 0.72 | 0.71 | 0.13 | - |
| YUV | 19.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 1 | 0 | 0.32 | 0.96 | 0.89 | 40 | 0.93 | 0.06 |
| Hex | 1C | 13 | 1 | 0 | 20 | 60 | 59 | 28 | 5D | 6 |
| Octal | 34 | 23 | 1 | 0 | 40 | 140 | 131 | 50 | 135 | 6 |
| Binary | 11100 | 10011 | 1 | 0 | 100000 | 1100000 | 1011001 | 101000 | 1011101 | 110 |
Color Harmonies of #1C1301
Complementary color
Monochromatic Colors of #1C1301
Black with #1C1301
Text Example
Text Example
White with #1C1301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1301; }
p { color: rgb(28,19,1); }
H1.HeaderClassName
{
color: #1C1301;
}
.AnyTagClassName
{
color: #1C1301;
}
</style>
background-color css
<style>
a { background-color: #1C1301; }
a { background-color: rgb(28,19,1); }
div.DivClassName
{
background-color: #1C1301;
}
.BgClassName
{
background-color: #1C1301;
}
</style>
border-color css
<style>
span { border-color: #1C1301; }
span { border-color: rgb(28,19,1); }
td.TdClassName
{
border-color: #1C1301;
}
.TagClassName
{
border-color: #1C1301;
}
</style>