Shades of Black #050200
Tints of Black #050200
RGB
CMYK
RGB Variations
Color information
#050200 (or 0x050200) is known color: Black. HEX triplet: 05, 02 and 00. RGB value is (5,2,0). Sum of RGB (Red+Green+Blue) = 5+2+0=7 (0% of max value = 765). Red value is 5 (2.34% from 255 or 71.43% from 7); Green value is 2 (1.17% from 255 or 28.57% from 7); Blue value is 0 (0.39% from 255 or 0% from 7); Max value from RGB is 5 - color contains mainly: red. Hex color #050200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050200 is #FAFDFF. Grayscale: #020202. Windows color (decimal): -16449024 or 517. OLE color: 517.
HSL color Cylindrical-coordinate representation of color #050200: hue angle of 24º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050200 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 5 | 2 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.98 |
| HSL | 24º | 1% | 0.01% | - |
| HSV(B) | 24º | 1% | 0.02% | - |
| XYZ | 0.08 | 0.08 | 0.01 | - |
| YUV | 2.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 0 | 0 | 0.60 | 1 | 0.98 | 24 | 1 | 0.01 |
| Hex | 5 | 2 | 0 | 0 | 3C | 64 | 62 | 18 | 64 | 1 |
| Octal | 5 | 2 | 0 | 0 | 74 | 144 | 142 | 30 | 144 | 1 |
| Binary | 101 | 10 | 0 | 0 | 111100 | 1100100 | 1100010 | 11000 | 1100100 | 1 |
Color Harmonies of #050200
Complementary color
Monochromatic Colors of #050200
Black with #050200
Text Example
Text Example
White with #050200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050200; }
p { color: rgb(5,2,0); }
H1.HeaderClassName
{
color: #050200;
}
.AnyTagClassName
{
color: #050200;
}
</style>
background-color css
<style>
a { background-color: #050200; }
a { background-color: rgb(5,2,0); }
div.DivClassName
{
background-color: #050200;
}
.BgClassName
{
background-color: #050200;
}
</style>
border-color css
<style>
span { border-color: #050200; }
span { border-color: rgb(5,2,0); }
td.TdClassName
{
border-color: #050200;
}
.TagClassName
{
border-color: #050200;
}
</style>