Shades of Black Russian #01032D
Tints of Black Russian #01032D
RGB
CMYK
RGB Variations
Color information
#01032D (or 0x01032D) is known color: Black Russian. HEX triplet: 01, 03 and 2D. RGB value is (1,3,45). Sum of RGB (Red+Green+Blue) = 1+3+45=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 45 (17.97% from 255 or 91.84% from 49); Max value from RGB is 45 - color contains mainly: blue. Hex color #01032D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01032D is #FEFCD2. Grayscale: #070707. Windows color (decimal): -16710867 or 2949889. OLE color: 2949889.
HSL color Cylindrical-coordinate representation of color #01032D: hue angle of 237.27º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01032D is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 3 | 45 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.82 |
| HSL | 237.27º | 0.96% | 0.09% | - |
| HSV(B) | 237.27º | 0.98% | 0.18% | - |
| XYZ | 0.52 | 0.26 | 2.51 | - |
| YUV | 7.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 45 | 0.98 | 0.93 | 0 | 0.82 | 237.27 | 0.96 | 0.09 |
| Hex | 1 | 3 | 2D | 62 | 5D | 0 | 52 | ED | 60 | 9 |
| Octal | 1 | 3 | 55 | 142 | 135 | 0 | 122 | 355 | 140 | 11 |
| Binary | 1 | 11 | 101101 | 1100010 | 1011101 | 0 | 1010010 | 11101101 | 1100000 | 1001 |
Color Harmonies of #01032D
Complementary color
Monochromatic Colors of #01032D
Black with #01032D
Text Example
Text Example
White with #01032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01032D; }
p { color: rgb(1,3,45); }
H1.HeaderClassName
{
color: #01032D;
}
.AnyTagClassName
{
color: #01032D;
}
</style>
background-color css
<style>
a { background-color: #01032D; }
a { background-color: rgb(1,3,45); }
div.DivClassName
{
background-color: #01032D;
}
.BgClassName
{
background-color: #01032D;
}
</style>
border-color css
<style>
span { border-color: #01032D; }
span { border-color: rgb(1,3,45); }
td.TdClassName
{
border-color: #01032D;
}
.TagClassName
{
border-color: #01032D;
}
</style>