Shades of Black #1C0801
Tints of Black #1C0801
RGB
CMYK
RGB Variations
Color information
#1C0801 (or 0x1C0801) is known color: Black. HEX triplet: 1C, 08 and 01. RGB value is (28,8,1). Sum of RGB (Red+Green+Blue) = 28+8+1=37 (4% of max value = 765). Red value is 28 (11.33% from 255 or 75.68% from 37); Green value is 8 (3.52% from 255 or 21.62% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0801 is #E3F7FE. Grayscale: #0D0D0D. Windows color (decimal): -14940159 or 67612. OLE color: 67612.
HSL color Cylindrical-coordinate representation of color #1C0801: hue angle of 15.56º 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 #1C0801 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 8 | 1 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.89 |
| HSL | 15.56º | 0.93% | 0.06% | - |
| HSV(B) | 15.56º | 0.96% | 0.11% | - |
| XYZ | 0.57 | 0.42 | 0.08 | - |
| YUV | 13.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 8 | 1 | 0 | 0.71 | 0.96 | 0.89 | 15.56 | 0.93 | 0.06 |
| Hex | 1C | 8 | 1 | 0 | 47 | 60 | 59 | 10 | 5D | 6 |
| Octal | 34 | 10 | 1 | 0 | 107 | 140 | 131 | 20 | 135 | 6 |
| Binary | 11100 | 1000 | 1 | 0 | 1000111 | 1100000 | 1011001 | 10000 | 1011101 | 110 |
Color Harmonies of #1C0801
Complementary color
Monochromatic Colors of #1C0801
Black with #1C0801
Text Example
Text Example
White with #1C0801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0801; }
p { color: rgb(28,8,1); }
H1.HeaderClassName
{
color: #1C0801;
}
.AnyTagClassName
{
color: #1C0801;
}
</style>
background-color css
<style>
a { background-color: #1C0801; }
a { background-color: rgb(28,8,1); }
div.DivClassName
{
background-color: #1C0801;
}
.BgClassName
{
background-color: #1C0801;
}
</style>
border-color css
<style>
span { border-color: #1C0801; }
span { border-color: rgb(28,8,1); }
td.TdClassName
{
border-color: #1C0801;
}
.TagClassName
{
border-color: #1C0801;
}
</style>