Shades of Black #1C0800
Tints of Black #1C0800
RGB
CMYK
RGB Variations
Color information
#1C0800 (or 0x1C0800) is known color: Black. HEX triplet: 1C, 08 and 00. RGB value is (28,8,0). Sum of RGB (Red+Green+Blue) = 28+8+0=36 (4% of max value = 765). Red value is 28 (11.33% from 255 or 77.78% from 36); Green value is 8 (3.52% from 255 or 22.22% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0800 is #E3F7FF. Grayscale: #0D0D0D. Windows color (decimal): -14940160 or 2076. OLE color: 2076.
HSL color Cylindrical-coordinate representation of color #1C0800: hue angle of 17.14º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0800 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 8 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.89 |
| HSL | 17.14º | 1% | 0.05% | - |
| HSV(B) | 17.14º | 1% | 0.11% | - |
| XYZ | 0.57 | 0.42 | 0.05 | - |
| YUV | 13.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 8 | 0 | 0 | 0.71 | 1 | 0.89 | 17.14 | 1 | 0.05 |
| Hex | 1C | 8 | 0 | 0 | 47 | 64 | 59 | 11 | 64 | 5 |
| Octal | 34 | 10 | 0 | 0 | 107 | 144 | 131 | 21 | 144 | 5 |
| Binary | 11100 | 1000 | 0 | 0 | 1000111 | 1100100 | 1011001 | 10001 | 1100100 | 101 |
Color Harmonies of #1C0800
Complementary color
Monochromatic Colors of #1C0800
Black with #1C0800
Text Example
Text Example
White with #1C0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0800; }
p { color: rgb(28,8,0); }
H1.HeaderClassName
{
color: #1C0800;
}
.AnyTagClassName
{
color: #1C0800;
}
</style>
background-color css
<style>
a { background-color: #1C0800; }
a { background-color: rgb(28,8,0); }
div.DivClassName
{
background-color: #1C0800;
}
.BgClassName
{
background-color: #1C0800;
}
</style>
border-color css
<style>
span { border-color: #1C0800; }
span { border-color: rgb(28,8,0); }
td.TdClassName
{
border-color: #1C0800;
}
.TagClassName
{
border-color: #1C0800;
}
</style>