Shades of Black Russian #010021
Tints of Black Russian #010021
RGB
CMYK
RGB Variations
Color information
#010021 (or 0x010021) is known color: Black Russian. HEX triplet: 01, 00 and 21. RGB value is (1,0,33). Sum of RGB (Red+Green+Blue) = 1+0+33=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 33 (13.28% from 255 or 97.06% from 34); Max value from RGB is 33 - color contains mainly: blue. Hex color #010021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010021 is #FEFFDE. Grayscale: #030303. Windows color (decimal): -16711647 or 2162689. OLE color: 2162689.
HSL color Cylindrical-coordinate representation of color #010021: hue angle of 241.82º 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 #010021 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 0 | 33 | - |
| CMYK | 0.97 | 1 | 0 | 0.87 |
| HSL | 241.82º | 1% | 0.06% | - |
| HSV(B) | 241.82º | 1% | 0.13% | - |
| XYZ | 0.29 | 0.12 | 1.45 | - |
| YUV | 4.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 33 | 0.97 | 1 | 0 | 0.87 | 241.82 | 1 | 0.06 |
| Hex | 1 | 0 | 21 | 61 | 64 | 0 | 57 | F2 | 64 | 6 |
| Octal | 1 | 0 | 41 | 141 | 144 | 0 | 127 | 362 | 144 | 6 |
| Binary | 1 | 0 | 100001 | 1100001 | 1100100 | 0 | 1010111 | 11110010 | 1100100 | 110 |
Color Harmonies of #010021
Complementary color
Monochromatic Colors of #010021
Black with #010021
Text Example
Text Example
White with #010021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010021; }
p { color: rgb(1,0,33); }
H1.HeaderClassName
{
color: #010021;
}
.AnyTagClassName
{
color: #010021;
}
</style>
background-color css
<style>
a { background-color: #010021; }
a { background-color: rgb(1,0,33); }
div.DivClassName
{
background-color: #010021;
}
.BgClassName
{
background-color: #010021;
}
</style>
border-color css
<style>
span { border-color: #010021; }
span { border-color: rgb(1,0,33); }
td.TdClassName
{
border-color: #010021;
}
.TagClassName
{
border-color: #010021;
}
</style>