Shades of Black #1C0505
Tints of Black #1C0505
RGB
CMYK
RGB Variations
Color information
#1C0505 (or 0x1C0505) is known color: Black. HEX triplet: 1C, 05 and 05. RGB value is (28,5,5). Sum of RGB (Red+Green+Blue) = 28+5+5=38 (5% of max value = 765). Red value is 28 (11.33% from 255 or 73.68% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0505 is #E3FAFA. Grayscale: #0B0B0B. Windows color (decimal): -14940923 or 328988. OLE color: 328988.
HSL color Cylindrical-coordinate representation of color #1C0505: hue angle of 0º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C0505 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 5 | 5 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.89 |
| HSL | 0º | 0.7% | 0.06% | - |
| HSV(B) | 0º | 0.82% | 0.11% | - |
| XYZ | 0.56 | 0.37 | 0.18 | - |
| YUV | 11.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 5 | 0 | 0.82 | 0.82 | 0.89 | 0 | 0.7 | 0.06 |
| Hex | 1C | 5 | 5 | 0 | 52 | 52 | 59 | 0 | 46 | 6 |
| Octal | 34 | 5 | 5 | 0 | 122 | 122 | 131 | 0 | 106 | 6 |
| Binary | 11100 | 101 | 101 | 0 | 1010010 | 1010010 | 1011001 | 0 | 1000110 | 110 |
Color Harmonies of #1C0505
Complementary color
Monochromatic Colors of #1C0505
Black with #1C0505
Text Example
Text Example
White with #1C0505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0505; }
p { color: rgb(28,5,5); }
H1.HeaderClassName
{
color: #1C0505;
}
.AnyTagClassName
{
color: #1C0505;
}
</style>
background-color css
<style>
a { background-color: #1C0505; }
a { background-color: rgb(28,5,5); }
div.DivClassName
{
background-color: #1C0505;
}
.BgClassName
{
background-color: #1C0505;
}
</style>
border-color css
<style>
span { border-color: #1C0505; }
span { border-color: rgb(28,5,5); }
td.TdClassName
{
border-color: #1C0505;
}
.TagClassName
{
border-color: #1C0505;
}
</style>