Shades of Black Russian #01082C
Tints of Black Russian #01082C
RGB
CMYK
RGB Variations
Color information
#01082C (or 0x01082C) is known color: Black Russian. HEX triplet: 01, 08 and 2C. RGB value is (1,8,44). Sum of RGB (Red+Green+Blue) = 1+8+44=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 44 (17.58% from 255 or 83.02% from 53); Max value from RGB is 44 - color contains mainly: blue. Hex color #01082C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01082C is #FEF7D3. Grayscale: #090909. Windows color (decimal): -16709588 or 2885633. OLE color: 2885633.
HSL color Cylindrical-coordinate representation of color #01082C: hue angle of 230.23º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01082C is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 8 | 44 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.83 |
| HSL | 230.23º | 0.96% | 0.09% | - |
| HSV(B) | 230.23º | 0.98% | 0.17% | - |
| XYZ | 0.55 | 0.36 | 2.42 | - |
| YUV | 10.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 44 | 0.98 | 0.82 | 0 | 0.83 | 230.23 | 0.96 | 0.09 |
| Hex | 1 | 8 | 2C | 62 | 52 | 0 | 53 | E6 | 60 | 9 |
| Octal | 1 | 10 | 54 | 142 | 122 | 0 | 123 | 346 | 140 | 11 |
| Binary | 1 | 1000 | 101100 | 1100010 | 1010010 | 0 | 1010011 | 11100110 | 1100000 | 1001 |
Color Harmonies of #01082C
Complementary color
Monochromatic Colors of #01082C
Black with #01082C
Text Example
Text Example
White with #01082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01082C; }
p { color: rgb(1,8,44); }
H1.HeaderClassName
{
color: #01082C;
}
.AnyTagClassName
{
color: #01082C;
}
</style>
background-color css
<style>
a { background-color: #01082C; }
a { background-color: rgb(1,8,44); }
div.DivClassName
{
background-color: #01082C;
}
.BgClassName
{
background-color: #01082C;
}
</style>
border-color css
<style>
span { border-color: #01082C; }
span { border-color: rgb(1,8,44); }
td.TdClassName
{
border-color: #01082C;
}
.TagClassName
{
border-color: #01082C;
}
</style>