Shades of Black Russian #101219
Tints of Black Russian #101219
RGB
CMYK
RGB Variations
Color information
#101219 (or 0x101219) is known color: Black Russian. HEX triplet: 10, 12 and 19. RGB value is (16,18,25). Sum of RGB (Red+Green+Blue) = 16+18+25=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 25 - color contains mainly: blue. Hex color #101219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101219 is #EFEDE6. Grayscale: #121212. Windows color (decimal): -15724007 or 1643024. OLE color: 1643024.
HSL color Cylindrical-coordinate representation of color #101219: hue angle of 226.67º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #101219 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 18 | 25 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.90 |
| HSL | 226.67º | 0.22% | 0.08% | - |
| HSV(B) | 226.67º | 0.36% | 0.1% | - |
| XYZ | 0.61 | 0.61 | 1.01 | - |
| YUV | 18.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 25 | 0.36 | 0.28 | 0 | 0.90 | 226.67 | 0.22 | 0.08 |
| Hex | 10 | 12 | 19 | 24 | 1C | 0 | 5A | E3 | 16 | 8 |
| Octal | 20 | 22 | 31 | 44 | 34 | 0 | 132 | 343 | 26 | 10 |
| Binary | 10000 | 10010 | 11001 | 100100 | 11100 | 0 | 1011010 | 11100011 | 10110 | 1000 |
Color Harmonies of #101219
Complementary color
Monochromatic Colors of #101219
Black with #101219
Text Example
Text Example
White with #101219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101219; }
p { color: rgb(16,18,25); }
H1.HeaderClassName
{
color: #101219;
}
.AnyTagClassName
{
color: #101219;
}
</style>
background-color css
<style>
a { background-color: #101219; }
a { background-color: rgb(16,18,25); }
div.DivClassName
{
background-color: #101219;
}
.BgClassName
{
background-color: #101219;
}
</style>
border-color css
<style>
span { border-color: #101219; }
span { border-color: rgb(16,18,25); }
td.TdClassName
{
border-color: #101219;
}
.TagClassName
{
border-color: #101219;
}
</style>