Shades of Black Russian #020B23
Tints of Black Russian #020B23
RGB
CMYK
RGB Variations
Color information
#020B23 (or 0x020B23) is known color: Black Russian. HEX triplet: 02, 0B and 23. RGB value is (2,11,35). Sum of RGB (Red+Green+Blue) = 2+11+35=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 35 (14.06% from 255 or 72.92% from 48); Max value from RGB is 35 - color contains mainly: blue. Hex color #020B23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B23 is #FDF4DC. Grayscale: #0A0A0A. Windows color (decimal): -16643293 or 2296578. OLE color: 2296578.
HSL color Cylindrical-coordinate representation of color #020B23: hue angle of 223.64º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020B23 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 11 | 35 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.86 |
| HSL | 223.64º | 0.89% | 0.07% | - |
| HSV(B) | 223.64º | 0.94% | 0.14% | - |
| XYZ | 0.45 | 0.37 | 1.64 | - |
| YUV | 11.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 35 | 0.94 | 0.69 | 0 | 0.86 | 223.64 | 0.89 | 0.07 |
| Hex | 2 | B | 23 | 5E | 45 | 0 | 56 | E0 | 59 | 7 |
| Octal | 2 | 13 | 43 | 136 | 105 | 0 | 126 | 340 | 131 | 7 |
| Binary | 10 | 1011 | 100011 | 1011110 | 1000101 | 0 | 1010110 | 11100000 | 1011001 | 111 |
Color Harmonies of #020B23
Complementary color
Monochromatic Colors of #020B23
Black with #020B23
Text Example
Text Example
White with #020B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B23; }
p { color: rgb(2,11,35); }
H1.HeaderClassName
{
color: #020B23;
}
.AnyTagClassName
{
color: #020B23;
}
</style>
background-color css
<style>
a { background-color: #020B23; }
a { background-color: rgb(2,11,35); }
div.DivClassName
{
background-color: #020B23;
}
.BgClassName
{
background-color: #020B23;
}
</style>
border-color css
<style>
span { border-color: #020B23; }
span { border-color: rgb(2,11,35); }
td.TdClassName
{
border-color: #020B23;
}
.TagClassName
{
border-color: #020B23;
}
</style>