Shades of Black #1C0605
Tints of Black #1C0605
RGB
CMYK
RGB Variations
Color information
#1C0605 (or 0x1C0605) is known color: Black. HEX triplet: 1C, 06 and 05. RGB value is (28,6,5). Sum of RGB (Red+Green+Blue) = 28+6+5=39 (5% of max value = 765). Red value is 28 (11.33% from 255 or 71.79% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 5 (2.34% from 255 or 12.82% from 39); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0605 is #E3F9FA. Grayscale: #0C0C0C. Windows color (decimal): -14940667 or 329244. OLE color: 329244.
HSL color Cylindrical-coordinate representation of color #1C0605: hue angle of 2.61º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C0605 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 6 | 5 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.89 |
| HSL | 2.61º | 0.7% | 0.06% | - |
| HSV(B) | 2.61º | 0.82% | 0.11% | - |
| XYZ | 0.57 | 0.39 | 0.19 | - |
| YUV | 12.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 5 | 0 | 0.79 | 0.82 | 0.89 | 2.61 | 0.7 | 0.06 |
| Hex | 1C | 6 | 5 | 0 | 4F | 52 | 59 | 3 | 46 | 6 |
| Octal | 34 | 6 | 5 | 0 | 117 | 122 | 131 | 3 | 106 | 6 |
| Binary | 11100 | 110 | 101 | 0 | 1001111 | 1010010 | 1011001 | 11 | 1000110 | 110 |
Color Harmonies of #1C0605
Complementary color
Monochromatic Colors of #1C0605
Black with #1C0605
Text Example
Text Example
White with #1C0605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0605; }
p { color: rgb(28,6,5); }
H1.HeaderClassName
{
color: #1C0605;
}
.AnyTagClassName
{
color: #1C0605;
}
</style>
background-color css
<style>
a { background-color: #1C0605; }
a { background-color: rgb(28,6,5); }
div.DivClassName
{
background-color: #1C0605;
}
.BgClassName
{
background-color: #1C0605;
}
</style>
border-color css
<style>
span { border-color: #1C0605; }
span { border-color: rgb(28,6,5); }
td.TdClassName
{
border-color: #1C0605;
}
.TagClassName
{
border-color: #1C0605;
}
</style>