Shades of Black Russian #070311
Tints of Black Russian #070311
RGB
CMYK
RGB Variations
Color information
#070311 (or 0x070311) is known color: Black Russian. HEX triplet: 07, 03 and 11. RGB value is (7,3,17). Sum of RGB (Red+Green+Blue) = 7+3+17=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 3 (1.56% from 255 or 11.11% from 27); Blue value is 17 (7.03% from 255 or 62.96% from 27); Max value from RGB is 17 - color contains mainly: blue. Hex color #070311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070311 is #F8FCEE. Grayscale: #050505. Windows color (decimal): -16317679 or 1114887. OLE color: 1114887.
HSL color Cylindrical-coordinate representation of color #070311: hue angle of 257.14º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #070311 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 3 | 17 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.93 |
| HSL | 257.14º | 0.7% | 0.04% | - |
| HSV(B) | 257.14º | 0.82% | 0.07% | - |
| XYZ | 0.22 | 0.15 | 0.55 | - |
| YUV | 5.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 17 | 0.59 | 0.82 | 0 | 0.93 | 257.14 | 0.7 | 0.04 |
| Hex | 7 | 3 | 11 | 3B | 52 | 0 | 5D | 101 | 46 | 4 |
| Octal | 7 | 3 | 21 | 73 | 122 | 0 | 135 | 401 | 106 | 4 |
| Binary | 111 | 11 | 10001 | 111011 | 1010010 | 0 | 1011101 | 100000001 | 1000110 | 100 |
Color Harmonies of #070311
Complementary color
Monochromatic Colors of #070311
Black with #070311
Text Example
Text Example
White with #070311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070311; }
p { color: rgb(7,3,17); }
H1.HeaderClassName
{
color: #070311;
}
.AnyTagClassName
{
color: #070311;
}
</style>
background-color css
<style>
a { background-color: #070311; }
a { background-color: rgb(7,3,17); }
div.DivClassName
{
background-color: #070311;
}
.BgClassName
{
background-color: #070311;
}
</style>
border-color css
<style>
span { border-color: #070311; }
span { border-color: rgb(7,3,17); }
td.TdClassName
{
border-color: #070311;
}
.TagClassName
{
border-color: #070311;
}
</style>