Shades of Black Russian #06002A
Tints of Black Russian #06002A
RGB
CMYK
RGB Variations
Color information
#06002A (or 0x06002A) is known color: Black Russian. HEX triplet: 06, 00 and 2A. RGB value is (6,0,42). Sum of RGB (Red+Green+Blue) = 6+0+42=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 42 (16.80% from 255 or 87.5% from 48); Max value from RGB is 42 - color contains mainly: blue. Hex color #06002A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06002A is #F9FFD5. Grayscale: #060606. Windows color (decimal): -16383958 or 2752518. OLE color: 2752518.
HSL color Cylindrical-coordinate representation of color #06002A: hue angle of 248.57º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06002A is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 0 | 42 | - |
| CMYK | 0.86 | 1 | 0 | 0.84 |
| HSL | 248.57º | 1% | 0.08% | - |
| HSV(B) | 248.57º | 1% | 0.16% | - |
| XYZ | 0.49 | 0.21 | 2.2 | - |
| YUV | 6.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 42 | 0.86 | 1 | 0 | 0.84 | 248.57 | 1 | 0.08 |
| Hex | 6 | 0 | 2A | 56 | 64 | 0 | 54 | F9 | 64 | 8 |
| Octal | 6 | 0 | 52 | 126 | 144 | 0 | 124 | 371 | 144 | 10 |
| Binary | 110 | 0 | 101010 | 1010110 | 1100100 | 0 | 1010100 | 11111001 | 1100100 | 1000 |
Color Harmonies of #06002A
Complementary color
Monochromatic Colors of #06002A
Black with #06002A
Text Example
Text Example
White with #06002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06002A; }
p { color: rgb(6,0,42); }
H1.HeaderClassName
{
color: #06002A;
}
.AnyTagClassName
{
color: #06002A;
}
</style>
background-color css
<style>
a { background-color: #06002A; }
a { background-color: rgb(6,0,42); }
div.DivClassName
{
background-color: #06002A;
}
.BgClassName
{
background-color: #06002A;
}
</style>
border-color css
<style>
span { border-color: #06002A; }
span { border-color: rgb(6,0,42); }
td.TdClassName
{
border-color: #06002A;
}
.TagClassName
{
border-color: #06002A;
}
</style>