Shades of Black Russian #020A2B
Tints of Black Russian #020A2B
RGB
CMYK
RGB Variations
Color information
#020A2B (or 0x020A2B) is known color: Black Russian. HEX triplet: 02, 0A and 2B. RGB value is (2,10,43). Sum of RGB (Red+Green+Blue) = 2+10+43=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 43 (17.19% from 255 or 78.18% from 55); Max value from RGB is 43 - color contains mainly: blue. Hex color #020A2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A2B is #FDF5D4. Grayscale: #0B0B0B. Windows color (decimal): -16643541 or 2820610. OLE color: 2820610.
HSL color Cylindrical-coordinate representation of color #020A2B: hue angle of 228.29º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020A2B is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 10 | 43 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.83 |
| HSL | 228.29º | 0.91% | 0.09% | - |
| HSV(B) | 228.29º | 0.95% | 0.17% | - |
| XYZ | 0.57 | 0.4 | 2.33 | - |
| YUV | 11.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 43 | 0.95 | 0.77 | 0 | 0.83 | 228.29 | 0.91 | 0.09 |
| Hex | 2 | A | 2B | 5F | 4D | 0 | 53 | E4 | 5B | 9 |
| Octal | 2 | 12 | 53 | 137 | 115 | 0 | 123 | 344 | 133 | 11 |
| Binary | 10 | 1010 | 101011 | 1011111 | 1001101 | 0 | 1010011 | 11100100 | 1011011 | 1001 |
Color Harmonies of #020A2B
Complementary color
Monochromatic Colors of #020A2B
Black with #020A2B
Text Example
Text Example
White with #020A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A2B; }
p { color: rgb(2,10,43); }
H1.HeaderClassName
{
color: #020A2B;
}
.AnyTagClassName
{
color: #020A2B;
}
</style>
background-color css
<style>
a { background-color: #020A2B; }
a { background-color: rgb(2,10,43); }
div.DivClassName
{
background-color: #020A2B;
}
.BgClassName
{
background-color: #020A2B;
}
</style>
border-color css
<style>
span { border-color: #020A2B; }
span { border-color: rgb(2,10,43); }
td.TdClassName
{
border-color: #020A2B;
}
.TagClassName
{
border-color: #020A2B;
}
</style>