Shades of Black #050505
Tints of Black #050505
RGB
CMYK
RGB Variations
Color information
#050505 (or 0x050505) is known color: Black. HEX triplet: 05, 05 and 05. RGB value is (5,5,5). Sum of RGB (Red+Green+Blue) = 5+5+5=15 (1% of max value = 765). Red value is 5 (2.34% from 255 or 33.33% from 15); Green value is 5 (2.34% from 255 or 33.33% from 15); Blue value is 5 (2.34% from 255 or 33.33% from 15); Max value from RGB is 5 - color contains mainly: red, green, blue. Hex color #050505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050505 is #FAFAFA. Grayscale: #040404. Windows color (decimal): -16448251 or 328965. OLE color: 328965.
HSL color Cylindrical-coordinate representation of color #050505: hue angle of 0º degrees, saturation: 0, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0%. Process color model (Four color, CMYK) of #050505 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 5 | 5 | 5 | - |
| CMYK | 0 | 0 | 0 | 0.98 |
| HSL | 0º | 0% | 0.02% | - |
| HSV(B) | 0º | 0% | 0.02% | - |
| XYZ | 0.14 | 0.15 | 0.17 | - |
| YUV | 5 | 128 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 5 | 0 | 0 | 0 | 0.98 | 0 | 0 | 0.02 |
| Hex | 5 | 5 | 5 | 0 | 0 | 0 | 62 | 0 | 0 | 2 |
| Octal | 5 | 5 | 5 | 0 | 0 | 0 | 142 | 0 | 0 | 2 |
| Binary | 101 | 101 | 101 | 0 | 0 | 0 | 1100010 | 0 | 0 | 10 |
Color Harmonies of #050505
Complementary color
Monochromatic Colors of #050505
Black with #050505
Text Example
Text Example
White with #050505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050505; }
p { color: rgb(5,5,5); }
H1.HeaderClassName
{
color: #050505;
}
.AnyTagClassName
{
color: #050505;
}
</style>
background-color css
<style>
a { background-color: #050505; }
a { background-color: rgb(5,5,5); }
div.DivClassName
{
background-color: #050505;
}
.BgClassName
{
background-color: #050505;
}
</style>
border-color css
<style>
span { border-color: #050505; }
span { border-color: rgb(5,5,5); }
td.TdClassName
{
border-color: #050505;
}
.TagClassName
{
border-color: #050505;
}
</style>