Shades of Black Russian #060121
Tints of Black Russian #060121
RGB
CMYK
RGB Variations
Color information
#060121 (or 0x060121) is known color: Black Russian. HEX triplet: 06, 01 and 21. RGB value is (6,1,33). Sum of RGB (Red+Green+Blue) = 6+1+33=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 33 (13.28% from 255 or 82.5% from 40); Max value from RGB is 33 - color contains mainly: blue. Hex color #060121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060121 is #F9FEDE. Grayscale: #060606. Windows color (decimal): -16383711 or 2162950. OLE color: 2162950.
HSL color Cylindrical-coordinate representation of color #060121: hue angle of 249.38º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060121 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 1 | 33 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.87 |
| HSL | 249.38º | 0.94% | 0.07% | - |
| HSV(B) | 249.38º | 0.97% | 0.13% | - |
| XYZ | 0.36 | 0.17 | 1.45 | - |
| YUV | 6.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 33 | 0.82 | 0.97 | 0 | 0.87 | 249.38 | 0.94 | 0.07 |
| Hex | 6 | 1 | 21 | 52 | 61 | 0 | 57 | F9 | 5E | 7 |
| Octal | 6 | 1 | 41 | 122 | 141 | 0 | 127 | 371 | 136 | 7 |
| Binary | 110 | 1 | 100001 | 1010010 | 1100001 | 0 | 1010111 | 11111001 | 1011110 | 111 |
Color Harmonies of #060121
Complementary color
Monochromatic Colors of #060121
Black with #060121
Text Example
Text Example
White with #060121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060121; }
p { color: rgb(6,1,33); }
H1.HeaderClassName
{
color: #060121;
}
.AnyTagClassName
{
color: #060121;
}
</style>
background-color css
<style>
a { background-color: #060121; }
a { background-color: rgb(6,1,33); }
div.DivClassName
{
background-color: #060121;
}
.BgClassName
{
background-color: #060121;
}
</style>
border-color css
<style>
span { border-color: #060121; }
span { border-color: rgb(6,1,33); }
td.TdClassName
{
border-color: #060121;
}
.TagClassName
{
border-color: #060121;
}
</style>