Shades of Black Russian #070314
Tints of Black Russian #070314
RGB
CMYK
RGB Variations
Color information
#070314 (or 0x070314) is known color: Black Russian. HEX triplet: 07, 03 and 14. RGB value is (7,3,20). Sum of RGB (Red+Green+Blue) = 7+3+20=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 20 (8.20% from 255 or 66.67% from 30); Max value from RGB is 20 - color contains mainly: blue. Hex color #070314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070314 is #F8FCEB. Grayscale: #060606. Windows color (decimal): -16317676 or 1311495. OLE color: 1311495.
HSL color Cylindrical-coordinate representation of color #070314: hue angle of 254.12º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #070314 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 3 | 20 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.92 |
| HSL | 254.12º | 0.74% | 0.05% | - |
| HSV(B) | 254.12º | 0.85% | 0.08% | - |
| XYZ | 0.25 | 0.16 | 0.68 | - |
| YUV | 6.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 20 | 0.65 | 0.85 | 0 | 0.92 | 254.12 | 0.74 | 0.05 |
| Hex | 7 | 3 | 14 | 41 | 55 | 0 | 5C | FE | 4A | 5 |
| Octal | 7 | 3 | 24 | 101 | 125 | 0 | 134 | 376 | 112 | 5 |
| Binary | 111 | 11 | 10100 | 1000001 | 1010101 | 0 | 1011100 | 11111110 | 1001010 | 101 |
Color Harmonies of #070314
Complementary color
Monochromatic Colors of #070314
Black with #070314
Text Example
Text Example
White with #070314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070314; }
p { color: rgb(7,3,20); }
H1.HeaderClassName
{
color: #070314;
}
.AnyTagClassName
{
color: #070314;
}
</style>
background-color css
<style>
a { background-color: #070314; }
a { background-color: rgb(7,3,20); }
div.DivClassName
{
background-color: #070314;
}
.BgClassName
{
background-color: #070314;
}
</style>
border-color css
<style>
span { border-color: #070314; }
span { border-color: rgb(7,3,20); }
td.TdClassName
{
border-color: #070314;
}
.TagClassName
{
border-color: #070314;
}
</style>