Shades of Black Russian #06060D
Tints of Black Russian #06060D
RGB
CMYK
RGB Variations
Color information
#06060D (or 0x06060D) is known color: Black Russian. HEX triplet: 06, 06 and 0D. RGB value is (6,6,13). Sum of RGB (Red+Green+Blue) = 6+6+13=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 13 (5.47% from 255 or 52% from 25); Max value from RGB is 13 - color contains mainly: blue. Hex color #06060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06060D is #F9F9F2. Grayscale: #060606. Windows color (decimal): -16382451 or 853510. OLE color: 853510.
HSL color Cylindrical-coordinate representation of color #06060D: hue angle of 240º degrees, saturation: 0.37, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #06060D is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 6 | 6 | 13 | - |
CMYK | 0.54 | 0.54 | 0 | 0.95 |
HSL | 240º | 0.37% | 0.04% | - |
HSV(B) | 240º | 0.54% | 0.05% | - |
XYZ | 0.21 | 0.2 | 0.41 | - |
YUV | 6.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 6 | 13 | 0.54 | 0.54 | 0 | 0.95 | 240 | 0.37 | 0.04 |
Hex | 6 | 6 | D | 36 | 36 | 0 | 5F | F0 | 25 | 4 |
Octal | 6 | 6 | 15 | 66 | 66 | 0 | 137 | 360 | 45 | 4 |
Binary | 110 | 110 | 1101 | 110110 | 110110 | 0 | 1011111 | 11110000 | 100101 | 100 |
Color Harmonies of #06060D
Complementary color
Monochromatic Colors of #06060D
Black with #06060D
Text Example
Text Example
White with #06060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06060D; }
p { color: rgb(6,6,13); }
H1.HeaderClassName
{
color: #06060D;
}
.AnyTagClassName
{
color: #06060D;
}
</style>
background-color css
<style>
a { background-color: #06060D; }
a { background-color: rgb(6,6,13); }
div.DivClassName
{
background-color: #06060D;
}
.BgClassName
{
background-color: #06060D;
}
</style>
border-color css
<style>
span { border-color: #06060D; }
span { border-color: rgb(6,6,13); }
td.TdClassName
{
border-color: #06060D;
}
.TagClassName
{
border-color: #06060D;
}
</style>