Shades of Black Russian #04060B
Tints of Black Russian #04060B
RGB
CMYK
RGB Variations
Color information
#04060B (or 0x04060B) is known color: Black Russian. HEX triplet: 04, 06 and 0B. RGB value is (4,6,11). Sum of RGB (Red+Green+Blue) = 4+6+11=21 (2% of max value = 765). Red value is 4 (1.95% from 255 or 19.05% from 21); Green value is 6 (2.73% from 255 or 28.57% from 21); Blue value is 11 (4.69% from 255 or 52.38% from 21); Max value from RGB is 11 - color contains mainly: blue. Hex color #04060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04060B is #FBF9F4. Grayscale: #050505. Windows color (decimal): -16513525 or 722436. OLE color: 722436.
HSL color Cylindrical-coordinate representation of color #04060B: hue angle of 222.86º 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 #04060B is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 4 | 6 | 11 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.96 |
| HSL | 222.86º | 0.47% | 0.03% | - |
| HSV(B) | 222.86º | 0.64% | 0.04% | - |
| XYZ | 0.18 | 0.18 | 0.34 | - |
| YUV | 5.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 6 | 11 | 0.64 | 0.45 | 0 | 0.96 | 222.86 | 0.47 | 0.03 |
| Hex | 4 | 6 | B | 40 | 2D | 0 | 60 | DF | 2F | 3 |
| Octal | 4 | 6 | 13 | 100 | 55 | 0 | 140 | 337 | 57 | 3 |
| Binary | 100 | 110 | 1011 | 1000000 | 101101 | 0 | 1100000 | 11011111 | 101111 | 11 |
Color Harmonies of #04060B
Complementary color
Monochromatic Colors of #04060B
Black with #04060B
Text Example
Text Example
White with #04060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04060B; }
p { color: rgb(4,6,11); }
H1.HeaderClassName
{
color: #04060B;
}
.AnyTagClassName
{
color: #04060B;
}
</style>
background-color css
<style>
a { background-color: #04060B; }
a { background-color: rgb(4,6,11); }
div.DivClassName
{
background-color: #04060B;
}
.BgClassName
{
background-color: #04060B;
}
</style>
border-color css
<style>
span { border-color: #04060B; }
span { border-color: rgb(4,6,11); }
td.TdClassName
{
border-color: #04060B;
}
.TagClassName
{
border-color: #04060B;
}
</style>