Shades of Black Russian #010121
Tints of Black Russian #010121
RGB
CMYK
RGB Variations
Color information
#010121 (or 0x010121) is known color: Black Russian. HEX triplet: 01, 01 and 21. RGB value is (1,1,33). Sum of RGB (Red+Green+Blue) = 1+1+33=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 33 (13.28% from 255 or 94.29% from 35); Max value from RGB is 33 - color contains mainly: blue. Hex color #010121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010121 is #FEFEDE. Grayscale: #040404. Windows color (decimal): -16711391 or 2162945. OLE color: 2162945.
HSL color Cylindrical-coordinate representation of color #010121: hue angle of 240º 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 #010121 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 1 | 33 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.87 |
| HSL | 240º | 0.94% | 0.07% | - |
| HSV(B) | 240º | 0.97% | 0.13% | - |
| XYZ | 0.3 | 0.14 | 1.45 | - |
| YUV | 4.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 33 | 0.97 | 0.97 | 0 | 0.87 | 240 | 0.94 | 0.07 |
| Hex | 1 | 1 | 21 | 61 | 61 | 0 | 57 | F0 | 5E | 7 |
| Octal | 1 | 1 | 41 | 141 | 141 | 0 | 127 | 360 | 136 | 7 |
| Binary | 1 | 1 | 100001 | 1100001 | 1100001 | 0 | 1010111 | 11110000 | 1011110 | 111 |
Color Harmonies of #010121
Complementary color
Monochromatic Colors of #010121
Black with #010121
Text Example
Text Example
White with #010121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010121; }
p { color: rgb(1,1,33); }
H1.HeaderClassName
{
color: #010121;
}
.AnyTagClassName
{
color: #010121;
}
</style>
background-color css
<style>
a { background-color: #010121; }
a { background-color: rgb(1,1,33); }
div.DivClassName
{
background-color: #010121;
}
.BgClassName
{
background-color: #010121;
}
</style>
border-color css
<style>
span { border-color: #010121; }
span { border-color: rgb(1,1,33); }
td.TdClassName
{
border-color: #010121;
}
.TagClassName
{
border-color: #010121;
}
</style>