Shades of Black #070505
Tints of Black #070505
RGB
CMYK
RGB Variations
Color information
#070505 (or 0x070505) is known color: Black. HEX triplet: 07, 05 and 05. RGB value is (7,5,5). Sum of RGB (Red+Green+Blue) = 7+5+5=17 (2% of max value = 765). Red value is 7 (3.12% from 255 or 41.18% from 17); Green value is 5 (2.34% from 255 or 29.41% from 17); Blue value is 5 (2.34% from 255 or 29.41% from 17); Max value from RGB is 7 - color contains mainly: red. Hex color #070505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070505 is #F8FAFA. Grayscale: #050505. Windows color (decimal): -16317179 or 328967. OLE color: 328967.
HSL color Cylindrical-coordinate representation of color #070505: hue angle of 0º degrees, saturation: 0.17, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #070505 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.97.
Color convert
RGB | 7 | 5 | 5 | - |
CMYK | 0 | 0.29 | 0.29 | 0.97 |
HSL | 0º | 0.17% | 0.02% | - |
HSV(B) | 0º | 0.29% | 0.03% | - |
XYZ | 0.17 | 0.16 | 0.17 | - |
YUV | 5.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 5 | 5 | 0 | 0.29 | 0.29 | 0.97 | 0 | 0.17 | 0.02 |
Hex | 7 | 5 | 5 | 0 | 1D | 1D | 61 | 0 | 11 | 2 |
Octal | 7 | 5 | 5 | 0 | 35 | 35 | 141 | 0 | 21 | 2 |
Binary | 111 | 101 | 101 | 0 | 11101 | 11101 | 1100001 | 0 | 10001 | 10 |
Color Harmonies of #070505
Complementary color
Monochromatic Colors of #070505
Black with #070505
Text Example
Text Example
White with #070505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070505; }
p { color: rgb(7,5,5); }
H1.HeaderClassName
{
color: #070505;
}
.AnyTagClassName
{
color: #070505;
}
</style>
background-color css
<style>
a { background-color: #070505; }
a { background-color: rgb(7,5,5); }
div.DivClassName
{
background-color: #070505;
}
.BgClassName
{
background-color: #070505;
}
</style>
border-color css
<style>
span { border-color: #070505; }
span { border-color: rgb(7,5,5); }
td.TdClassName
{
border-color: #070505;
}
.TagClassName
{
border-color: #070505;
}
</style>