Shades of Black Russian #070C2E
Tints of Black Russian #070C2E
RGB
CMYK
RGB Variations
Color information
#070C2E (or 0x070C2E) is known color: Black Russian. HEX triplet: 07, 0C and 2E. RGB value is (7,12,46). Sum of RGB (Red+Green+Blue) = 7+12+46=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 46 (18.36% from 255 or 70.77% from 65); Max value from RGB is 46 - color contains mainly: blue. Hex color #070C2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070C2E is #F8F3D1. Grayscale: #0E0E0E. Windows color (decimal): -16315346 or 3017735. OLE color: 3017735.
HSL color Cylindrical-coordinate representation of color #070C2E: hue angle of 232.31º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #070C2E is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 12 | 46 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.82 |
| HSL | 232.31º | 0.74% | 0.1% | - |
| HSV(B) | 232.31º | 0.85% | 0.18% | - |
| XYZ | 0.71 | 0.51 | 2.64 | - |
| YUV | 14.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 46 | 0.85 | 0.74 | 0 | 0.82 | 232.31 | 0.74 | 0.1 |
| Hex | 7 | C | 2E | 55 | 4A | 0 | 52 | E8 | 4A | A |
| Octal | 7 | 14 | 56 | 125 | 112 | 0 | 122 | 350 | 112 | 12 |
| Binary | 111 | 1100 | 101110 | 1010101 | 1001010 | 0 | 1010010 | 11101000 | 1001010 | 1010 |
Color Harmonies of #070C2E
Complementary color
Monochromatic Colors of #070C2E
Black with #070C2E
Text Example
Text Example
White with #070C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C2E; }
p { color: rgb(7,12,46); }
H1.HeaderClassName
{
color: #070C2E;
}
.AnyTagClassName
{
color: #070C2E;
}
</style>
background-color css
<style>
a { background-color: #070C2E; }
a { background-color: rgb(7,12,46); }
div.DivClassName
{
background-color: #070C2E;
}
.BgClassName
{
background-color: #070C2E;
}
</style>
border-color css
<style>
span { border-color: #070C2E; }
span { border-color: rgb(7,12,46); }
td.TdClassName
{
border-color: #070C2E;
}
.TagClassName
{
border-color: #070C2E;
}
</style>