Shades of Black #070503
Tints of Black #070503
RGB
CMYK
RGB Variations
Color information
#070503 (or 0x070503) is known color: Black. HEX triplet: 07, 05 and 03. RGB value is (7,5,3). Sum of RGB (Red+Green+Blue) = 7+5+3=15 (1% of max value = 765). Red value is 7 (3.12% from 255 or 46.67% from 15); Green value is 5 (2.34% from 255 or 33.33% from 15); Blue value is 3 (1.56% from 255 or 20% from 15); Max value from RGB is 7 - color contains mainly: red. Hex color #070503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070503 is #F8FAFC. Grayscale: #050505. Windows color (decimal): -16317181 or 197895. OLE color: 197895.
HSL color Cylindrical-coordinate representation of color #070503: hue angle of 30º degrees, saturation: 0.4, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #070503 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.97.
Color convert
RGB | 7 | 5 | 3 | - |
CMYK | 0 | 0.29 | 0.57 | 0.97 |
HSL | 30º | 0.4% | 0.02% | - |
HSV(B) | 30º | 0.57% | 0.03% | - |
XYZ | 0.16 | 0.16 | 0.11 | - |
YUV | 5.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 5 | 3 | 0 | 0.29 | 0.57 | 0.97 | 30 | 0.4 | 0.02 |
Hex | 7 | 5 | 3 | 0 | 1D | 39 | 61 | 1E | 28 | 2 |
Octal | 7 | 5 | 3 | 0 | 35 | 71 | 141 | 36 | 50 | 2 |
Binary | 111 | 101 | 11 | 0 | 11101 | 111001 | 1100001 | 11110 | 101000 | 10 |
Color Harmonies of #070503
Complementary color
Monochromatic Colors of #070503
Black with #070503
Text Example
Text Example
White with #070503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070503; }
p { color: rgb(7,5,3); }
H1.HeaderClassName
{
color: #070503;
}
.AnyTagClassName
{
color: #070503;
}
</style>
background-color css
<style>
a { background-color: #070503; }
a { background-color: rgb(7,5,3); }
div.DivClassName
{
background-color: #070503;
}
.BgClassName
{
background-color: #070503;
}
</style>
border-color css
<style>
span { border-color: #070503; }
span { border-color: rgb(7,5,3); }
td.TdClassName
{
border-color: #070503;
}
.TagClassName
{
border-color: #070503;
}
</style>