Shades of Black Russian #070214
Tints of Black Russian #070214
RGB
CMYK
RGB Variations
Color information
#070214 (or 0x070214) is known color: Black Russian. HEX triplet: 07, 02 and 14. RGB value is (7,2,20). Sum of RGB (Red+Green+Blue) = 7+2+20=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 20 (8.20% from 255 or 68.97% from 29); Max value from RGB is 20 - color contains mainly: blue. Hex color #070214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070214 is #F8FDEB. Grayscale: #050505. Windows color (decimal): -16317932 or 1311239. OLE color: 1311239.
HSL color Cylindrical-coordinate representation of color #070214: hue angle of 256.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #070214 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 2 | 20 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.92 |
| HSL | 256.67º | 0.82% | 0.04% | - |
| HSV(B) | 256.67º | 0.9% | 0.08% | - |
| XYZ | 0.24 | 0.14 | 0.68 | - |
| YUV | 5.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 20 | 0.65 | 0.90 | 0 | 0.92 | 256.67 | 0.82 | 0.04 |
| Hex | 7 | 2 | 14 | 41 | 5A | 0 | 5C | 101 | 52 | 4 |
| Octal | 7 | 2 | 24 | 101 | 132 | 0 | 134 | 401 | 122 | 4 |
| Binary | 111 | 10 | 10100 | 1000001 | 1011010 | 0 | 1011100 | 100000001 | 1010010 | 100 |
Color Harmonies of #070214
Complementary color
Monochromatic Colors of #070214
Black with #070214
Text Example
Text Example
White with #070214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070214; }
p { color: rgb(7,2,20); }
H1.HeaderClassName
{
color: #070214;
}
.AnyTagClassName
{
color: #070214;
}
</style>
background-color css
<style>
a { background-color: #070214; }
a { background-color: rgb(7,2,20); }
div.DivClassName
{
background-color: #070214;
}
.BgClassName
{
background-color: #070214;
}
</style>
border-color css
<style>
span { border-color: #070214; }
span { border-color: rgb(7,2,20); }
td.TdClassName
{
border-color: #070214;
}
.TagClassName
{
border-color: #070214;
}
</style>