Shades of Black Russian #100F17
Tints of Black Russian #100F17
RGB
CMYK
RGB Variations
Color information
#100F17 (or 0x100F17) is known color: Black Russian. HEX triplet: 10, 0F and 17. RGB value is (16,15,23). Sum of RGB (Red+Green+Blue) = 16+15+23=54 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.63% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 23 - color contains mainly: blue. Hex color #100F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F17 is #EFF0E8. Grayscale: #101010. Windows color (decimal): -15724777 or 1511184. OLE color: 1511184.
HSL color Cylindrical-coordinate representation of color #100F17: hue angle of 247.5º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #100F17 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 15 | 23 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.91 |
| HSL | 247.5º | 0.21% | 0.07% | - |
| HSV(B) | 247.5º | 0.35% | 0.09% | - |
| XYZ | 0.54 | 0.51 | 0.88 | - |
| YUV | 16.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 23 | 0.30 | 0.35 | 0 | 0.91 | 247.5 | 0.21 | 0.07 |
| Hex | 10 | F | 17 | 1E | 23 | 0 | 5B | F8 | 15 | 7 |
| Octal | 20 | 17 | 27 | 36 | 43 | 0 | 133 | 370 | 25 | 7 |
| Binary | 10000 | 1111 | 10111 | 11110 | 100011 | 0 | 1011011 | 11111000 | 10101 | 111 |
Color Harmonies of #100F17
Complementary color
Monochromatic Colors of #100F17
Black with #100F17
Text Example
Text Example
White with #100F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F17; }
p { color: rgb(16,15,23); }
H1.HeaderClassName
{
color: #100F17;
}
.AnyTagClassName
{
color: #100F17;
}
</style>
background-color css
<style>
a { background-color: #100F17; }
a { background-color: rgb(16,15,23); }
div.DivClassName
{
background-color: #100F17;
}
.BgClassName
{
background-color: #100F17;
}
</style>
border-color css
<style>
span { border-color: #100F17; }
span { border-color: rgb(16,15,23); }
td.TdClassName
{
border-color: #100F17;
}
.TagClassName
{
border-color: #100F17;
}
</style>