Shades of Black Russian #05020B
Tints of Black Russian #05020B
RGB
CMYK
RGB Variations
Color information
#05020B (or 0x05020B) is known color: Black Russian. HEX triplet: 05, 02 and 0B. RGB value is (5,2,11). Sum of RGB (Red+Green+Blue) = 5+2+11=18 (2% of max value = 765). Red value is 5 (2.34% from 255 or 27.78% from 18); Green value is 2 (1.17% from 255 or 11.11% from 18); Blue value is 11 (4.69% from 255 or 61.11% from 18); Max value from RGB is 11 - color contains mainly: blue. Hex color #05020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05020B is #FAFDF4. Grayscale: #030303. Windows color (decimal): -16449013 or 721413. OLE color: 721413.
HSL color Cylindrical-coordinate representation of color #05020B: hue angle of 260º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #05020B is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 5 | 2 | 11 | - |
CMYK | 0.55 | 0.82 | 0 | 0.96 |
HSL | 260º | 0.69% | 0.03% | - |
HSV(B) | 260º | 0.82% | 0.04% | - |
XYZ | 0.14 | 0.1 | 0.33 | - |
YUV | 3.92 | 131.99 | 128.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 2 | 11 | 0.55 | 0.82 | 0 | 0.96 | 260 | 0.69 | 0.03 |
Hex | 5 | 2 | B | 37 | 52 | 0 | 60 | 104 | 45 | 3 |
Octal | 5 | 2 | 13 | 67 | 122 | 0 | 140 | 404 | 105 | 3 |
Binary | 101 | 10 | 1011 | 110111 | 1010010 | 0 | 1100000 | 100000100 | 1000101 | 11 |
Color Harmonies of #05020B
Complementary color
Monochromatic Colors of #05020B
Black with #05020B
Text Example
Text Example
White with #05020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05020B; }
p { color: rgb(5,2,11); }
H1.HeaderClassName
{
color: #05020B;
}
.AnyTagClassName
{
color: #05020B;
}
</style>
background-color css
<style>
a { background-color: #05020B; }
a { background-color: rgb(5,2,11); }
div.DivClassName
{
background-color: #05020B;
}
.BgClassName
{
background-color: #05020B;
}
</style>
border-color css
<style>
span { border-color: #05020B; }
span { border-color: rgb(5,2,11); }
td.TdClassName
{
border-color: #05020B;
}
.TagClassName
{
border-color: #05020B;
}
</style>