Shades of Black Russian #070A14
Tints of Black Russian #070A14
RGB
CMYK
RGB Variations
Color information
#070A14 (or 0x070A14) is known color: Black Russian. HEX triplet: 07, 0A and 14. RGB value is (7,10,20). Sum of RGB (Red+Green+Blue) = 7+10+20=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #070A14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A14 is #F8F5EB. Grayscale: #0A0A0A. Windows color (decimal): -16315884 or 1313287. OLE color: 1313287.
HSL color Cylindrical-coordinate representation of color #070A14: hue angle of 226.15º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #070A14 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 10 | 20 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.92 |
| HSL | 226.15º | 0.48% | 0.05% | - |
| HSV(B) | 226.15º | 0.65% | 0.08% | - |
| XYZ | 0.32 | 0.31 | 0.71 | - |
| YUV | 10.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 20 | 0.65 | 0.50 | 0 | 0.92 | 226.15 | 0.48 | 0.05 |
| Hex | 7 | A | 14 | 41 | 32 | 0 | 5C | E2 | 30 | 5 |
| Octal | 7 | 12 | 24 | 101 | 62 | 0 | 134 | 342 | 60 | 5 |
| Binary | 111 | 1010 | 10100 | 1000001 | 110010 | 0 | 1011100 | 11100010 | 110000 | 101 |
Color Harmonies of #070A14
Complementary color
Monochromatic Colors of #070A14
Black with #070A14
Text Example
Text Example
White with #070A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A14; }
p { color: rgb(7,10,20); }
H1.HeaderClassName
{
color: #070A14;
}
.AnyTagClassName
{
color: #070A14;
}
</style>
background-color css
<style>
a { background-color: #070A14; }
a { background-color: rgb(7,10,20); }
div.DivClassName
{
background-color: #070A14;
}
.BgClassName
{
background-color: #070A14;
}
</style>
border-color css
<style>
span { border-color: #070A14; }
span { border-color: rgb(7,10,20); }
td.TdClassName
{
border-color: #070A14;
}
.TagClassName
{
border-color: #070A14;
}
</style>