Shades of Black Russian #060B20
Tints of Black Russian #060B20
RGB
CMYK
RGB Variations
Color information
#060B20 (or 0x060B20) is known color: Black Russian. HEX triplet: 06, 0B and 20. RGB value is (6,11,32). Sum of RGB (Red+Green+Blue) = 6+11+32=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 32 (12.89% from 255 or 65.31% from 49); Max value from RGB is 32 - color contains mainly: blue. Hex color #060B20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060B20 is #F9F4DF. Grayscale: #0B0B0B. Windows color (decimal): -16381152 or 2099974. OLE color: 2099974.
HSL color Cylindrical-coordinate representation of color #060B20: hue angle of 228.46º 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 #060B20 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 11 | 32 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.87 |
| HSL | 228.46º | 0.68% | 0.07% | - |
| HSV(B) | 228.46º | 0.81% | 0.13% | - |
| XYZ | 0.46 | 0.38 | 1.42 | - |
| YUV | 11.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 32 | 0.81 | 0.66 | 0 | 0.87 | 228.46 | 0.68 | 0.07 |
| Hex | 6 | B | 20 | 51 | 42 | 0 | 57 | E4 | 44 | 7 |
| Octal | 6 | 13 | 40 | 121 | 102 | 0 | 127 | 344 | 104 | 7 |
| Binary | 110 | 1011 | 100000 | 1010001 | 1000010 | 0 | 1010111 | 11100100 | 1000100 | 111 |
Color Harmonies of #060B20
Complementary color
Monochromatic Colors of #060B20
Black with #060B20
Text Example
Text Example
White with #060B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B20; }
p { color: rgb(6,11,32); }
H1.HeaderClassName
{
color: #060B20;
}
.AnyTagClassName
{
color: #060B20;
}
</style>
background-color css
<style>
a { background-color: #060B20; }
a { background-color: rgb(6,11,32); }
div.DivClassName
{
background-color: #060B20;
}
.BgClassName
{
background-color: #060B20;
}
</style>
border-color css
<style>
span { border-color: #060B20; }
span { border-color: rgb(6,11,32); }
td.TdClassName
{
border-color: #060B20;
}
.TagClassName
{
border-color: #060B20;
}
</style>