Shades of Black Russian #010215
Tints of Black Russian #010215
RGB
CMYK
RGB Variations
Color information
#010215 (or 0x010215) is known color: Black Russian. HEX triplet: 01, 02 and 15. RGB value is (1,2,21). Sum of RGB (Red+Green+Blue) = 1+2+21=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 21 (8.59% from 255 or 87.5% from 24); Max value from RGB is 21 - color contains mainly: blue. Hex color #010215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010215 is #FEFDEA. Grayscale: #030303. Windows color (decimal): -16711147 or 1376769. OLE color: 1376769.
HSL color Cylindrical-coordinate representation of color #010215: hue angle of 237º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010215 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 1 | 2 | 21 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.92 |
| HSL | 237º | 0.91% | 0.04% | - |
| HSV(B) | 237º | 0.95% | 0.08% | - |
| XYZ | 0.17 | 0.1 | 0.72 | - |
| YUV | 3.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 21 | 0.95 | 0.90 | 0 | 0.92 | 237 | 0.91 | 0.04 |
| Hex | 1 | 2 | 15 | 5F | 5A | 0 | 5C | ED | 5B | 4 |
| Octal | 1 | 2 | 25 | 137 | 132 | 0 | 134 | 355 | 133 | 4 |
| Binary | 1 | 10 | 10101 | 1011111 | 1011010 | 0 | 1011100 | 11101101 | 1011011 | 100 |
Color Harmonies of #010215
Complementary color
Monochromatic Colors of #010215
Black with #010215
Text Example
Text Example
White with #010215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010215; }
p { color: rgb(1,2,21); }
H1.HeaderClassName
{
color: #010215;
}
.AnyTagClassName
{
color: #010215;
}
</style>
background-color css
<style>
a { background-color: #010215; }
a { background-color: rgb(1,2,21); }
div.DivClassName
{
background-color: #010215;
}
.BgClassName
{
background-color: #010215;
}
</style>
border-color css
<style>
span { border-color: #010215; }
span { border-color: rgb(1,2,21); }
td.TdClassName
{
border-color: #010215;
}
.TagClassName
{
border-color: #010215;
}
</style>