Shades of Black Russian #02072E
Tints of Black Russian #02072E
RGB
CMYK
RGB Variations
Color information
#02072E (or 0x02072E) is known color: Black Russian. HEX triplet: 02, 07 and 2E. RGB value is (2,7,46). Sum of RGB (Red+Green+Blue) = 2+7+46=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 46 (18.36% from 255 or 83.64% from 55); Max value from RGB is 46 - color contains mainly: blue. Hex color #02072E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02072E is #FDF8D1. Grayscale: #090909. Windows color (decimal): -16644306 or 3016450. OLE color: 3016450.
HSL color Cylindrical-coordinate representation of color #02072E: hue angle of 233.18º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02072E is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 7 | 46 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.82 |
| HSL | 233.18º | 0.92% | 0.09% | - |
| HSV(B) | 233.18º | 0.96% | 0.18% | - |
| XYZ | 0.59 | 0.36 | 2.62 | - |
| YUV | 9.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 46 | 0.96 | 0.85 | 0 | 0.82 | 233.18 | 0.92 | 0.09 |
| Hex | 2 | 7 | 2E | 60 | 55 | 0 | 52 | E9 | 5C | 9 |
| Octal | 2 | 7 | 56 | 140 | 125 | 0 | 122 | 351 | 134 | 11 |
| Binary | 10 | 111 | 101110 | 1100000 | 1010101 | 0 | 1010010 | 11101001 | 1011100 | 1001 |
Color Harmonies of #02072E
Complementary color
Monochromatic Colors of #02072E
Black with #02072E
Text Example
Text Example
White with #02072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02072E; }
p { color: rgb(2,7,46); }
H1.HeaderClassName
{
color: #02072E;
}
.AnyTagClassName
{
color: #02072E;
}
</style>
background-color css
<style>
a { background-color: #02072E; }
a { background-color: rgb(2,7,46); }
div.DivClassName
{
background-color: #02072E;
}
.BgClassName
{
background-color: #02072E;
}
</style>
border-color css
<style>
span { border-color: #02072E; }
span { border-color: rgb(2,7,46); }
td.TdClassName
{
border-color: #02072E;
}
.TagClassName
{
border-color: #02072E;
}
</style>