Shades of Black Russian #00020A
Tints of Black Russian #00020A
RGB
CMYK
RGB Variations
Color information
#00020A (or 0x00020A) is known color: Black Russian. HEX triplet: 00, 02 and 0A. RGB value is (0,2,10). Sum of RGB (Red+Green+Blue) = 0+2+10=12 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 12); Green value is 2 (1.17% from 255 or 16.67% from 12); Blue value is 10 (4.30% from 255 or 83.33% from 12); Max value from RGB is 10 - color contains mainly: blue. Hex color #00020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00020A is #FFFDF5. Grayscale: #020202. Windows color (decimal): -16776694 or 655872. OLE color: 655872.
HSL color Cylindrical-coordinate representation of color #00020A: hue angle of 228º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00020A is Cyan = 1, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 2 | 10 | - |
| CMYK | 1 | 0.8 | 0 | 0.96 |
| HSL | 228º | 1% | 0.02% | - |
| HSV(B) | 228º | 1% | 0.04% | - |
| XYZ | 0.08 | 0.07 | 0.3 | - |
| YUV | 2.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 10 | 1 | 0.8 | 0 | 0.96 | 228 | 1 | 0.02 |
| Hex | 0 | 2 | A | 64 | 50 | 0 | 60 | E4 | 64 | 2 |
| Octal | 0 | 2 | 12 | 144 | 120 | 0 | 140 | 344 | 144 | 2 |
| Binary | 0 | 10 | 1010 | 1100100 | 1010000 | 0 | 1100000 | 11100100 | 1100100 | 10 |
Color Harmonies of #00020A
Complementary color
Monochromatic Colors of #00020A
Black with #00020A
Text Example
Text Example
White with #00020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00020A; }
p { color: rgb(0,2,10); }
H1.HeaderClassName
{
color: #00020A;
}
.AnyTagClassName
{
color: #00020A;
}
</style>
background-color css
<style>
a { background-color: #00020A; }
a { background-color: rgb(0,2,10); }
div.DivClassName
{
background-color: #00020A;
}
.BgClassName
{
background-color: #00020A;
}
</style>
border-color css
<style>
span { border-color: #00020A; }
span { border-color: rgb(0,2,10); }
td.TdClassName
{
border-color: #00020A;
}
.TagClassName
{
border-color: #00020A;
}
</style>