Shades of Maire #1C1908
Tints of Maire #1C1908
RGB
CMYK
RGB Variations
Color information
#1C1908 (or 0x1C1908) is known color: Maire. HEX triplet: 1C, 19 and 08. RGB value is (28,25,8). Sum of RGB (Red+Green+Blue) = 28+25+8=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1908 is #E3E6F7. Grayscale: #181818. Windows color (decimal): -14935800 or 530716. OLE color: 530716.
HSL color Cylindrical-coordinate representation of color #1C1908: hue angle of 51º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C1908 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 25 | 8 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.89 |
| HSL | 51º | 0.56% | 0.07% | - |
| HSV(B) | 51º | 0.71% | 0.11% | - |
| XYZ | 0.87 | 0.96 | 0.37 | - |
| YUV | 23.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 8 | 0 | 0.11 | 0.71 | 0.89 | 51 | 0.56 | 0.07 |
| Hex | 1C | 19 | 8 | 0 | B | 47 | 59 | 33 | 38 | 7 |
| Octal | 34 | 31 | 10 | 0 | 13 | 107 | 131 | 63 | 70 | 7 |
| Binary | 11100 | 11001 | 1000 | 0 | 1011 | 1000111 | 1011001 | 110011 | 111000 | 111 |
Color Harmonies of #1C1908
Complementary color
Monochromatic Colors of #1C1908
Black with #1C1908
Text Example
Text Example
White with #1C1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1908; }
p { color: rgb(28,25,8); }
H1.HeaderClassName
{
color: #1C1908;
}
.AnyTagClassName
{
color: #1C1908;
}
</style>
background-color css
<style>
a { background-color: #1C1908; }
a { background-color: rgb(28,25,8); }
div.DivClassName
{
background-color: #1C1908;
}
.BgClassName
{
background-color: #1C1908;
}
</style>
border-color css
<style>
span { border-color: #1C1908; }
span { border-color: rgb(28,25,8); }
td.TdClassName
{
border-color: #1C1908;
}
.TagClassName
{
border-color: #1C1908;
}
</style>