Shades of Black Russian #01081F
Tints of Black Russian #01081F
RGB
CMYK
RGB Variations
Color information
#01081F (or 0x01081F) is known color: Black Russian. HEX triplet: 01, 08 and 1F. RGB value is (1,8,31). Sum of RGB (Red+Green+Blue) = 1+8+31=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 31 (12.5% from 255 or 77.5% from 40); Max value from RGB is 31 - color contains mainly: blue. Hex color #01081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01081F is #FEF7E0. Grayscale: #080808. Windows color (decimal): -16709601 or 2033665. OLE color: 2033665.
HSL color Cylindrical-coordinate representation of color #01081F: hue angle of 226º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01081F is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 8 | 31 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.88 |
| HSL | 226º | 0.94% | 0.06% | - |
| HSV(B) | 226º | 0.97% | 0.12% | - |
| XYZ | 0.35 | 0.28 | 1.33 | - |
| YUV | 8.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 31 | 0.97 | 0.74 | 0 | 0.88 | 226 | 0.94 | 0.06 |
| Hex | 1 | 8 | 1F | 61 | 4A | 0 | 58 | E2 | 5E | 6 |
| Octal | 1 | 10 | 37 | 141 | 112 | 0 | 130 | 342 | 136 | 6 |
| Binary | 1 | 1000 | 11111 | 1100001 | 1001010 | 0 | 1011000 | 11100010 | 1011110 | 110 |
Color Harmonies of #01081F
Complementary color
Monochromatic Colors of #01081F
Black with #01081F
Text Example
Text Example
White with #01081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01081F; }
p { color: rgb(1,8,31); }
H1.HeaderClassName
{
color: #01081F;
}
.AnyTagClassName
{
color: #01081F;
}
</style>
background-color css
<style>
a { background-color: #01081F; }
a { background-color: rgb(1,8,31); }
div.DivClassName
{
background-color: #01081F;
}
.BgClassName
{
background-color: #01081F;
}
</style>
border-color css
<style>
span { border-color: #01081F; }
span { border-color: rgb(1,8,31); }
td.TdClassName
{
border-color: #01081F;
}
.TagClassName
{
border-color: #01081F;
}
</style>