Shades of Black Russian #060521
Tints of Black Russian #060521
RGB
CMYK
RGB Variations
Color information
#060521 (or 0x060521) is known color: Black Russian. HEX triplet: 06, 05 and 21. RGB value is (6,5,33). Sum of RGB (Red+Green+Blue) = 6+5+33=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 33 (13.28% from 255 or 75% from 44); Max value from RGB is 33 - color contains mainly: blue. Hex color #060521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060521 is #F9FADE. Grayscale: #080808. Windows color (decimal): -16382687 or 2163974. OLE color: 2163974.
HSL color Cylindrical-coordinate representation of color #060521: hue angle of 242.14º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #060521 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 5 | 33 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.87 |
| HSL | 242.14º | 0.74% | 0.07% | - |
| HSV(B) | 242.14º | 0.85% | 0.13% | - |
| XYZ | 0.4 | 0.26 | 1.47 | - |
| YUV | 8.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 33 | 0.82 | 0.85 | 0 | 0.87 | 242.14 | 0.74 | 0.07 |
| Hex | 6 | 5 | 21 | 52 | 55 | 0 | 57 | F2 | 4A | 7 |
| Octal | 6 | 5 | 41 | 122 | 125 | 0 | 127 | 362 | 112 | 7 |
| Binary | 110 | 101 | 100001 | 1010010 | 1010101 | 0 | 1010111 | 11110010 | 1001010 | 111 |
Color Harmonies of #060521
Complementary color
Monochromatic Colors of #060521
Black with #060521
Text Example
Text Example
White with #060521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060521; }
p { color: rgb(6,5,33); }
H1.HeaderClassName
{
color: #060521;
}
.AnyTagClassName
{
color: #060521;
}
</style>
background-color css
<style>
a { background-color: #060521; }
a { background-color: rgb(6,5,33); }
div.DivClassName
{
background-color: #060521;
}
.BgClassName
{
background-color: #060521;
}
</style>
border-color css
<style>
span { border-color: #060521; }
span { border-color: rgb(6,5,33); }
td.TdClassName
{
border-color: #060521;
}
.TagClassName
{
border-color: #060521;
}
</style>