Shades of Black #1C0606
Tints of Black #1C0606
RGB
CMYK
RGB Variations
Color information
#1C0606 (or 0x1C0606) is known color: Black. HEX triplet: 1C, 06 and 06. RGB value is (28,6,6). Sum of RGB (Red+Green+Blue) = 28+6+6=40 (5% of max value = 765). Red value is 28 (11.33% from 255 or 70% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0606 is #E3F9F9. Grayscale: #0C0C0C. Windows color (decimal): -14940666 or 394780. OLE color: 394780.
HSL color Cylindrical-coordinate representation of color #1C0606: hue angle of 0º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C0606 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 6 | 6 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.89 |
| HSL | 0º | 0.65% | 0.07% | - |
| HSV(B) | 0º | 0.79% | 0.11% | - |
| XYZ | 0.58 | 0.39 | 0.22 | - |
| YUV | 12.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 6 | 0 | 0.79 | 0.79 | 0.89 | 0 | 0.65 | 0.07 |
| Hex | 1C | 6 | 6 | 0 | 4F | 4F | 59 | 0 | 41 | 7 |
| Octal | 34 | 6 | 6 | 0 | 117 | 117 | 131 | 0 | 101 | 7 |
| Binary | 11100 | 110 | 110 | 0 | 1001111 | 1001111 | 1011001 | 0 | 1000001 | 111 |
Color Harmonies of #1C0606
Complementary color
Monochromatic Colors of #1C0606
Black with #1C0606
Text Example
Text Example
White with #1C0606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0606; }
p { color: rgb(28,6,6); }
H1.HeaderClassName
{
color: #1C0606;
}
.AnyTagClassName
{
color: #1C0606;
}
</style>
background-color css
<style>
a { background-color: #1C0606; }
a { background-color: rgb(28,6,6); }
div.DivClassName
{
background-color: #1C0606;
}
.BgClassName
{
background-color: #1C0606;
}
</style>
border-color css
<style>
span { border-color: #1C0606; }
span { border-color: rgb(28,6,6); }
td.TdClassName
{
border-color: #1C0606;
}
.TagClassName
{
border-color: #1C0606;
}
</style>