Shades of Black Russian #101018
Tints of Black Russian #101018
RGB
CMYK
RGB Variations
Color information
#101018 (or 0x101018) is known color: Black Russian. HEX triplet: 10, 10 and 18. RGB value is (16,16,24). Sum of RGB (Red+Green+Blue) = 16+16+24=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: blue. Hex color #101018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101018 is #EFEFE7. Grayscale: #101010. Windows color (decimal): -15724520 or 1576976. OLE color: 1576976.
HSL color Cylindrical-coordinate representation of color #101018: hue angle of 240º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #101018 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 16 | 24 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.91 |
| HSL | 240º | 0.2% | 0.08% | - |
| HSV(B) | 240º | 0.33% | 0.09% | - |
| XYZ | 0.56 | 0.55 | 0.94 | - |
| YUV | 16.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 24 | 0.33 | 0.33 | 0 | 0.91 | 240 | 0.2 | 0.08 |
| Hex | 10 | 10 | 18 | 21 | 21 | 0 | 5B | F0 | 14 | 8 |
| Octal | 20 | 20 | 30 | 41 | 41 | 0 | 133 | 360 | 24 | 10 |
| Binary | 10000 | 10000 | 11000 | 100001 | 100001 | 0 | 1011011 | 11110000 | 10100 | 1000 |
Color Harmonies of #101018
Complementary color
Monochromatic Colors of #101018
Black with #101018
Text Example
Text Example
White with #101018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101018; }
p { color: rgb(16,16,24); }
H1.HeaderClassName
{
color: #101018;
}
.AnyTagClassName
{
color: #101018;
}
</style>
background-color css
<style>
a { background-color: #101018; }
a { background-color: rgb(16,16,24); }
div.DivClassName
{
background-color: #101018;
}
.BgClassName
{
background-color: #101018;
}
</style>
border-color css
<style>
span { border-color: #101018; }
span { border-color: rgb(16,16,24); }
td.TdClassName
{
border-color: #101018;
}
.TagClassName
{
border-color: #101018;
}
</style>