Shades of Black Russian #02040B
Tints of Black Russian #02040B
RGB
CMYK
RGB Variations
Color information
#02040B (or 0x02040B) is known color: Black Russian. HEX triplet: 02, 04 and 0B. RGB value is (2,4,11). Sum of RGB (Red+Green+Blue) = 2+4+11=17 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.76% from 17); Green value is 4 (1.95% from 255 or 23.53% 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 #02040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02040B is #FDFBF4. Grayscale: #040404. Windows color (decimal): -16645109 or 721922. OLE color: 721922.
HSL color Cylindrical-coordinate representation of color #02040B: hue angle of 226.67º 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 #02040B is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 4 | 11 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.96 |
| HSL | 226.67º | 0.69% | 0.03% | - |
| HSV(B) | 226.67º | 0.82% | 0.04% | - |
| XYZ | 0.13 | 0.12 | 0.33 | - |
| YUV | 4.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 4 | 11 | 0.82 | 0.64 | 0 | 0.96 | 226.67 | 0.69 | 0.03 |
| Hex | 2 | 4 | B | 52 | 40 | 0 | 60 | E3 | 45 | 3 |
| Octal | 2 | 4 | 13 | 122 | 100 | 0 | 140 | 343 | 105 | 3 |
| Binary | 10 | 100 | 1011 | 1010010 | 1000000 | 0 | 1100000 | 11100011 | 1000101 | 11 |
Color Harmonies of #02040B
Complementary color
Monochromatic Colors of #02040B
Black with #02040B
Text Example
Text Example
White with #02040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02040B; }
p { color: rgb(2,4,11); }
H1.HeaderClassName
{
color: #02040B;
}
.AnyTagClassName
{
color: #02040B;
}
</style>
background-color css
<style>
a { background-color: #02040B; }
a { background-color: rgb(2,4,11); }
div.DivClassName
{
background-color: #02040B;
}
.BgClassName
{
background-color: #02040B;
}
</style>
border-color css
<style>
span { border-color: #02040B; }
span { border-color: rgb(2,4,11); }
td.TdClassName
{
border-color: #02040B;
}
.TagClassName
{
border-color: #02040B;
}
</style>