Shades of Black #1C0302
Tints of Black #1C0302
RGB
CMYK
RGB Variations
Color information
#1C0302 (or 0x1C0302) is known color: Black. HEX triplet: 1C, 03 and 02. RGB value is (28,3,2). Sum of RGB (Red+Green+Blue) = 28+3+2=33 (4% of max value = 765). Red value is 28 (11.33% from 255 or 84.85% from 33); Green value is 3 (1.56% from 255 or 9.09% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0302 is #E3FCFD. Grayscale: #0A0A0A. Windows color (decimal): -14941438 or 131868. OLE color: 131868.
HSL color Cylindrical-coordinate representation of color #1C0302: hue angle of 2.31º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C0302 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 3 | 2 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.89 |
| HSL | 2.31º | 0.87% | 0.06% | - |
| HSV(B) | 2.31º | 0.93% | 0.11% | - |
| XYZ | 0.52 | 0.32 | 0.09 | - |
| YUV | 10.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 2 | 0 | 0.89 | 0.93 | 0.89 | 2.31 | 0.87 | 0.06 |
| Hex | 1C | 3 | 2 | 0 | 59 | 5D | 59 | 2 | 57 | 6 |
| Octal | 34 | 3 | 2 | 0 | 131 | 135 | 131 | 2 | 127 | 6 |
| Binary | 11100 | 11 | 10 | 0 | 1011001 | 1011101 | 1011001 | 10 | 1010111 | 110 |
Color Harmonies of #1C0302
Complementary color
Monochromatic Colors of #1C0302
Black with #1C0302
Text Example
Text Example
White with #1C0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0302; }
p { color: rgb(28,3,2); }
H1.HeaderClassName
{
color: #1C0302;
}
.AnyTagClassName
{
color: #1C0302;
}
</style>
background-color css
<style>
a { background-color: #1C0302; }
a { background-color: rgb(28,3,2); }
div.DivClassName
{
background-color: #1C0302;
}
.BgClassName
{
background-color: #1C0302;
}
</style>
border-color css
<style>
span { border-color: #1C0302; }
span { border-color: rgb(28,3,2); }
td.TdClassName
{
border-color: #1C0302;
}
.TagClassName
{
border-color: #1C0302;
}
</style>