Shades of Black Russian #02062A
Tints of Black Russian #02062A
RGB
CMYK
RGB Variations
Color information
#02062A (or 0x02062A) is known color: Black Russian. HEX triplet: 02, 06 and 2A. RGB value is (2,6,42). Sum of RGB (Red+Green+Blue) = 2+6+42=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 42 (16.80% from 255 or 84% from 50); Max value from RGB is 42 - color contains mainly: blue. Hex color #02062A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02062A is #FDF9D5. Grayscale: #080808. Windows color (decimal): -16644566 or 2754050. OLE color: 2754050.
HSL color Cylindrical-coordinate representation of color #02062A: hue angle of 234º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02062A is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 6 | 42 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.84 |
| HSL | 234º | 0.91% | 0.09% | - |
| HSV(B) | 234º | 0.95% | 0.16% | - |
| XYZ | 0.51 | 0.31 | 2.22 | - |
| YUV | 8.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 42 | 0.95 | 0.86 | 0 | 0.84 | 234 | 0.91 | 0.09 |
| Hex | 2 | 6 | 2A | 5F | 56 | 0 | 54 | EA | 5B | 9 |
| Octal | 2 | 6 | 52 | 137 | 126 | 0 | 124 | 352 | 133 | 11 |
| Binary | 10 | 110 | 101010 | 1011111 | 1010110 | 0 | 1010100 | 11101010 | 1011011 | 1001 |
Color Harmonies of #02062A
Complementary color
Monochromatic Colors of #02062A
Black with #02062A
Text Example
Text Example
White with #02062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02062A; }
p { color: rgb(2,6,42); }
H1.HeaderClassName
{
color: #02062A;
}
.AnyTagClassName
{
color: #02062A;
}
</style>
background-color css
<style>
a { background-color: #02062A; }
a { background-color: rgb(2,6,42); }
div.DivClassName
{
background-color: #02062A;
}
.BgClassName
{
background-color: #02062A;
}
</style>
border-color css
<style>
span { border-color: #02062A; }
span { border-color: rgb(2,6,42); }
td.TdClassName
{
border-color: #02062A;
}
.TagClassName
{
border-color: #02062A;
}
</style>