Shades of Black #050101
Tints of Black #050101
RGB
CMYK
RGB Variations
Color information
#050101 (or 0x050101) is known color: Black. HEX triplet: 05, 01 and 01. RGB value is (5,1,1). Sum of RGB (Red+Green+Blue) = 5+1+1=7 (0% of max value = 765). Red value is 5 (2.34% from 255 or 71.43% from 7); Green value is 1 (0.78% from 255 or 14.29% from 7); Blue value is 1 (0.78% from 255 or 14.29% from 7); Max value from RGB is 5 - color contains mainly: red. Hex color #050101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050101 is #FAFEFE. Grayscale: #020202. Windows color (decimal): -16449279 or 65797. OLE color: 65797.
HSL color Cylindrical-coordinate representation of color #050101: hue angle of 0º degrees, saturation: 0.67, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #050101 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 5 | 1 | 1 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.98 |
| HSL | 0º | 0.67% | 0.01% | - |
| HSV(B) | 0º | 0.8% | 0.02% | - |
| XYZ | 0.08 | 0.06 | 0.04 | - |
| YUV | 2.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 1 | 0 | 0.80 | 0.80 | 0.98 | 0 | 0.67 | 0.01 |
| Hex | 5 | 1 | 1 | 0 | 50 | 50 | 62 | 0 | 43 | 1 |
| Octal | 5 | 1 | 1 | 0 | 120 | 120 | 142 | 0 | 103 | 1 |
| Binary | 101 | 1 | 1 | 0 | 1010000 | 1010000 | 1100010 | 0 | 1000011 | 1 |
Color Harmonies of #050101
Complementary color
Monochromatic Colors of #050101
Black with #050101
Text Example
Text Example
White with #050101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050101; }
p { color: rgb(5,1,1); }
H1.HeaderClassName
{
color: #050101;
}
.AnyTagClassName
{
color: #050101;
}
</style>
background-color css
<style>
a { background-color: #050101; }
a { background-color: rgb(5,1,1); }
div.DivClassName
{
background-color: #050101;
}
.BgClassName
{
background-color: #050101;
}
</style>
border-color css
<style>
span { border-color: #050101; }
span { border-color: rgb(5,1,1); }
td.TdClassName
{
border-color: #050101;
}
.TagClassName
{
border-color: #050101;
}
</style>