Shades of Black Russian #020F28
Tints of Black Russian #020F28
RGB
CMYK
RGB Variations
Color information
#020F28 (or 0x020F28) is known color: Black Russian. HEX triplet: 02, 0F and 28. RGB value is (2,15,40). Sum of RGB (Red+Green+Blue) = 2+15+40=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 40 (16.02% from 255 or 70.18% from 57); Max value from RGB is 40 - color contains mainly: blue. Hex color #020F28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F28 is #FDF0D7. Grayscale: #0D0D0D. Windows color (decimal): -16642264 or 2625282. OLE color: 2625282.
HSL color Cylindrical-coordinate representation of color #020F28: hue angle of 219.47º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020F28 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 15 | 40 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.84 |
| HSL | 219.47º | 0.9% | 0.08% | - |
| HSV(B) | 219.47º | 0.95% | 0.16% | - |
| XYZ | 0.58 | 0.51 | 2.07 | - |
| YUV | 13.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 40 | 0.95 | 0.62 | 0 | 0.84 | 219.47 | 0.9 | 0.08 |
| Hex | 2 | F | 28 | 5F | 3E | 0 | 54 | DB | 5A | 8 |
| Octal | 2 | 17 | 50 | 137 | 76 | 0 | 124 | 333 | 132 | 10 |
| Binary | 10 | 1111 | 101000 | 1011111 | 111110 | 0 | 1010100 | 11011011 | 1011010 | 1000 |
Color Harmonies of #020F28
Complementary color
Monochromatic Colors of #020F28
Black with #020F28
Text Example
Text Example
White with #020F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F28; }
p { color: rgb(2,15,40); }
H1.HeaderClassName
{
color: #020F28;
}
.AnyTagClassName
{
color: #020F28;
}
</style>
background-color css
<style>
a { background-color: #020F28; }
a { background-color: rgb(2,15,40); }
div.DivClassName
{
background-color: #020F28;
}
.BgClassName
{
background-color: #020F28;
}
</style>
border-color css
<style>
span { border-color: #020F28; }
span { border-color: rgb(2,15,40); }
td.TdClassName
{
border-color: #020F28;
}
.TagClassName
{
border-color: #020F28;
}
</style>