Shades of Black Russian #04020B
Tints of Black Russian #04020B
RGB
CMYK
RGB Variations
Color information
#04020B (or 0x04020B) is known color: Black Russian. HEX triplet: 04, 02 and 0B. RGB value is (4,2,11). Sum of RGB (Red+Green+Blue) = 4+2+11=17 (2% of max value = 765). Red value is 4 (1.95% from 255 or 23.53% from 17); Green value is 2 (1.17% from 255 or 11.76% from 17); Blue value is 11 (4.69% from 255 or 64.71% from 17); Max value from RGB is 11 - color contains mainly: blue. Hex color #04020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04020B is #FBFDF4. Grayscale: #030303. Windows color (decimal): -16514549 or 721412. OLE color: 721412.
HSL color Cylindrical-coordinate representation of color #04020B: hue angle of 253.33º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #04020B is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 4 | 2 | 11 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.96 |
| HSL | 253.33º | 0.69% | 0.03% | - |
| HSV(B) | 253.33º | 0.82% | 0.04% | - |
| XYZ | 0.13 | 0.09 | 0.33 | - |
| YUV | 3.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 11 | 0.64 | 0.82 | 0 | 0.96 | 253.33 | 0.69 | 0.03 |
| Hex | 4 | 2 | B | 40 | 52 | 0 | 60 | FD | 45 | 3 |
| Octal | 4 | 2 | 13 | 100 | 122 | 0 | 140 | 375 | 105 | 3 |
| Binary | 100 | 10 | 1011 | 1000000 | 1010010 | 0 | 1100000 | 11111101 | 1000101 | 11 |
Color Harmonies of #04020B
Complementary color
Monochromatic Colors of #04020B
Black with #04020B
Text Example
Text Example
White with #04020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04020B; }
p { color: rgb(4,2,11); }
H1.HeaderClassName
{
color: #04020B;
}
.AnyTagClassName
{
color: #04020B;
}
</style>
background-color css
<style>
a { background-color: #04020B; }
a { background-color: rgb(4,2,11); }
div.DivClassName
{
background-color: #04020B;
}
.BgClassName
{
background-color: #04020B;
}
</style>
border-color css
<style>
span { border-color: #04020B; }
span { border-color: rgb(4,2,11); }
td.TdClassName
{
border-color: #04020B;
}
.TagClassName
{
border-color: #04020B;
}
</style>