Shades of Black Russian #020714
Tints of Black Russian #020714
RGB
CMYK
RGB Variations
Color information
#020714 (or 0x020714) is known color: Black Russian. HEX triplet: 02, 07 and 14. RGB value is (2,7,20). Sum of RGB (Red+Green+Blue) = 2+7+20=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 20 (8.20% from 255 or 68.97% from 29); Max value from RGB is 20 - color contains mainly: blue. Hex color #020714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020714 is #FDF8EB. Grayscale: #060606. Windows color (decimal): -16644332 or 1312514. OLE color: 1312514.
HSL color Cylindrical-coordinate representation of color #020714: hue angle of 223.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020714 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 7 | 20 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.92 |
| HSL | 223.33º | 0.82% | 0.04% | - |
| HSV(B) | 223.33º | 0.9% | 0.08% | - |
| XYZ | 0.23 | 0.22 | 0.69 | - |
| YUV | 6.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 20 | 0.90 | 0.65 | 0 | 0.92 | 223.33 | 0.82 | 0.04 |
| Hex | 2 | 7 | 14 | 5A | 41 | 0 | 5C | DF | 52 | 4 |
| Octal | 2 | 7 | 24 | 132 | 101 | 0 | 134 | 337 | 122 | 4 |
| Binary | 10 | 111 | 10100 | 1011010 | 1000001 | 0 | 1011100 | 11011111 | 1010010 | 100 |
Color Harmonies of #020714
Complementary color
Monochromatic Colors of #020714
Black with #020714
Text Example
Text Example
White with #020714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020714; }
p { color: rgb(2,7,20); }
H1.HeaderClassName
{
color: #020714;
}
.AnyTagClassName
{
color: #020714;
}
</style>
background-color css
<style>
a { background-color: #020714; }
a { background-color: rgb(2,7,20); }
div.DivClassName
{
background-color: #020714;
}
.BgClassName
{
background-color: #020714;
}
</style>
border-color css
<style>
span { border-color: #020714; }
span { border-color: rgb(2,7,20); }
td.TdClassName
{
border-color: #020714;
}
.TagClassName
{
border-color: #020714;
}
</style>