Shades of Black Russian #020227
Tints of Black Russian #020227
RGB
CMYK
RGB Variations
Color information
#020227 (or 0x020227) is known color: Black Russian. HEX triplet: 02, 02 and 27. RGB value is (2,2,39). Sum of RGB (Red+Green+Blue) = 2+2+39=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 39 (15.62% from 255 or 90.70% from 43); Max value from RGB is 39 - color contains mainly: blue. Hex color #020227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020227 is #FDFDD8. Grayscale: #060606. Windows color (decimal): -16645593 or 2556418. OLE color: 2556418.
HSL color Cylindrical-coordinate representation of color #020227: hue angle of 240º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020227 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 2 | 39 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.85 |
| HSL | 240º | 0.9% | 0.08% | - |
| HSV(B) | 240º | 0.95% | 0.15% | - |
| XYZ | 0.41 | 0.2 | 1.94 | - |
| YUV | 6.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 39 | 0.95 | 0.95 | 0 | 0.85 | 240 | 0.9 | 0.08 |
| Hex | 2 | 2 | 27 | 5F | 5F | 0 | 55 | F0 | 5A | 8 |
| Octal | 2 | 2 | 47 | 137 | 137 | 0 | 125 | 360 | 132 | 10 |
| Binary | 10 | 10 | 100111 | 1011111 | 1011111 | 0 | 1010101 | 11110000 | 1011010 | 1000 |
Color Harmonies of #020227
Complementary color
Monochromatic Colors of #020227
Black with #020227
Text Example
Text Example
White with #020227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020227; }
p { color: rgb(2,2,39); }
H1.HeaderClassName
{
color: #020227;
}
.AnyTagClassName
{
color: #020227;
}
</style>
background-color css
<style>
a { background-color: #020227; }
a { background-color: rgb(2,2,39); }
div.DivClassName
{
background-color: #020227;
}
.BgClassName
{
background-color: #020227;
}
</style>
border-color css
<style>
span { border-color: #020227; }
span { border-color: rgb(2,2,39); }
td.TdClassName
{
border-color: #020227;
}
.TagClassName
{
border-color: #020227;
}
</style>