Shades of Black Russian #060021
Tints of Black Russian #060021
RGB
CMYK
RGB Variations
Color information
#060021 (or 0x060021) is known color: Black Russian. HEX triplet: 06, 00 and 21. RGB value is (6,0,33). Sum of RGB (Red+Green+Blue) = 6+0+33=39 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.38% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 33 (13.28% from 255 or 84.62% from 39); Max value from RGB is 33 - color contains mainly: blue. Hex color #060021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060021 is #F9FFDE. Grayscale: #050505. Windows color (decimal): -16383967 or 2162694. OLE color: 2162694.
HSL color Cylindrical-coordinate representation of color #060021: hue angle of 250.91º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060021 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 0 | 33 | - |
| CMYK | 0.82 | 1 | 0 | 0.87 |
| HSL | 250.91º | 1% | 0.06% | - |
| HSV(B) | 250.91º | 1% | 0.13% | - |
| XYZ | 0.35 | 0.15 | 1.45 | - |
| YUV | 5.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 33 | 0.82 | 1 | 0 | 0.87 | 250.91 | 1 | 0.06 |
| Hex | 6 | 0 | 21 | 52 | 64 | 0 | 57 | FB | 64 | 6 |
| Octal | 6 | 0 | 41 | 122 | 144 | 0 | 127 | 373 | 144 | 6 |
| Binary | 110 | 0 | 100001 | 1010010 | 1100100 | 0 | 1010111 | 11111011 | 1100100 | 110 |
Color Harmonies of #060021
Complementary color
Monochromatic Colors of #060021
Black with #060021
Text Example
Text Example
White with #060021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060021; }
p { color: rgb(6,0,33); }
H1.HeaderClassName
{
color: #060021;
}
.AnyTagClassName
{
color: #060021;
}
</style>
background-color css
<style>
a { background-color: #060021; }
a { background-color: rgb(6,0,33); }
div.DivClassName
{
background-color: #060021;
}
.BgClassName
{
background-color: #060021;
}
</style>
border-color css
<style>
span { border-color: #060021; }
span { border-color: rgb(6,0,33); }
td.TdClassName
{
border-color: #060021;
}
.TagClassName
{
border-color: #060021;
}
</style>