Shades of Black Russian #060D20
Tints of Black Russian #060D20
RGB
CMYK
RGB Variations
Color information
#060D20 (or 0x060D20) is known color: Black Russian. HEX triplet: 06, 0D and 20. RGB value is (6,13,32). Sum of RGB (Red+Green+Blue) = 6+13+32=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 32 (12.89% from 255 or 62.75% from 51); Max value from RGB is 32 - color contains mainly: blue. Hex color #060D20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060D20 is #F9F2DF. Grayscale: #0C0C0C. Windows color (decimal): -16380640 or 2100486. OLE color: 2100486.
HSL color Cylindrical-coordinate representation of color #060D20: hue angle of 223.85º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #060D20 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 13 | 32 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.87 |
| HSL | 223.85º | 0.68% | 0.07% | - |
| HSV(B) | 223.85º | 0.81% | 0.13% | - |
| XYZ | 0.48 | 0.43 | 1.42 | - |
| YUV | 13.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 32 | 0.81 | 0.59 | 0 | 0.87 | 223.85 | 0.68 | 0.07 |
| Hex | 6 | D | 20 | 51 | 3B | 0 | 57 | E0 | 44 | 7 |
| Octal | 6 | 15 | 40 | 121 | 73 | 0 | 127 | 340 | 104 | 7 |
| Binary | 110 | 1101 | 100000 | 1010001 | 111011 | 0 | 1010111 | 11100000 | 1000100 | 111 |
Color Harmonies of #060D20
Complementary color
Monochromatic Colors of #060D20
Black with #060D20
Text Example
Text Example
White with #060D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D20; }
p { color: rgb(6,13,32); }
H1.HeaderClassName
{
color: #060D20;
}
.AnyTagClassName
{
color: #060D20;
}
</style>
background-color css
<style>
a { background-color: #060D20; }
a { background-color: rgb(6,13,32); }
div.DivClassName
{
background-color: #060D20;
}
.BgClassName
{
background-color: #060D20;
}
</style>
border-color css
<style>
span { border-color: #060D20; }
span { border-color: rgb(6,13,32); }
td.TdClassName
{
border-color: #060D20;
}
.TagClassName
{
border-color: #060D20;
}
</style>