Shades of Black Russian #07021C
Tints of Black Russian #07021C
RGB
CMYK
RGB Variations
Color information
#07021C (or 0x07021C) is known color: Black Russian. HEX triplet: 07, 02 and 1C. RGB value is (7,2,28). Sum of RGB (Red+Green+Blue) = 7+2+28=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 28 (11.33% from 255 or 75.68% from 37); Max value from RGB is 28 - color contains mainly: blue. Hex color #07021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07021C is #F8FDE3. Grayscale: #060606. Windows color (decimal): -16317924 or 1835527. OLE color: 1835527.
HSL color Cylindrical-coordinate representation of color #07021C: hue angle of 251.54º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07021C is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 2 | 28 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.89 |
| HSL | 251.54º | 0.87% | 0.06% | - |
| HSV(B) | 251.54º | 0.93% | 0.11% | - |
| XYZ | 0.32 | 0.17 | 1.12 | - |
| YUV | 6.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 28 | 0.75 | 0.93 | 0 | 0.89 | 251.54 | 0.87 | 0.06 |
| Hex | 7 | 2 | 1C | 4B | 5D | 0 | 59 | FC | 57 | 6 |
| Octal | 7 | 2 | 34 | 113 | 135 | 0 | 131 | 374 | 127 | 6 |
| Binary | 111 | 10 | 11100 | 1001011 | 1011101 | 0 | 1011001 | 11111100 | 1010111 | 110 |
Color Harmonies of #07021C
Complementary color
Monochromatic Colors of #07021C
Black with #07021C
Text Example
Text Example
White with #07021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07021C; }
p { color: rgb(7,2,28); }
H1.HeaderClassName
{
color: #07021C;
}
.AnyTagClassName
{
color: #07021C;
}
</style>
background-color css
<style>
a { background-color: #07021C; }
a { background-color: rgb(7,2,28); }
div.DivClassName
{
background-color: #07021C;
}
.BgClassName
{
background-color: #07021C;
}
</style>
border-color css
<style>
span { border-color: #07021C; }
span { border-color: rgb(7,2,28); }
td.TdClassName
{
border-color: #07021C;
}
.TagClassName
{
border-color: #07021C;
}
</style>