Shades of Black Russian #070A2F
Tints of Black Russian #070A2F
RGB
CMYK
RGB Variations
Color information
#070A2F (or 0x070A2F) is known color: Black Russian. HEX triplet: 07, 0A and 2F. RGB value is (7,10,47). Sum of RGB (Red+Green+Blue) = 7+10+47=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 47 (18.75% from 255 or 73.44% from 64); Max value from RGB is 47 - color contains mainly: blue. Hex color #070A2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A2F is #F8F5D0. Grayscale: #0D0D0D. Windows color (decimal): -16315857 or 3082759. OLE color: 3082759.
HSL color Cylindrical-coordinate representation of color #070A2F: hue angle of 235.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #070A2F is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 10 | 47 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.82 |
| HSL | 235.5º | 0.74% | 0.11% | - |
| HSV(B) | 235.5º | 0.85% | 0.18% | - |
| XYZ | 0.71 | 0.47 | 2.74 | - |
| YUV | 13.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 47 | 0.85 | 0.79 | 0 | 0.82 | 235.5 | 0.74 | 0.11 |
| Hex | 7 | A | 2F | 55 | 4F | 0 | 52 | EC | 4A | B |
| Octal | 7 | 12 | 57 | 125 | 117 | 0 | 122 | 354 | 112 | 13 |
| Binary | 111 | 1010 | 101111 | 1010101 | 1001111 | 0 | 1010010 | 11101100 | 1001010 | 1011 |
Color Harmonies of #070A2F
Complementary color
Monochromatic Colors of #070A2F
Black with #070A2F
Text Example
Text Example
White with #070A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A2F; }
p { color: rgb(7,10,47); }
H1.HeaderClassName
{
color: #070A2F;
}
.AnyTagClassName
{
color: #070A2F;
}
</style>
background-color css
<style>
a { background-color: #070A2F; }
a { background-color: rgb(7,10,47); }
div.DivClassName
{
background-color: #070A2F;
}
.BgClassName
{
background-color: #070A2F;
}
</style>
border-color css
<style>
span { border-color: #070A2F; }
span { border-color: rgb(7,10,47); }
td.TdClassName
{
border-color: #070A2F;
}
.TagClassName
{
border-color: #070A2F;
}
</style>