Shades of Black Russian #020027
Tints of Black Russian #020027
RGB
CMYK
RGB Variations
Color information
#020027 (or 0x020027) is known color: Black Russian. HEX triplet: 02, 00 and 27. RGB value is (2,0,39). Sum of RGB (Red+Green+Blue) = 2+0+39=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 39 (15.62% from 255 or 95.12% from 41); Max value from RGB is 39 - color contains mainly: blue. Hex color #020027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020027 is #FDFFD8. Grayscale: #040404. Windows color (decimal): -16646105 or 2555906. OLE color: 2555906.
HSL color Cylindrical-coordinate representation of color #020027: hue angle of 243.08º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020027 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 0 | 39 | - |
| CMYK | 0.95 | 1 | 0 | 0.85 |
| HSL | 243.08º | 1% | 0.08% | - |
| HSV(B) | 243.08º | 1% | 0.15% | - |
| XYZ | 0.39 | 0.16 | 1.93 | - |
| YUV | 5.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 39 | 0.95 | 1 | 0 | 0.85 | 243.08 | 1 | 0.08 |
| Hex | 2 | 0 | 27 | 5F | 64 | 0 | 55 | F3 | 64 | 8 |
| Octal | 2 | 0 | 47 | 137 | 144 | 0 | 125 | 363 | 144 | 10 |
| Binary | 10 | 0 | 100111 | 1011111 | 1100100 | 0 | 1010101 | 11110011 | 1100100 | 1000 |
Color Harmonies of #020027
Complementary color
Monochromatic Colors of #020027
Black with #020027
Text Example
Text Example
White with #020027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020027; }
p { color: rgb(2,0,39); }
H1.HeaderClassName
{
color: #020027;
}
.AnyTagClassName
{
color: #020027;
}
</style>
background-color css
<style>
a { background-color: #020027; }
a { background-color: rgb(2,0,39); }
div.DivClassName
{
background-color: #020027;
}
.BgClassName
{
background-color: #020027;
}
</style>
border-color css
<style>
span { border-color: #020027; }
span { border-color: rgb(2,0,39); }
td.TdClassName
{
border-color: #020027;
}
.TagClassName
{
border-color: #020027;
}
</style>