Shades of Black Russian #070A1A
Tints of Black Russian #070A1A
RGB
CMYK
RGB Variations
Color information
#070A1A (or 0x070A1A) is known color: Black Russian. HEX triplet: 07, 0A and 1A. RGB value is (7,10,26). Sum of RGB (Red+Green+Blue) = 7+10+26=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 26 (10.55% from 255 or 60.47% from 43); Max value from RGB is 26 - color contains mainly: blue. Hex color #070A1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A1A is #F8F5E5. Grayscale: #0A0A0A. Windows color (decimal): -16315878 or 1706503. OLE color: 1706503.
HSL color Cylindrical-coordinate representation of color #070A1A: hue angle of 230.53º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #070A1A is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 10 | 26 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.90 |
| HSL | 230.53º | 0.58% | 0.06% | - |
| HSV(B) | 230.53º | 0.73% | 0.1% | - |
| XYZ | 0.38 | 0.34 | 1.02 | - |
| YUV | 10.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 26 | 0.73 | 0.62 | 0 | 0.90 | 230.53 | 0.58 | 0.06 |
| Hex | 7 | A | 1A | 49 | 3E | 0 | 5A | E7 | 3A | 6 |
| Octal | 7 | 12 | 32 | 111 | 76 | 0 | 132 | 347 | 72 | 6 |
| Binary | 111 | 1010 | 11010 | 1001001 | 111110 | 0 | 1011010 | 11100111 | 111010 | 110 |
Color Harmonies of #070A1A
Complementary color
Monochromatic Colors of #070A1A
Black with #070A1A
Text Example
Text Example
White with #070A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A1A; }
p { color: rgb(7,10,26); }
H1.HeaderClassName
{
color: #070A1A;
}
.AnyTagClassName
{
color: #070A1A;
}
</style>
background-color css
<style>
a { background-color: #070A1A; }
a { background-color: rgb(7,10,26); }
div.DivClassName
{
background-color: #070A1A;
}
.BgClassName
{
background-color: #070A1A;
}
</style>
border-color css
<style>
span { border-color: #070A1A; }
span { border-color: rgb(7,10,26); }
td.TdClassName
{
border-color: #070A1A;
}
.TagClassName
{
border-color: #070A1A;
}
</style>