Shades of Black #1C0301
Tints of Black #1C0301
RGB
CMYK
RGB Variations
Color information
#1C0301 (or 0x1C0301) is known color: Black. HEX triplet: 1C, 03 and 01. RGB value is (28,3,1). Sum of RGB (Red+Green+Blue) = 28+3+1=32 (4% of max value = 765). Red value is 28 (11.33% from 255 or 87.5% from 32); Green value is 3 (1.56% from 255 or 9.38% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0301 is #E3FCFE. Grayscale: #0A0A0A. Windows color (decimal): -14941439 or 66332. OLE color: 66332.
HSL color Cylindrical-coordinate representation of color #1C0301: hue angle of 4.44º 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 #1C0301 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 3 | 1 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.89 |
| HSL | 4.44º | 0.93% | 0.06% | - |
| HSV(B) | 4.44º | 0.96% | 0.11% | - |
| XYZ | 0.52 | 0.31 | 0.06 | - |
| YUV | 10.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 1 | 0 | 0.89 | 0.96 | 0.89 | 4.44 | 0.93 | 0.06 |
| Hex | 1C | 3 | 1 | 0 | 59 | 60 | 59 | 4 | 5D | 6 |
| Octal | 34 | 3 | 1 | 0 | 131 | 140 | 131 | 4 | 135 | 6 |
| Binary | 11100 | 11 | 1 | 0 | 1011001 | 1100000 | 1011001 | 100 | 1011101 | 110 |
Color Harmonies of #1C0301
Complementary color
Monochromatic Colors of #1C0301
Black with #1C0301
Text Example
Text Example
White with #1C0301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0301; }
p { color: rgb(28,3,1); }
H1.HeaderClassName
{
color: #1C0301;
}
.AnyTagClassName
{
color: #1C0301;
}
</style>
background-color css
<style>
a { background-color: #1C0301; }
a { background-color: rgb(28,3,1); }
div.DivClassName
{
background-color: #1C0301;
}
.BgClassName
{
background-color: #1C0301;
}
</style>
border-color css
<style>
span { border-color: #1C0301; }
span { border-color: rgb(28,3,1); }
td.TdClassName
{
border-color: #1C0301;
}
.TagClassName
{
border-color: #1C0301;
}
</style>