Shades of Black #1C0300
Tints of Black #1C0300
RGB
CMYK
RGB Variations
Color information
#1C0300 (or 0x1C0300) is known color: Black. HEX triplet: 1C, 03 and 00. RGB value is (28,3,0). Sum of RGB (Red+Green+Blue) = 28+3+0=31 (4% of max value = 765). Red value is 28 (11.33% from 255 or 90.32% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0300 is #E3FCFF. Grayscale: #0A0A0A. Windows color (decimal): -14941440 or 796. OLE color: 796.
HSL color Cylindrical-coordinate representation of color #1C0300: hue angle of 6.43º 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 #1C0300 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 3 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.89 |
| HSL | 6.43º | 1% | 0.05% | - |
| HSV(B) | 6.43º | 1% | 0.11% | - |
| XYZ | 0.51 | 0.31 | 0.03 | - |
| YUV | 10.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 0 | 0 | 0.89 | 1 | 0.89 | 6.43 | 1 | 0.05 |
| Hex | 1C | 3 | 0 | 0 | 59 | 64 | 59 | 6 | 64 | 5 |
| Octal | 34 | 3 | 0 | 0 | 131 | 144 | 131 | 6 | 144 | 5 |
| Binary | 11100 | 11 | 0 | 0 | 1011001 | 1100100 | 1011001 | 110 | 1100100 | 101 |
Color Harmonies of #1C0300
Complementary color
Monochromatic Colors of #1C0300
Black with #1C0300
Text Example
Text Example
White with #1C0300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0300; }
p { color: rgb(28,3,0); }
H1.HeaderClassName
{
color: #1C0300;
}
.AnyTagClassName
{
color: #1C0300;
}
</style>
background-color css
<style>
a { background-color: #1C0300; }
a { background-color: rgb(28,3,0); }
div.DivClassName
{
background-color: #1C0300;
}
.BgClassName
{
background-color: #1C0300;
}
</style>
border-color css
<style>
span { border-color: #1C0300; }
span { border-color: rgb(28,3,0); }
td.TdClassName
{
border-color: #1C0300;
}
.TagClassName
{
border-color: #1C0300;
}
</style>