Shades of Black Russian #06050D
Tints of Black Russian #06050D
RGB
CMYK
RGB Variations
Color information
#06050D (or 0x06050D) is known color: Black Russian. HEX triplet: 06, 05 and 0D. RGB value is (6,5,13). Sum of RGB (Red+Green+Blue) = 6+5+13=24 (3% of max value = 765). Red value is 6 (2.73% from 255 or 25% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 13 (5.47% from 255 or 54.17% from 24); Max value from RGB is 13 - color contains mainly: blue. Hex color #06050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06050D is #F9FAF2. Grayscale: #060606. Windows color (decimal): -16382707 or 853254. OLE color: 853254.
HSL color Cylindrical-coordinate representation of color #06050D: hue angle of 247.5º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #06050D is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 6 | 5 | 13 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.95 |
| HSL | 247.5º | 0.44% | 0.04% | - |
| HSV(B) | 247.5º | 0.62% | 0.05% | - |
| XYZ | 0.2 | 0.18 | 0.4 | - |
| YUV | 6.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 13 | 0.54 | 0.62 | 0 | 0.95 | 247.5 | 0.44 | 0.04 |
| Hex | 6 | 5 | D | 36 | 3E | 0 | 5F | F8 | 2C | 4 |
| Octal | 6 | 5 | 15 | 66 | 76 | 0 | 137 | 370 | 54 | 4 |
| Binary | 110 | 101 | 1101 | 110110 | 111110 | 0 | 1011111 | 11111000 | 101100 | 100 |
Color Harmonies of #06050D
Complementary color
Monochromatic Colors of #06050D
Black with #06050D
Text Example
Text Example
White with #06050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06050D; }
p { color: rgb(6,5,13); }
H1.HeaderClassName
{
color: #06050D;
}
.AnyTagClassName
{
color: #06050D;
}
</style>
background-color css
<style>
a { background-color: #06050D; }
a { background-color: rgb(6,5,13); }
div.DivClassName
{
background-color: #06050D;
}
.BgClassName
{
background-color: #06050D;
}
</style>
border-color css
<style>
span { border-color: #06050D; }
span { border-color: rgb(6,5,13); }
td.TdClassName
{
border-color: #06050D;
}
.TagClassName
{
border-color: #06050D;
}
</style>