Shades of Black Russian #100F14
Tints of Black Russian #100F14
RGB
CMYK
RGB Variations
Color information
#100F14 (or 0x100F14) is known color: Black Russian. HEX triplet: 10, 0F and 14. RGB value is (16,15,20). Sum of RGB (Red+Green+Blue) = 16+15+20=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 20 - color contains mainly: blue. Hex color #100F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F14 is #EFF0EB. Grayscale: #0F0F0F. Windows color (decimal): -15724780 or 1314576. OLE color: 1314576.
HSL color Cylindrical-coordinate representation of color #100F14: hue angle of 252º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #100F14 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 16 | 15 | 20 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.92 |
| HSL | 252º | 0.14% | 0.07% | - |
| HSV(B) | 252º | 0.25% | 0.08% | - |
| XYZ | 0.51 | 0.5 | 0.73 | - |
| YUV | 15.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 20 | 0.20 | 0.25 | 0 | 0.92 | 252 | 0.14 | 0.07 |
| Hex | 10 | F | 14 | 14 | 19 | 0 | 5C | FC | E | 7 |
| Octal | 20 | 17 | 24 | 24 | 31 | 0 | 134 | 374 | 16 | 7 |
| Binary | 10000 | 1111 | 10100 | 10100 | 11001 | 0 | 1011100 | 11111100 | 1110 | 111 |
Color Harmonies of #100F14
Complementary color
Monochromatic Colors of #100F14
Black with #100F14
Text Example
Text Example
White with #100F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F14; }
p { color: rgb(16,15,20); }
H1.HeaderClassName
{
color: #100F14;
}
.AnyTagClassName
{
color: #100F14;
}
</style>
background-color css
<style>
a { background-color: #100F14; }
a { background-color: rgb(16,15,20); }
div.DivClassName
{
background-color: #100F14;
}
.BgClassName
{
background-color: #100F14;
}
</style>
border-color css
<style>
span { border-color: #100F14; }
span { border-color: rgb(16,15,20); }
td.TdClassName
{
border-color: #100F14;
}
.TagClassName
{
border-color: #100F14;
}
</style>