Shades of Black Russian #010520
Tints of Black Russian #010520
RGB
CMYK
RGB Variations
Color information
#010520 (or 0x010520) is known color: Black Russian. HEX triplet: 01, 05 and 20. RGB value is (1,5,32). Sum of RGB (Red+Green+Blue) = 1+5+32=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 32 (12.89% from 255 or 84.21% from 38); Max value from RGB is 32 - color contains mainly: blue. Hex color #010520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010520 is #FEFADF. Grayscale: #060606. Windows color (decimal): -16710368 or 2098433. OLE color: 2098433.
HSL color Cylindrical-coordinate representation of color #010520: hue angle of 232.26º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010520 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 5 | 32 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.87 |
| HSL | 232.26º | 0.94% | 0.06% | - |
| HSV(B) | 232.26º | 0.97% | 0.13% | - |
| XYZ | 0.33 | 0.22 | 1.39 | - |
| YUV | 6.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 32 | 0.97 | 0.84 | 0 | 0.87 | 232.26 | 0.94 | 0.06 |
| Hex | 1 | 5 | 20 | 61 | 54 | 0 | 57 | E8 | 5E | 6 |
| Octal | 1 | 5 | 40 | 141 | 124 | 0 | 127 | 350 | 136 | 6 |
| Binary | 1 | 101 | 100000 | 1100001 | 1010100 | 0 | 1010111 | 11101000 | 1011110 | 110 |
Color Harmonies of #010520
Complementary color
Monochromatic Colors of #010520
Black with #010520
Text Example
Text Example
White with #010520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010520; }
p { color: rgb(1,5,32); }
H1.HeaderClassName
{
color: #010520;
}
.AnyTagClassName
{
color: #010520;
}
</style>
background-color css
<style>
a { background-color: #010520; }
a { background-color: rgb(1,5,32); }
div.DivClassName
{
background-color: #010520;
}
.BgClassName
{
background-color: #010520;
}
</style>
border-color css
<style>
span { border-color: #010520; }
span { border-color: rgb(1,5,32); }
td.TdClassName
{
border-color: #010520;
}
.TagClassName
{
border-color: #010520;
}
</style>