Shades of Black Russian #02062D
Tints of Black Russian #02062D
RGB
CMYK
RGB Variations
Color information
#02062D (or 0x02062D) is known color: Black Russian. HEX triplet: 02, 06 and 2D. RGB value is (2,6,45). Sum of RGB (Red+Green+Blue) = 2+6+45=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 45 (17.97% from 255 or 84.91% from 53); Max value from RGB is 45 - color contains mainly: blue. Hex color #02062D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02062D is #FDF9D2. Grayscale: #090909. Windows color (decimal): -16644563 or 2950658. OLE color: 2950658.
HSL color Cylindrical-coordinate representation of color #02062D: hue angle of 234.42º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02062D is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 6 | 45 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.82 |
| HSL | 234.42º | 0.91% | 0.09% | - |
| HSV(B) | 234.42º | 0.96% | 0.18% | - |
| XYZ | 0.56 | 0.33 | 2.52 | - |
| YUV | 9.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 45 | 0.96 | 0.87 | 0 | 0.82 | 234.42 | 0.91 | 0.09 |
| Hex | 2 | 6 | 2D | 60 | 57 | 0 | 52 | EA | 5B | 9 |
| Octal | 2 | 6 | 55 | 140 | 127 | 0 | 122 | 352 | 133 | 11 |
| Binary | 10 | 110 | 101101 | 1100000 | 1010111 | 0 | 1010010 | 11101010 | 1011011 | 1001 |
Color Harmonies of #02062D
Complementary color
Monochromatic Colors of #02062D
Black with #02062D
Text Example
Text Example
White with #02062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02062D; }
p { color: rgb(2,6,45); }
H1.HeaderClassName
{
color: #02062D;
}
.AnyTagClassName
{
color: #02062D;
}
</style>
background-color css
<style>
a { background-color: #02062D; }
a { background-color: rgb(2,6,45); }
div.DivClassName
{
background-color: #02062D;
}
.BgClassName
{
background-color: #02062D;
}
</style>
border-color css
<style>
span { border-color: #02062D; }
span { border-color: rgb(2,6,45); }
td.TdClassName
{
border-color: #02062D;
}
.TagClassName
{
border-color: #02062D;
}
</style>