Shades of Black Russian #02072F
Tints of Black Russian #02072F
RGB
CMYK
RGB Variations
Color information
#02072F (or 0x02072F) is known color: Black Russian. HEX triplet: 02, 07 and 2F. RGB value is (2,7,47). Sum of RGB (Red+Green+Blue) = 2+7+47=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 47 (18.75% from 255 or 83.93% from 56); Max value from RGB is 47 - color contains mainly: blue. Hex color #02072F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02072F is #FDF8D0. Grayscale: #090909. Windows color (decimal): -16644305 or 3081986. OLE color: 3081986.
HSL color Cylindrical-coordinate representation of color #02072F: hue angle of 233.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02072F is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 7 | 47 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.82 |
| HSL | 233.33º | 0.92% | 0.1% | - |
| HSV(B) | 233.33º | 0.96% | 0.18% | - |
| XYZ | 0.61 | 0.37 | 2.73 | - |
| YUV | 10.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 47 | 0.96 | 0.85 | 0 | 0.82 | 233.33 | 0.92 | 0.1 |
| Hex | 2 | 7 | 2F | 60 | 55 | 0 | 52 | E9 | 5C | A |
| Octal | 2 | 7 | 57 | 140 | 125 | 0 | 122 | 351 | 134 | 12 |
| Binary | 10 | 111 | 101111 | 1100000 | 1010101 | 0 | 1010010 | 11101001 | 1011100 | 1010 |
Color Harmonies of #02072F
Complementary color
Monochromatic Colors of #02072F
Black with #02072F
Text Example
Text Example
White with #02072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02072F; }
p { color: rgb(2,7,47); }
H1.HeaderClassName
{
color: #02072F;
}
.AnyTagClassName
{
color: #02072F;
}
</style>
background-color css
<style>
a { background-color: #02072F; }
a { background-color: rgb(2,7,47); }
div.DivClassName
{
background-color: #02072F;
}
.BgClassName
{
background-color: #02072F;
}
</style>
border-color css
<style>
span { border-color: #02072F; }
span { border-color: rgb(2,7,47); }
td.TdClassName
{
border-color: #02072F;
}
.TagClassName
{
border-color: #02072F;
}
</style>