Shades of Black Russian #07011C
Tints of Black Russian #07011C
RGB
CMYK
RGB Variations
Color information
#07011C (or 0x07011C) is known color: Black Russian. HEX triplet: 07, 01 and 1C. RGB value is (7,1,28). Sum of RGB (Red+Green+Blue) = 7+1+28=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 28 (11.33% from 255 or 77.78% from 36); Max value from RGB is 28 - color contains mainly: blue. Hex color #07011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07011C is #F8FEE3. Grayscale: #050505. Windows color (decimal): -16318180 or 1835271. OLE color: 1835271.
HSL color Cylindrical-coordinate representation of color #07011C: hue angle of 253.33º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07011C is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 1 | 28 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.89 |
| HSL | 253.33º | 0.93% | 0.06% | - |
| HSV(B) | 253.33º | 0.96% | 0.11% | - |
| XYZ | 0.31 | 0.15 | 1.11 | - |
| YUV | 5.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 28 | 0.75 | 0.96 | 0 | 0.89 | 253.33 | 0.93 | 0.06 |
| Hex | 7 | 1 | 1C | 4B | 60 | 0 | 59 | FD | 5D | 6 |
| Octal | 7 | 1 | 34 | 113 | 140 | 0 | 131 | 375 | 135 | 6 |
| Binary | 111 | 1 | 11100 | 1001011 | 1100000 | 0 | 1011001 | 11111101 | 1011101 | 110 |
Color Harmonies of #07011C
Complementary color
Monochromatic Colors of #07011C
Black with #07011C
Text Example
Text Example
White with #07011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07011C; }
p { color: rgb(7,1,28); }
H1.HeaderClassName
{
color: #07011C;
}
.AnyTagClassName
{
color: #07011C;
}
</style>
background-color css
<style>
a { background-color: #07011C; }
a { background-color: rgb(7,1,28); }
div.DivClassName
{
background-color: #07011C;
}
.BgClassName
{
background-color: #07011C;
}
</style>
border-color css
<style>
span { border-color: #07011C; }
span { border-color: rgb(7,1,28); }
td.TdClassName
{
border-color: #07011C;
}
.TagClassName
{
border-color: #07011C;
}
</style>