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