Shades of Black Russian #060534
Tints of Black Russian #060534
RGB
CMYK
RGB Variations
Color information
#060534 (or 0x060534) is known color: Black Russian. HEX triplet: 06, 05 and 34. RGB value is (6,5,52). Sum of RGB (Red+Green+Blue) = 6+5+52=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 52 (20.70% from 255 or 82.54% from 63); Max value from RGB is 52 - color contains mainly: blue. Hex color #060534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060534 is #F9FACB. Grayscale: #0A0A0A. Windows color (decimal): -16382668 or 3409158. OLE color: 3409158.
HSL color Cylindrical-coordinate representation of color #060534: hue angle of 241.28º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #060534 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 5 | 52 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.80 |
| HSL | 241.28º | 0.82% | 0.11% | - |
| HSV(B) | 241.28º | 0.9% | 0.2% | - |
| XYZ | 0.75 | 0.4 | 3.29 | - |
| YUV | 10.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 52 | 0.88 | 0.90 | 0 | 0.80 | 241.28 | 0.82 | 0.11 |
| Hex | 6 | 5 | 34 | 58 | 5A | 0 | 50 | F1 | 52 | B |
| Octal | 6 | 5 | 64 | 130 | 132 | 0 | 120 | 361 | 122 | 13 |
| Binary | 110 | 101 | 110100 | 1011000 | 1011010 | 0 | 1010000 | 11110001 | 1010010 | 1011 |
Color Harmonies of #060534
Complementary color
Monochromatic Colors of #060534
Black with #060534
Text Example
Text Example
White with #060534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060534; }
p { color: rgb(6,5,52); }
H1.HeaderClassName
{
color: #060534;
}
.AnyTagClassName
{
color: #060534;
}
</style>
background-color css
<style>
a { background-color: #060534; }
a { background-color: rgb(6,5,52); }
div.DivClassName
{
background-color: #060534;
}
.BgClassName
{
background-color: #060534;
}
</style>
border-color css
<style>
span { border-color: #060534; }
span { border-color: rgb(6,5,52); }
td.TdClassName
{
border-color: #060534;
}
.TagClassName
{
border-color: #060534;
}
</style>