Shades of Black Russian #01031D
Tints of Black Russian #01031D
RGB
CMYK
RGB Variations
Color information
#01031D (or 0x01031D) is known color: Black Russian. HEX triplet: 01, 03 and 1D. RGB value is (1,3,29). Sum of RGB (Red+Green+Blue) = 1+3+29=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 3 (1.56% from 255 or 9.09% from 33); Blue value is 29 (11.72% from 255 or 87.88% from 33); Max value from RGB is 29 - color contains mainly: blue. Hex color #01031D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01031D is #FEFCE2. Grayscale: #050505. Windows color (decimal): -16710883 or 1901313. OLE color: 1901313.
HSL color Cylindrical-coordinate representation of color #01031D: hue angle of 235.71º 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 #01031D is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 3 | 29 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.89 |
| HSL | 235.71º | 0.93% | 0.06% | - |
| HSV(B) | 235.71º | 0.97% | 0.11% | - |
| XYZ | 0.27 | 0.16 | 1.18 | - |
| YUV | 5.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 29 | 0.97 | 0.90 | 0 | 0.89 | 235.71 | 0.93 | 0.06 |
| Hex | 1 | 3 | 1D | 61 | 5A | 0 | 59 | EC | 5D | 6 |
| Octal | 1 | 3 | 35 | 141 | 132 | 0 | 131 | 354 | 135 | 6 |
| Binary | 1 | 11 | 11101 | 1100001 | 1011010 | 0 | 1011001 | 11101100 | 1011101 | 110 |
Color Harmonies of #01031D
Complementary color
Monochromatic Colors of #01031D
Black with #01031D
Text Example
Text Example
White with #01031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01031D; }
p { color: rgb(1,3,29); }
H1.HeaderClassName
{
color: #01031D;
}
.AnyTagClassName
{
color: #01031D;
}
</style>
background-color css
<style>
a { background-color: #01031D; }
a { background-color: rgb(1,3,29); }
div.DivClassName
{
background-color: #01031D;
}
.BgClassName
{
background-color: #01031D;
}
</style>
border-color css
<style>
span { border-color: #01031D; }
span { border-color: rgb(1,3,29); }
td.TdClassName
{
border-color: #01031D;
}
.TagClassName
{
border-color: #01031D;
}
</style>