Shades of Black Russian #060513
Tints of Black Russian #060513
RGB
CMYK
RGB Variations
Color information
#060513 (or 0x060513) is known color: Black Russian. HEX triplet: 06, 05 and 13. RGB value is (6,5,19). Sum of RGB (Red+Green+Blue) = 6+5+19=30 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 19 (7.81% from 255 or 63.33% from 30); Max value from RGB is 19 - color contains mainly: blue. Hex color #060513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060513 is #F9FAEC. Grayscale: #060606. Windows color (decimal): -16382701 or 1246470. OLE color: 1246470.
HSL color Cylindrical-coordinate representation of color #060513: hue angle of 244.29º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #060513 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 5 | 19 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.93 |
| HSL | 244.29º | 0.58% | 0.05% | - |
| HSV(B) | 244.29º | 0.74% | 0.07% | - |
| XYZ | 0.25 | 0.19 | 0.64 | - |
| YUV | 6.9 | 134.83 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 19 | 0.68 | 0.74 | 0 | 0.93 | 244.29 | 0.58 | 0.05 |
| Hex | 6 | 5 | 13 | 44 | 4A | 0 | 5D | F4 | 3A | 5 |
| Octal | 6 | 5 | 23 | 104 | 112 | 0 | 135 | 364 | 72 | 5 |
| Binary | 110 | 101 | 10011 | 1000100 | 1001010 | 0 | 1011101 | 11110100 | 111010 | 101 |
Color Harmonies of #060513
Complementary color
Monochromatic Colors of #060513
Black with #060513
Text Example
Text Example
White with #060513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060513; }
p { color: rgb(6,5,19); }
H1.HeaderClassName
{
color: #060513;
}
.AnyTagClassName
{
color: #060513;
}
</style>
background-color css
<style>
a { background-color: #060513; }
a { background-color: rgb(6,5,19); }
div.DivClassName
{
background-color: #060513;
}
.BgClassName
{
background-color: #060513;
}
</style>
border-color css
<style>
span { border-color: #060513; }
span { border-color: rgb(6,5,19); }
td.TdClassName
{
border-color: #060513;
}
.TagClassName
{
border-color: #060513;
}
</style>