Shades of Black Russian #100F15
Tints of Black Russian #100F15
RGB
CMYK
RGB Variations
Color information
#100F15 (or 0x100F15) is known color: Black Russian. HEX triplet: 10, 0F and 15. RGB value is (16,15,21). Sum of RGB (Red+Green+Blue) = 16+15+21=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 21 - color contains mainly: blue. Hex color #100F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F15 is #EFF0EA. Grayscale: #0F0F0F. Windows color (decimal): -15724779 or 1380112. OLE color: 1380112.
HSL color Cylindrical-coordinate representation of color #100F15: hue angle of 250º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #100F15 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 16 | 15 | 21 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.92 |
| HSL | 250º | 0.17% | 0.07% | - |
| HSV(B) | 250º | 0.29% | 0.08% | - |
| XYZ | 0.52 | 0.51 | 0.78 | - |
| YUV | 15.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 21 | 0.24 | 0.29 | 0 | 0.92 | 250 | 0.17 | 0.07 |
| Hex | 10 | F | 15 | 18 | 1D | 0 | 5C | FA | 11 | 7 |
| Octal | 20 | 17 | 25 | 30 | 35 | 0 | 134 | 372 | 21 | 7 |
| Binary | 10000 | 1111 | 10101 | 11000 | 11101 | 0 | 1011100 | 11111010 | 10001 | 111 |
Color Harmonies of #100F15
Complementary color
Monochromatic Colors of #100F15
Black with #100F15
Text Example
Text Example
White with #100F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F15; }
p { color: rgb(16,15,21); }
H1.HeaderClassName
{
color: #100F15;
}
.AnyTagClassName
{
color: #100F15;
}
</style>
background-color css
<style>
a { background-color: #100F15; }
a { background-color: rgb(16,15,21); }
div.DivClassName
{
background-color: #100F15;
}
.BgClassName
{
background-color: #100F15;
}
</style>
border-color css
<style>
span { border-color: #100F15; }
span { border-color: rgb(16,15,21); }
td.TdClassName
{
border-color: #100F15;
}
.TagClassName
{
border-color: #100F15;
}
</style>