Shades of Black #1C0401
Tints of Black #1C0401
RGB
CMYK
RGB Variations
Color information
#1C0401 (or 0x1C0401) is known color: Black. HEX triplet: 1C, 04 and 01. RGB value is (28,4,1). Sum of RGB (Red+Green+Blue) = 28+4+1=33 (4% of max value = 765). Red value is 28 (11.33% from 255 or 84.85% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0401 is #E3FBFE. Grayscale: #0A0A0A. Windows color (decimal): -14941183 or 66588. OLE color: 66588.
HSL color Cylindrical-coordinate representation of color #1C0401: hue angle of 6.67º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C0401 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 4 | 1 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.89 |
| HSL | 6.67º | 0.93% | 0.06% | - |
| HSV(B) | 6.67º | 0.96% | 0.11% | - |
| XYZ | 0.53 | 0.34 | 0.07 | - |
| YUV | 10.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 4 | 1 | 0 | 0.86 | 0.96 | 0.89 | 6.67 | 0.93 | 0.06 |
| Hex | 1C | 4 | 1 | 0 | 56 | 60 | 59 | 7 | 5D | 6 |
| Octal | 34 | 4 | 1 | 0 | 126 | 140 | 131 | 7 | 135 | 6 |
| Binary | 11100 | 100 | 1 | 0 | 1010110 | 1100000 | 1011001 | 111 | 1011101 | 110 |
Color Harmonies of #1C0401
Complementary color
Monochromatic Colors of #1C0401
Black with #1C0401
Text Example
Text Example
White with #1C0401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0401; }
p { color: rgb(28,4,1); }
H1.HeaderClassName
{
color: #1C0401;
}
.AnyTagClassName
{
color: #1C0401;
}
</style>
background-color css
<style>
a { background-color: #1C0401; }
a { background-color: rgb(28,4,1); }
div.DivClassName
{
background-color: #1C0401;
}
.BgClassName
{
background-color: #1C0401;
}
</style>
border-color css
<style>
span { border-color: #1C0401; }
span { border-color: rgb(28,4,1); }
td.TdClassName
{
border-color: #1C0401;
}
.TagClassName
{
border-color: #1C0401;
}
</style>