Shades of Black Russian #01011D
Tints of Black Russian #01011D
RGB
CMYK
RGB Variations
Color information
#01011D (or 0x01011D) is known color: Black Russian. HEX triplet: 01, 01 and 1D. RGB value is (1,1,29). Sum of RGB (Red+Green+Blue) = 1+1+29=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 29 (11.72% from 255 or 93.55% from 31); Max value from RGB is 29 - color contains mainly: blue. Hex color #01011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01011D is #FEFEE2. Grayscale: #040404. Windows color (decimal): -16711395 or 1900801. OLE color: 1900801.
HSL color Cylindrical-coordinate representation of color #01011D: hue angle of 240º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01011D is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 1 | 29 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.89 |
| HSL | 240º | 0.93% | 0.06% | - |
| HSV(B) | 240º | 0.97% | 0.11% | - |
| XYZ | 0.25 | 0.12 | 1.17 | - |
| YUV | 4.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 29 | 0.97 | 0.97 | 0 | 0.89 | 240 | 0.93 | 0.06 |
| Hex | 1 | 1 | 1D | 61 | 61 | 0 | 59 | F0 | 5D | 6 |
| Octal | 1 | 1 | 35 | 141 | 141 | 0 | 131 | 360 | 135 | 6 |
| Binary | 1 | 1 | 11101 | 1100001 | 1100001 | 0 | 1011001 | 11110000 | 1011101 | 110 |
Color Harmonies of #01011D
Complementary color
Monochromatic Colors of #01011D
Black with #01011D
Text Example
Text Example
White with #01011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01011D; }
p { color: rgb(1,1,29); }
H1.HeaderClassName
{
color: #01011D;
}
.AnyTagClassName
{
color: #01011D;
}
</style>
background-color css
<style>
a { background-color: #01011D; }
a { background-color: rgb(1,1,29); }
div.DivClassName
{
background-color: #01011D;
}
.BgClassName
{
background-color: #01011D;
}
</style>
border-color css
<style>
span { border-color: #01011D; }
span { border-color: rgb(1,1,29); }
td.TdClassName
{
border-color: #01011D;
}
.TagClassName
{
border-color: #01011D;
}
</style>