Shades of Maire #1C190C
Tints of Maire #1C190C
RGB
CMYK
RGB Variations
Color information
#1C190C (or 0x1C190C) is known color: Maire. HEX triplet: 1C, 19 and 0C. RGB value is (28,25,12). Sum of RGB (Red+Green+Blue) = 28+25+12=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 28 - color contains mainly: red. Hex color #1C190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C190C is #E3E6F3. Grayscale: #181818. Windows color (decimal): -14935796 or 792860. OLE color: 792860.
HSL color Cylindrical-coordinate representation of color #1C190C: hue angle of 48.75º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C190C is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 25 | 12 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.89 |
| HSL | 48.75º | 0.4% | 0.08% | - |
| HSV(B) | 48.75º | 0.57% | 0.11% | - |
| XYZ | 0.89 | 0.97 | 0.49 | - |
| YUV | 24.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 12 | 0 | 0.11 | 0.57 | 0.89 | 48.75 | 0.4 | 0.08 |
| Hex | 1C | 19 | C | 0 | B | 39 | 59 | 31 | 28 | 8 |
| Octal | 34 | 31 | 14 | 0 | 13 | 71 | 131 | 61 | 50 | 10 |
| Binary | 11100 | 11001 | 1100 | 0 | 1011 | 111001 | 1011001 | 110001 | 101000 | 1000 |
Color Harmonies of #1C190C
Complementary color
Monochromatic Colors of #1C190C
Black with #1C190C
Text Example
Text Example
White with #1C190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C190C; }
p { color: rgb(28,25,12); }
H1.HeaderClassName
{
color: #1C190C;
}
.AnyTagClassName
{
color: #1C190C;
}
</style>
background-color css
<style>
a { background-color: #1C190C; }
a { background-color: rgb(28,25,12); }
div.DivClassName
{
background-color: #1C190C;
}
.BgClassName
{
background-color: #1C190C;
}
</style>
border-color css
<style>
span { border-color: #1C190C; }
span { border-color: rgb(28,25,12); }
td.TdClassName
{
border-color: #1C190C;
}
.TagClassName
{
border-color: #1C190C;
}
</style>