Shades of Black Russian #101019
Tints of Black Russian #101019
RGB
CMYK
RGB Variations
Color information
#101019 (or 0x101019) is known color: Black Russian. HEX triplet: 10, 10 and 19. RGB value is (16,16,25). Sum of RGB (Red+Green+Blue) = 16+16+25=57 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.07% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 25 - color contains mainly: blue. Hex color #101019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101019 is #EFEFE6. Grayscale: #101010. Windows color (decimal): -15724519 or 1642512. OLE color: 1642512.
HSL color Cylindrical-coordinate representation of color #101019: hue angle of 240º 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 #101019 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 16 | 25 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.90 |
| HSL | 240º | 0.22% | 0.08% | - |
| HSV(B) | 240º | 0.36% | 0.1% | - |
| XYZ | 0.57 | 0.55 | 1 | - |
| YUV | 17.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 25 | 0.36 | 0.36 | 0 | 0.90 | 240 | 0.22 | 0.08 |
| Hex | 10 | 10 | 19 | 24 | 24 | 0 | 5A | F0 | 16 | 8 |
| Octal | 20 | 20 | 31 | 44 | 44 | 0 | 132 | 360 | 26 | 10 |
| Binary | 10000 | 10000 | 11001 | 100100 | 100100 | 0 | 1011010 | 11110000 | 10110 | 1000 |
Color Harmonies of #101019
Complementary color
Monochromatic Colors of #101019
Black with #101019
Text Example
Text Example
White with #101019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101019; }
p { color: rgb(16,16,25); }
H1.HeaderClassName
{
color: #101019;
}
.AnyTagClassName
{
color: #101019;
}
</style>
background-color css
<style>
a { background-color: #101019; }
a { background-color: rgb(16,16,25); }
div.DivClassName
{
background-color: #101019;
}
.BgClassName
{
background-color: #101019;
}
</style>
border-color css
<style>
span { border-color: #101019; }
span { border-color: rgb(16,16,25); }
td.TdClassName
{
border-color: #101019;
}
.TagClassName
{
border-color: #101019;
}
</style>