Shades of Black Russian #010513
Tints of Black Russian #010513
RGB
CMYK
RGB Variations
Color information
#010513 (or 0x010513) is known color: Black Russian. HEX triplet: 01, 05 and 13. RGB value is (1,5,19). Sum of RGB (Red+Green+Blue) = 1+5+19=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 19 (7.81% from 255 or 76% from 25); Max value from RGB is 19 - color contains mainly: blue. Hex color #010513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010513 is #FEFAEC. Grayscale: #050505. Windows color (decimal): -16710381 or 1246465. OLE color: 1246465.
HSL color Cylindrical-coordinate representation of color #010513: hue angle of 226.67º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010513 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 5 | 19 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.93 |
| HSL | 226.67º | 0.9% | 0.04% | - |
| HSV(B) | 226.67º | 0.95% | 0.07% | - |
| XYZ | 0.18 | 0.16 | 0.64 | - |
| YUV | 5.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 19 | 0.95 | 0.74 | 0 | 0.93 | 226.67 | 0.9 | 0.04 |
| Hex | 1 | 5 | 13 | 5F | 4A | 0 | 5D | E3 | 5A | 4 |
| Octal | 1 | 5 | 23 | 137 | 112 | 0 | 135 | 343 | 132 | 4 |
| Binary | 1 | 101 | 10011 | 1011111 | 1001010 | 0 | 1011101 | 11100011 | 1011010 | 100 |
Color Harmonies of #010513
Complementary color
Monochromatic Colors of #010513
Black with #010513
Text Example
Text Example
White with #010513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010513; }
p { color: rgb(1,5,19); }
H1.HeaderClassName
{
color: #010513;
}
.AnyTagClassName
{
color: #010513;
}
</style>
background-color css
<style>
a { background-color: #010513; }
a { background-color: rgb(1,5,19); }
div.DivClassName
{
background-color: #010513;
}
.BgClassName
{
background-color: #010513;
}
</style>
border-color css
<style>
span { border-color: #010513; }
span { border-color: rgb(1,5,19); }
td.TdClassName
{
border-color: #010513;
}
.TagClassName
{
border-color: #010513;
}
</style>