Shades of Black #070303
Tints of Black #070303
RGB
CMYK
RGB Variations
Color information
#070303 (or 0x070303) is known color: Black. HEX triplet: 07, 03 and 03. RGB value is (7,3,3). Sum of RGB (Red+Green+Blue) = 7+3+3=13 (1% of max value = 765). Red value is 7 (3.12% from 255 or 53.85% from 13); Green value is 3 (1.56% from 255 or 23.08% from 13); Blue value is 3 (1.56% from 255 or 23.08% from 13); Max value from RGB is 7 - color contains mainly: red. Hex color #070303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070303 is #F8FCFC. Grayscale: #040404. Windows color (decimal): -16317693 or 197383. OLE color: 197383.
HSL color Cylindrical-coordinate representation of color #070303: hue angle of 0º 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 #070303 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 7 | 3 | 3 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.97 |
| HSL | 0º | 0.4% | 0.02% | - |
| HSV(B) | 0º | 0.57% | 0.03% | - |
| XYZ | 0.14 | 0.12 | 0.1 | - |
| YUV | 4.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 3 | 0 | 0.57 | 0.57 | 0.97 | 0 | 0.4 | 0.02 |
| Hex | 7 | 3 | 3 | 0 | 39 | 39 | 61 | 0 | 28 | 2 |
| Octal | 7 | 3 | 3 | 0 | 71 | 71 | 141 | 0 | 50 | 2 |
| Binary | 111 | 11 | 11 | 0 | 111001 | 111001 | 1100001 | 0 | 101000 | 10 |
Color Harmonies of #070303
Complementary color
Monochromatic Colors of #070303
Black with #070303
Text Example
Text Example
White with #070303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070303; }
p { color: rgb(7,3,3); }
H1.HeaderClassName
{
color: #070303;
}
.AnyTagClassName
{
color: #070303;
}
</style>
background-color css
<style>
a { background-color: #070303; }
a { background-color: rgb(7,3,3); }
div.DivClassName
{
background-color: #070303;
}
.BgClassName
{
background-color: #070303;
}
</style>
border-color css
<style>
span { border-color: #070303; }
span { border-color: rgb(7,3,3); }
td.TdClassName
{
border-color: #070303;
}
.TagClassName
{
border-color: #070303;
}
</style>