Shades of Black Russian #00062A
Tints of Black Russian #00062A
RGB
CMYK
RGB Variations
Color information
#00062A (or 0x00062A) is known color: Black Russian. HEX triplet: 00, 06 and 2A. RGB value is (0,6,42). Sum of RGB (Red+Green+Blue) = 0+6+42=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 6 (2.73% from 255 or 12.5% 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 #00062A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00062A is #FFF9D5. Grayscale: #080808. Windows color (decimal): -16775638 or 2754048. OLE color: 2754048.
HSL color Cylindrical-coordinate representation of color #00062A: hue angle of 231.43º 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 #00062A is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 6 | 42 | - |
| CMYK | 1 | 0.86 | 0 | 0.84 |
| HSL | 231.43º | 1% | 0.08% | - |
| HSV(B) | 231.43º | 1% | 0.16% | - |
| XYZ | 0.48 | 0.3 | 2.22 | - |
| YUV | 8.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 42 | 1 | 0.86 | 0 | 0.84 | 231.43 | 1 | 0.08 |
| Hex | 0 | 6 | 2A | 64 | 56 | 0 | 54 | E7 | 64 | 8 |
| Octal | 0 | 6 | 52 | 144 | 126 | 0 | 124 | 347 | 144 | 10 |
| Binary | 0 | 110 | 101010 | 1100100 | 1010110 | 0 | 1010100 | 11100111 | 1100100 | 1000 |
Color Harmonies of #00062A
Complementary color
Monochromatic Colors of #00062A
Black with #00062A
Text Example
Text Example
White with #00062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00062A; }
p { color: rgb(0,6,42); }
H1.HeaderClassName
{
color: #00062A;
}
.AnyTagClassName
{
color: #00062A;
}
</style>
background-color css
<style>
a { background-color: #00062A; }
a { background-color: rgb(0,6,42); }
div.DivClassName
{
background-color: #00062A;
}
.BgClassName
{
background-color: #00062A;
}
</style>
border-color css
<style>
span { border-color: #00062A; }
span { border-color: rgb(0,6,42); }
td.TdClassName
{
border-color: #00062A;
}
.TagClassName
{
border-color: #00062A;
}
</style>