Shades of Black #070300
Tints of Black #070300
RGB
CMYK
RGB Variations
Color information
#070300 (or 0x070300) is known color: Black. HEX triplet: 07, 03 and 00. RGB value is (7,3,0). Sum of RGB (Red+Green+Blue) = 7+3+0=10 (1% of max value = 765). Red value is 7 (3.12% from 255 or 70% from 10); Green value is 3 (1.56% from 255 or 30% from 10); Blue value is 0 (0.39% from 255 or 0% from 10); Max value from RGB is 7 - color contains mainly: red. Hex color #070300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070300 is #F8FCFF. Grayscale: #030303. Windows color (decimal): -16317696 or 775. OLE color: 775.
HSL color Cylindrical-coordinate representation of color #070300: hue angle of 25.71º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070300 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 7 | 3 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.97 |
| HSL | 25.71º | 1% | 0.01% | - |
| HSV(B) | 25.71º | 1% | 0.03% | - |
| XYZ | 0.12 | 0.11 | 0.01 | - |
| YUV | 3.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 0 | 0 | 0.57 | 1 | 0.97 | 25.71 | 1 | 0.01 |
| Hex | 7 | 3 | 0 | 0 | 39 | 64 | 61 | 1A | 64 | 1 |
| Octal | 7 | 3 | 0 | 0 | 71 | 144 | 141 | 32 | 144 | 1 |
| Binary | 111 | 11 | 0 | 0 | 111001 | 1100100 | 1100001 | 11010 | 1100100 | 1 |
Color Harmonies of #070300
Complementary color
Monochromatic Colors of #070300
Black with #070300
Text Example
Text Example
White with #070300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070300; }
p { color: rgb(7,3,0); }
H1.HeaderClassName
{
color: #070300;
}
.AnyTagClassName
{
color: #070300;
}
</style>
background-color css
<style>
a { background-color: #070300; }
a { background-color: rgb(7,3,0); }
div.DivClassName
{
background-color: #070300;
}
.BgClassName
{
background-color: #070300;
}
</style>
border-color css
<style>
span { border-color: #070300; }
span { border-color: rgb(7,3,0); }
td.TdClassName
{
border-color: #070300;
}
.TagClassName
{
border-color: #070300;
}
</style>