Shades of Black #1C0604
Tints of Black #1C0604
RGB
CMYK
RGB Variations
Color information
#1C0604 (or 0x1C0604) is known color: Black. HEX triplet: 1C, 06 and 04. RGB value is (28,6,4). Sum of RGB (Red+Green+Blue) = 28+6+4=38 (5% of max value = 765). Red value is 28 (11.33% from 255 or 73.68% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 4 (1.95% from 255 or 10.53% from 38); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0604 is #E3F9FB. Grayscale: #0C0C0C. Windows color (decimal): -14940668 or 263708. OLE color: 263708.
HSL color Cylindrical-coordinate representation of color #1C0604: hue angle of 5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C0604 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 6 | 4 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.89 |
| HSL | 5º | 0.75% | 0.06% | - |
| HSV(B) | 5º | 0.86% | 0.11% | - |
| XYZ | 0.57 | 0.39 | 0.16 | - |
| YUV | 12.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 4 | 0 | 0.79 | 0.86 | 0.89 | 5 | 0.75 | 0.06 |
| Hex | 1C | 6 | 4 | 0 | 4F | 56 | 59 | 5 | 4B | 6 |
| Octal | 34 | 6 | 4 | 0 | 117 | 126 | 131 | 5 | 113 | 6 |
| Binary | 11100 | 110 | 100 | 0 | 1001111 | 1010110 | 1011001 | 101 | 1001011 | 110 |
Color Harmonies of #1C0604
Complementary color
Monochromatic Colors of #1C0604
Black with #1C0604
Text Example
Text Example
White with #1C0604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0604; }
p { color: rgb(28,6,4); }
H1.HeaderClassName
{
color: #1C0604;
}
.AnyTagClassName
{
color: #1C0604;
}
</style>
background-color css
<style>
a { background-color: #1C0604; }
a { background-color: rgb(28,6,4); }
div.DivClassName
{
background-color: #1C0604;
}
.BgClassName
{
background-color: #1C0604;
}
</style>
border-color css
<style>
span { border-color: #1C0604; }
span { border-color: rgb(28,6,4); }
td.TdClassName
{
border-color: #1C0604;
}
.TagClassName
{
border-color: #1C0604;
}
</style>