Shades of Black #070400
Tints of Black #070400
RGB
CMYK
RGB Variations
Color information
#070400 (or 0x070400) is known color: Black. HEX triplet: 07, 04 and 00. RGB value is (7,4,0). Sum of RGB (Red+Green+Blue) = 7+4+0=11 (1% of max value = 765). Red value is 7 (3.12% from 255 or 63.64% from 11); Green value is 4 (1.95% from 255 or 36.36% from 11); Blue value is 0 (0.39% from 255 or 0% from 11); Max value from RGB is 7 - color contains mainly: red. Hex color #070400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070400 is #F8FBFF. Grayscale: #040404. Windows color (decimal): -16317440 or 1031. OLE color: 1031.
HSL color Cylindrical-coordinate representation of color #070400: hue angle of 34.29º 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 #070400 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 7 | 4 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.97 |
| HSL | 34.29º | 1% | 0.01% | - |
| HSV(B) | 34.29º | 1% | 0.03% | - |
| XYZ | 0.13 | 0.13 | 0.02 | - |
| YUV | 4.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 4 | 0 | 0 | 0.43 | 1 | 0.97 | 34.29 | 1 | 0.01 |
| Hex | 7 | 4 | 0 | 0 | 2B | 64 | 61 | 22 | 64 | 1 |
| Octal | 7 | 4 | 0 | 0 | 53 | 144 | 141 | 42 | 144 | 1 |
| Binary | 111 | 100 | 0 | 0 | 101011 | 1100100 | 1100001 | 100010 | 1100100 | 1 |
Color Harmonies of #070400
Complementary color
Monochromatic Colors of #070400
Black with #070400
Text Example
Text Example
White with #070400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070400; }
p { color: rgb(7,4,0); }
H1.HeaderClassName
{
color: #070400;
}
.AnyTagClassName
{
color: #070400;
}
</style>
background-color css
<style>
a { background-color: #070400; }
a { background-color: rgb(7,4,0); }
div.DivClassName
{
background-color: #070400;
}
.BgClassName
{
background-color: #070400;
}
</style>
border-color css
<style>
span { border-color: #070400; }
span { border-color: rgb(7,4,0); }
td.TdClassName
{
border-color: #070400;
}
.TagClassName
{
border-color: #070400;
}
</style>