Shades of Black Russian #020727
Tints of Black Russian #020727
RGB
CMYK
RGB Variations
Color information
#020727 (or 0x020727) is known color: Black Russian. HEX triplet: 02, 07 and 27. RGB value is (2,7,39). Sum of RGB (Red+Green+Blue) = 2+7+39=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 39 (15.62% from 255 or 81.25% from 48); Max value from RGB is 39 - color contains mainly: blue. Hex color #020727 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020727 is #FDF8D8. Grayscale: #090909. Windows color (decimal): -16644313 or 2557698. OLE color: 2557698.
HSL color Cylindrical-coordinate representation of color #020727: hue angle of 231.89º 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 #020727 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 7 | 39 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.85 |
| HSL | 231.89º | 0.9% | 0.08% | - |
| HSV(B) | 231.89º | 0.95% | 0.15% | - |
| XYZ | 0.47 | 0.31 | 1.95 | - |
| YUV | 9.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 39 | 0.95 | 0.82 | 0 | 0.85 | 231.89 | 0.9 | 0.08 |
| Hex | 2 | 7 | 27 | 5F | 52 | 0 | 55 | E8 | 5A | 8 |
| Octal | 2 | 7 | 47 | 137 | 122 | 0 | 125 | 350 | 132 | 10 |
| Binary | 10 | 111 | 100111 | 1011111 | 1010010 | 0 | 1010101 | 11101000 | 1011010 | 1000 |
Color Harmonies of #020727
Complementary color
Monochromatic Colors of #020727
Black with #020727
Text Example
Text Example
White with #020727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020727; }
p { color: rgb(2,7,39); }
H1.HeaderClassName
{
color: #020727;
}
.AnyTagClassName
{
color: #020727;
}
</style>
background-color css
<style>
a { background-color: #020727; }
a { background-color: rgb(2,7,39); }
div.DivClassName
{
background-color: #020727;
}
.BgClassName
{
background-color: #020727;
}
</style>
border-color css
<style>
span { border-color: #020727; }
span { border-color: rgb(2,7,39); }
td.TdClassName
{
border-color: #020727;
}
.TagClassName
{
border-color: #020727;
}
</style>