Shades of Black Russian #04050B
Tints of Black Russian #04050B
RGB
CMYK
RGB Variations
Color information
#04050B (or 0x04050B) is known color: Black Russian. HEX triplet: 04, 05 and 0B. RGB value is (4,5,11). Sum of RGB (Red+Green+Blue) = 4+5+11=20 (2% of max value = 765). Red value is 4 (1.95% from 255 or 20% from 20); Green value is 5 (2.34% from 255 or 25% from 20); Blue value is 11 (4.69% from 255 or 55% from 20); Max value from RGB is 11 - color contains mainly: blue. Hex color #04050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04050B is #FBFAF4. Grayscale: #050505. Windows color (decimal): -16513781 or 722180. OLE color: 722180.
HSL color Cylindrical-coordinate representation of color #04050B: hue angle of 231.43º degrees, saturation: 0.47, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #04050B is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 4 | 5 | 11 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.96 |
| HSL | 231.43º | 0.47% | 0.03% | - |
| HSV(B) | 231.43º | 0.64% | 0.04% | - |
| XYZ | 0.16 | 0.16 | 0.34 | - |
| YUV | 5.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 11 | 0.64 | 0.55 | 0 | 0.96 | 231.43 | 0.47 | 0.03 |
| Hex | 4 | 5 | B | 40 | 37 | 0 | 60 | E7 | 2F | 3 |
| Octal | 4 | 5 | 13 | 100 | 67 | 0 | 140 | 347 | 57 | 3 |
| Binary | 100 | 101 | 1011 | 1000000 | 110111 | 0 | 1100000 | 11100111 | 101111 | 11 |
Color Harmonies of #04050B
Complementary color
Monochromatic Colors of #04050B
Black with #04050B
Text Example
Text Example
White with #04050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04050B; }
p { color: rgb(4,5,11); }
H1.HeaderClassName
{
color: #04050B;
}
.AnyTagClassName
{
color: #04050B;
}
</style>
background-color css
<style>
a { background-color: #04050B; }
a { background-color: rgb(4,5,11); }
div.DivClassName
{
background-color: #04050B;
}
.BgClassName
{
background-color: #04050B;
}
</style>
border-color css
<style>
span { border-color: #04050B; }
span { border-color: rgb(4,5,11); }
td.TdClassName
{
border-color: #04050B;
}
.TagClassName
{
border-color: #04050B;
}
</style>