Shades of Black Russian #10151E
Tints of Black Russian #10151E
RGB
CMYK
RGB Variations
Color information
#10151E (or 0x10151E) is known color: Black Russian. HEX triplet: 10, 15 and 1E. RGB value is (16,21,30). Sum of RGB (Red+Green+Blue) = 16+21+30=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #10151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10151E is #EFEAE1. Grayscale: #141414. Windows color (decimal): -15723234 or 1971472. OLE color: 1971472.
HSL color Cylindrical-coordinate representation of color #10151E: hue angle of 218.57º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #10151E is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 21 | 30 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.88 |
| HSL | 218.57º | 0.3% | 0.09% | - |
| HSV(B) | 218.57º | 0.47% | 0.12% | - |
| XYZ | 0.72 | 0.74 | 1.33 | - |
| YUV | 20.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 30 | 0.47 | 0.30 | 0 | 0.88 | 218.57 | 0.3 | 0.09 |
| Hex | 10 | 15 | 1E | 2F | 1E | 0 | 58 | DB | 1E | 9 |
| Octal | 20 | 25 | 36 | 57 | 36 | 0 | 130 | 333 | 36 | 11 |
| Binary | 10000 | 10101 | 11110 | 101111 | 11110 | 0 | 1011000 | 11011011 | 11110 | 1001 |
Color Harmonies of #10151E
Complementary color
Monochromatic Colors of #10151E
Black with #10151E
Text Example
Text Example
White with #10151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10151E; }
p { color: rgb(16,21,30); }
H1.HeaderClassName
{
color: #10151E;
}
.AnyTagClassName
{
color: #10151E;
}
</style>
background-color css
<style>
a { background-color: #10151E; }
a { background-color: rgb(16,21,30); }
div.DivClassName
{
background-color: #10151E;
}
.BgClassName
{
background-color: #10151E;
}
</style>
border-color css
<style>
span { border-color: #10151E; }
span { border-color: rgb(16,21,30); }
td.TdClassName
{
border-color: #10151E;
}
.TagClassName
{
border-color: #10151E;
}
</style>