Shades of Black Russian #01082D
Tints of Black Russian #01082D
RGB
CMYK
RGB Variations
Color information
#01082D (or 0x01082D) is known color: Black Russian. HEX triplet: 01, 08 and 2D. RGB value is (1,8,45). Sum of RGB (Red+Green+Blue) = 1+8+45=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 45 (17.97% from 255 or 83.33% from 54); Max value from RGB is 45 - color contains mainly: blue. Hex color #01082D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01082D is #FEF7D2. Grayscale: #090909. Windows color (decimal): -16709587 or 2951169. OLE color: 2951169.
HSL color Cylindrical-coordinate representation of color #01082D: hue angle of 230.45º 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 #01082D is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 8 | 45 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.82 |
| HSL | 230.45º | 0.96% | 0.09% | - |
| HSV(B) | 230.45º | 0.98% | 0.18% | - |
| XYZ | 0.57 | 0.37 | 2.52 | - |
| YUV | 10.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 45 | 0.98 | 0.82 | 0 | 0.82 | 230.45 | 0.96 | 0.09 |
| Hex | 1 | 8 | 2D | 62 | 52 | 0 | 52 | E6 | 60 | 9 |
| Octal | 1 | 10 | 55 | 142 | 122 | 0 | 122 | 346 | 140 | 11 |
| Binary | 1 | 1000 | 101101 | 1100010 | 1010010 | 0 | 1010010 | 11100110 | 1100000 | 1001 |
Color Harmonies of #01082D
Complementary color
Monochromatic Colors of #01082D
Black with #01082D
Text Example
Text Example
White with #01082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01082D; }
p { color: rgb(1,8,45); }
H1.HeaderClassName
{
color: #01082D;
}
.AnyTagClassName
{
color: #01082D;
}
</style>
background-color css
<style>
a { background-color: #01082D; }
a { background-color: rgb(1,8,45); }
div.DivClassName
{
background-color: #01082D;
}
.BgClassName
{
background-color: #01082D;
}
</style>
border-color css
<style>
span { border-color: #01082D; }
span { border-color: rgb(1,8,45); }
td.TdClassName
{
border-color: #01082D;
}
.TagClassName
{
border-color: #01082D;
}
</style>