Shades of Black Russian #06052D
Tints of Black Russian #06052D
RGB
CMYK
RGB Variations
Color information
#06052D (or 0x06052D) is known color: Black Russian. HEX triplet: 06, 05 and 2D. RGB value is (6,5,45). Sum of RGB (Red+Green+Blue) = 6+5+45=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 45 (17.97% from 255 or 80.36% from 56); Max value from RGB is 45 - color contains mainly: blue. Hex color #06052D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06052D is #F9FAD2. Grayscale: #090909. Windows color (decimal): -16382675 or 2950406. OLE color: 2950406.
HSL color Cylindrical-coordinate representation of color #06052D: hue angle of 241.5º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06052D is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 5 | 45 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.82 |
| HSL | 241.5º | 0.8% | 0.1% | - |
| HSV(B) | 241.5º | 0.89% | 0.18% | - |
| XYZ | 0.6 | 0.34 | 2.52 | - |
| YUV | 9.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 45 | 0.87 | 0.89 | 0 | 0.82 | 241.5 | 0.8 | 0.1 |
| Hex | 6 | 5 | 2D | 57 | 59 | 0 | 52 | F2 | 50 | A |
| Octal | 6 | 5 | 55 | 127 | 131 | 0 | 122 | 362 | 120 | 12 |
| Binary | 110 | 101 | 101101 | 1010111 | 1011001 | 0 | 1010010 | 11110010 | 1010000 | 1010 |
Color Harmonies of #06052D
Complementary color
Monochromatic Colors of #06052D
Black with #06052D
Text Example
Text Example
White with #06052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06052D; }
p { color: rgb(6,5,45); }
H1.HeaderClassName
{
color: #06052D;
}
.AnyTagClassName
{
color: #06052D;
}
</style>
background-color css
<style>
a { background-color: #06052D; }
a { background-color: rgb(6,5,45); }
div.DivClassName
{
background-color: #06052D;
}
.BgClassName
{
background-color: #06052D;
}
</style>
border-color css
<style>
span { border-color: #06052D; }
span { border-color: rgb(6,5,45); }
td.TdClassName
{
border-color: #06052D;
}
.TagClassName
{
border-color: #06052D;
}
</style>