Shades of Black #1C0600
Tints of Black #1C0600
RGB
CMYK
RGB Variations
Color information
#1C0600 (or 0x1C0600) is known color: Black. HEX triplet: 1C, 06 and 00. RGB value is (28,6,0). Sum of RGB (Red+Green+Blue) = 28+6+0=34 (4% of max value = 765). Red value is 28 (11.33% from 255 or 82.35% from 34); Green value is 6 (2.73% from 255 or 17.65% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0600 is #E3F9FF. Grayscale: #0B0B0B. Windows color (decimal): -14940672 or 1564. OLE color: 1564.
HSL color Cylindrical-coordinate representation of color #1C0600: hue angle of 12.86º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0600 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 6 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.89 |
| HSL | 12.86º | 1% | 0.05% | - |
| HSV(B) | 12.86º | 1% | 0.11% | - |
| XYZ | 0.54 | 0.38 | 0.04 | - |
| YUV | 11.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 0 | 0 | 0.79 | 1 | 0.89 | 12.86 | 1 | 0.05 |
| Hex | 1C | 6 | 0 | 0 | 4F | 64 | 59 | D | 64 | 5 |
| Octal | 34 | 6 | 0 | 0 | 117 | 144 | 131 | 15 | 144 | 5 |
| Binary | 11100 | 110 | 0 | 0 | 1001111 | 1100100 | 1011001 | 1101 | 1100100 | 101 |
Color Harmonies of #1C0600
Complementary color
Monochromatic Colors of #1C0600
Black with #1C0600
Text Example
Text Example
White with #1C0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0600; }
p { color: rgb(28,6,0); }
H1.HeaderClassName
{
color: #1C0600;
}
.AnyTagClassName
{
color: #1C0600;
}
</style>
background-color css
<style>
a { background-color: #1C0600; }
a { background-color: rgb(28,6,0); }
div.DivClassName
{
background-color: #1C0600;
}
.BgClassName
{
background-color: #1C0600;
}
</style>
border-color css
<style>
span { border-color: #1C0600; }
span { border-color: rgb(28,6,0); }
td.TdClassName
{
border-color: #1C0600;
}
.TagClassName
{
border-color: #1C0600;
}
</style>