Shades of Black Russian #000215
Tints of Black Russian #000215
RGB
CMYK
RGB Variations
Color information
#000215 (or 0x000215) is known color: Black Russian. HEX triplet: 00, 02 and 15. RGB value is (0,2,21). Sum of RGB (Red+Green+Blue) = 0+2+21=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 21 (8.59% from 255 or 91.30% from 23); Max value from RGB is 21 - color contains mainly: blue. Hex color #000215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000215 is #FFFDEA. Grayscale: #030303. Windows color (decimal): -16776683 or 1376768. OLE color: 1376768.
HSL color Cylindrical-coordinate representation of color #000215: hue angle of 234.29º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000215 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 2 | 21 | - |
| CMYK | 1 | 0.90 | 0 | 0.92 |
| HSL | 234.29º | 1% | 0.04% | - |
| HSV(B) | 234.29º | 1% | 0.08% | - |
| XYZ | 0.16 | 0.1 | 0.72 | - |
| YUV | 3.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 21 | 1 | 0.90 | 0 | 0.92 | 234.29 | 1 | 0.04 |
| Hex | 0 | 2 | 15 | 64 | 5A | 0 | 5C | EA | 64 | 4 |
| Octal | 0 | 2 | 25 | 144 | 132 | 0 | 134 | 352 | 144 | 4 |
| Binary | 0 | 10 | 10101 | 1100100 | 1011010 | 0 | 1011100 | 11101010 | 1100100 | 100 |
Color Harmonies of #000215
Complementary color
Monochromatic Colors of #000215
Black with #000215
Text Example
Text Example
White with #000215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000215; }
p { color: rgb(0,2,21); }
H1.HeaderClassName
{
color: #000215;
}
.AnyTagClassName
{
color: #000215;
}
</style>
background-color css
<style>
a { background-color: #000215; }
a { background-color: rgb(0,2,21); }
div.DivClassName
{
background-color: #000215;
}
.BgClassName
{
background-color: #000215;
}
</style>
border-color css
<style>
span { border-color: #000215; }
span { border-color: rgb(0,2,21); }
td.TdClassName
{
border-color: #000215;
}
.TagClassName
{
border-color: #000215;
}
</style>