Shades of Black Russian #01050D
Tints of Black Russian #01050D
RGB
CMYK
RGB Variations
Color information
#01050D (or 0x01050D) is known color: Black Russian. HEX triplet: 01, 05 and 0D. RGB value is (1,5,13). Sum of RGB (Red+Green+Blue) = 1+5+13=19 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.26% from 19); Green value is 5 (2.34% from 255 or 26.32% from 19); Blue value is 13 (5.47% from 255 or 68.42% from 19); Max value from RGB is 13 - color contains mainly: blue. Hex color #01050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01050D is #FEFAF2. Grayscale: #040404. Windows color (decimal): -16710387 or 853249. OLE color: 853249.
HSL color Cylindrical-coordinate representation of color #01050D: hue angle of 220º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #01050D is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 1 | 5 | 13 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.95 |
| HSL | 220º | 0.86% | 0.03% | - |
| HSV(B) | 220º | 0.92% | 0.05% | - |
| XYZ | 0.14 | 0.14 | 0.4 | - |
| YUV | 4.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 13 | 0.92 | 0.62 | 0 | 0.95 | 220 | 0.86 | 0.03 |
| Hex | 1 | 5 | D | 5C | 3E | 0 | 5F | DC | 56 | 3 |
| Octal | 1 | 5 | 15 | 134 | 76 | 0 | 137 | 334 | 126 | 3 |
| Binary | 1 | 101 | 1101 | 1011100 | 111110 | 0 | 1011111 | 11011100 | 1010110 | 11 |
Color Harmonies of #01050D
Complementary color
Monochromatic Colors of #01050D
Black with #01050D
Text Example
Text Example
White with #01050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01050D; }
p { color: rgb(1,5,13); }
H1.HeaderClassName
{
color: #01050D;
}
.AnyTagClassName
{
color: #01050D;
}
</style>
background-color css
<style>
a { background-color: #01050D; }
a { background-color: rgb(1,5,13); }
div.DivClassName
{
background-color: #01050D;
}
.BgClassName
{
background-color: #01050D;
}
</style>
border-color css
<style>
span { border-color: #01050D; }
span { border-color: rgb(1,5,13); }
td.TdClassName
{
border-color: #01050D;
}
.TagClassName
{
border-color: #01050D;
}
</style>