Shades of Maire #1C1303
Tints of Maire #1C1303
RGB
CMYK
RGB Variations
Color information
#1C1303 (or 0x1C1303) is known color: Maire. HEX triplet: 1C, 13 and 03. RGB value is (28,19,3). Sum of RGB (Red+Green+Blue) = 28+19+3=50 (6% of max value = 765). Red value is 28 (11.33% from 255 or 56% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 3 (1.56% from 255 or 6% from 50); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1303 is #E3ECFC. Grayscale: #131313. Windows color (decimal): -14937341 or 201500. OLE color: 201500.
HSL color Cylindrical-coordinate representation of color #1C1303: hue angle of 38.4º 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 #1C1303 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 19 | 3 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.89 |
| HSL | 38.4º | 0.81% | 0.06% | - |
| HSV(B) | 38.4º | 0.89% | 0.11% | - |
| XYZ | 0.73 | 0.72 | 0.19 | - |
| YUV | 19.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 3 | 0 | 0.32 | 0.89 | 0.89 | 38.4 | 0.81 | 0.06 |
| Hex | 1C | 13 | 3 | 0 | 20 | 59 | 59 | 26 | 51 | 6 |
| Octal | 34 | 23 | 3 | 0 | 40 | 131 | 131 | 46 | 121 | 6 |
| Binary | 11100 | 10011 | 11 | 0 | 100000 | 1011001 | 1011001 | 100110 | 1010001 | 110 |
Color Harmonies of #1C1303
Complementary color
Monochromatic Colors of #1C1303
Black with #1C1303
Text Example
Text Example
White with #1C1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1303; }
p { color: rgb(28,19,3); }
H1.HeaderClassName
{
color: #1C1303;
}
.AnyTagClassName
{
color: #1C1303;
}
</style>
background-color css
<style>
a { background-color: #1C1303; }
a { background-color: rgb(28,19,3); }
div.DivClassName
{
background-color: #1C1303;
}
.BgClassName
{
background-color: #1C1303;
}
</style>
border-color css
<style>
span { border-color: #1C1303; }
span { border-color: rgb(28,19,3); }
td.TdClassName
{
border-color: #1C1303;
}
.TagClassName
{
border-color: #1C1303;
}
</style>