Shades of Black Russian #060522
Tints of Black Russian #060522
RGB
CMYK
RGB Variations
Color information
#060522 (or 0x060522) is known color: Black Russian. HEX triplet: 06, 05 and 22. RGB value is (6,5,34). Sum of RGB (Red+Green+Blue) = 6+5+34=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 34 (13.67% from 255 or 75.56% from 45); Max value from RGB is 34 - color contains mainly: blue. Hex color #060522 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060522 is #F9FADD. Grayscale: #080808. Windows color (decimal): -16382686 or 2229510. OLE color: 2229510.
HSL color Cylindrical-coordinate representation of color #060522: hue angle of 242.07º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #060522 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 5 | 34 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.87 |
| HSL | 242.07º | 0.74% | 0.08% | - |
| HSV(B) | 242.07º | 0.85% | 0.13% | - |
| XYZ | 0.42 | 0.26 | 1.54 | - |
| YUV | 8.61 | 142.33 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 34 | 0.82 | 0.85 | 0 | 0.87 | 242.07 | 0.74 | 0.08 |
| Hex | 6 | 5 | 22 | 52 | 55 | 0 | 57 | F2 | 4A | 8 |
| Octal | 6 | 5 | 42 | 122 | 125 | 0 | 127 | 362 | 112 | 10 |
| Binary | 110 | 101 | 100010 | 1010010 | 1010101 | 0 | 1010111 | 11110010 | 1001010 | 1000 |
Color Harmonies of #060522
Complementary color
Monochromatic Colors of #060522
Black with #060522
Text Example
Text Example
White with #060522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060522; }
p { color: rgb(6,5,34); }
H1.HeaderClassName
{
color: #060522;
}
.AnyTagClassName
{
color: #060522;
}
</style>
background-color css
<style>
a { background-color: #060522; }
a { background-color: rgb(6,5,34); }
div.DivClassName
{
background-color: #060522;
}
.BgClassName
{
background-color: #060522;
}
</style>
border-color css
<style>
span { border-color: #060522; }
span { border-color: rgb(6,5,34); }
td.TdClassName
{
border-color: #060522;
}
.TagClassName
{
border-color: #060522;
}
</style>