Shades of Black Russian #070C2F
Tints of Black Russian #070C2F
RGB
CMYK
RGB Variations
Color information
#070C2F (or 0x070C2F) is known color: Black Russian. HEX triplet: 07, 0C and 2F. RGB value is (7,12,47). Sum of RGB (Red+Green+Blue) = 7+12+47=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 47 (18.75% from 255 or 71.21% from 66); Max value from RGB is 47 - color contains mainly: blue. Hex color #070C2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070C2F is #F8F3D0. Grayscale: #0E0E0E. Windows color (decimal): -16315345 or 3083271. OLE color: 3083271.
HSL color Cylindrical-coordinate representation of color #070C2F: hue angle of 232.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 #070C2F is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 12 | 47 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.82 |
| HSL | 232.5º | 0.74% | 0.11% | - |
| HSV(B) | 232.5º | 0.85% | 0.18% | - |
| XYZ | 0.73 | 0.51 | 2.75 | - |
| YUV | 14.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 47 | 0.85 | 0.74 | 0 | 0.82 | 232.5 | 0.74 | 0.11 |
| Hex | 7 | C | 2F | 55 | 4A | 0 | 52 | E8 | 4A | B |
| Octal | 7 | 14 | 57 | 125 | 112 | 0 | 122 | 350 | 112 | 13 |
| Binary | 111 | 1100 | 101111 | 1010101 | 1001010 | 0 | 1010010 | 11101000 | 1001010 | 1011 |
Color Harmonies of #070C2F
Complementary color
Monochromatic Colors of #070C2F
Black with #070C2F
Text Example
Text Example
White with #070C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C2F; }
p { color: rgb(7,12,47); }
H1.HeaderClassName
{
color: #070C2F;
}
.AnyTagClassName
{
color: #070C2F;
}
</style>
background-color css
<style>
a { background-color: #070C2F; }
a { background-color: rgb(7,12,47); }
div.DivClassName
{
background-color: #070C2F;
}
.BgClassName
{
background-color: #070C2F;
}
</style>
border-color css
<style>
span { border-color: #070C2F; }
span { border-color: rgb(7,12,47); }
td.TdClassName
{
border-color: #070C2F;
}
.TagClassName
{
border-color: #070C2F;
}
</style>