Shades of Black Russian #01011A
Tints of Black Russian #01011A
RGB
CMYK
RGB Variations
Color information
#01011A (or 0x01011A) is known color: Black Russian. HEX triplet: 01, 01 and 1A. RGB value is (1,1,26). Sum of RGB (Red+Green+Blue) = 1+1+26=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 1 (0.78% from 255 or 3.57% from 28); Blue value is 26 (10.55% from 255 or 92.86% from 28); Max value from RGB is 26 - color contains mainly: blue. Hex color #01011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01011A is #FEFEE5. Grayscale: #030303. Windows color (decimal): -16711398 or 1704193. OLE color: 1704193.
HSL color Cylindrical-coordinate representation of color #01011A: hue angle of 240º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01011A is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 1 | 26 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.90 |
| HSL | 240º | 0.93% | 0.05% | - |
| HSV(B) | 240º | 0.96% | 0.1% | - |
| XYZ | 0.21 | 0.1 | 0.99 | - |
| YUV | 3.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 26 | 0.96 | 0.96 | 0 | 0.90 | 240 | 0.93 | 0.05 |
| Hex | 1 | 1 | 1A | 60 | 60 | 0 | 5A | F0 | 5D | 5 |
| Octal | 1 | 1 | 32 | 140 | 140 | 0 | 132 | 360 | 135 | 5 |
| Binary | 1 | 1 | 11010 | 1100000 | 1100000 | 0 | 1011010 | 11110000 | 1011101 | 101 |
Color Harmonies of #01011A
Complementary color
Monochromatic Colors of #01011A
Black with #01011A
Text Example
Text Example
White with #01011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01011A; }
p { color: rgb(1,1,26); }
H1.HeaderClassName
{
color: #01011A;
}
.AnyTagClassName
{
color: #01011A;
}
</style>
background-color css
<style>
a { background-color: #01011A; }
a { background-color: rgb(1,1,26); }
div.DivClassName
{
background-color: #01011A;
}
.BgClassName
{
background-color: #01011A;
}
</style>
border-color css
<style>
span { border-color: #01011A; }
span { border-color: rgb(1,1,26); }
td.TdClassName
{
border-color: #01011A;
}
.TagClassName
{
border-color: #01011A;
}
</style>