Shades of Black Russian #100F18
Tints of Black Russian #100F18
RGB
CMYK
RGB Variations
Color information
#100F18 (or 0x100F18) is known color: Black Russian. HEX triplet: 10, 0F and 18. RGB value is (16,15,24). Sum of RGB (Red+Green+Blue) = 16+15+24=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #100F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F18 is #EFF0E7. Grayscale: #101010. Windows color (decimal): -15724776 or 1576720. OLE color: 1576720.
HSL color Cylindrical-coordinate representation of color #100F18: hue angle of 246.67º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #100F18 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 15 | 24 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.91 |
| HSL | 246.67º | 0.23% | 0.08% | - |
| HSV(B) | 246.67º | 0.38% | 0.09% | - |
| XYZ | 0.55 | 0.52 | 0.94 | - |
| YUV | 16.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 24 | 0.33 | 0.37 | 0 | 0.91 | 246.67 | 0.23 | 0.08 |
| Hex | 10 | F | 18 | 21 | 25 | 0 | 5B | F7 | 17 | 8 |
| Octal | 20 | 17 | 30 | 41 | 45 | 0 | 133 | 367 | 27 | 10 |
| Binary | 10000 | 1111 | 11000 | 100001 | 100101 | 0 | 1011011 | 11110111 | 10111 | 1000 |
Color Harmonies of #100F18
Complementary color
Monochromatic Colors of #100F18
Black with #100F18
Text Example
Text Example
White with #100F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F18; }
p { color: rgb(16,15,24); }
H1.HeaderClassName
{
color: #100F18;
}
.AnyTagClassName
{
color: #100F18;
}
</style>
background-color css
<style>
a { background-color: #100F18; }
a { background-color: rgb(16,15,24); }
div.DivClassName
{
background-color: #100F18;
}
.BgClassName
{
background-color: #100F18;
}
</style>
border-color css
<style>
span { border-color: #100F18; }
span { border-color: rgb(16,15,24); }
td.TdClassName
{
border-color: #100F18;
}
.TagClassName
{
border-color: #100F18;
}
</style>