Shades of Black Russian #100F20
Tints of Black Russian #100F20
RGB
CMYK
RGB Variations
Color information
#100F20 (or 0x100F20) is known color: Black Russian. HEX triplet: 10, 0F and 20. RGB value is (16,15,32). Sum of RGB (Red+Green+Blue) = 16+15+32=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 32 (12.89% from 255 or 50.79% from 63); Max value from RGB is 32 - color contains mainly: blue. Hex color #100F20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F20 is #EFF0DF. Grayscale: #111111. Windows color (decimal): -15724768 or 2101008. OLE color: 2101008.
HSL color Cylindrical-coordinate representation of color #100F20: hue angle of 243.53º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #100F20 is Cyan = 0.5, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 15 | 32 | - |
| CMYK | 0.5 | 0.53 | 0 | 0.87 |
| HSL | 243.53º | 0.36% | 0.09% | - |
| HSV(B) | 243.53º | 0.53% | 0.13% | - |
| XYZ | 0.65 | 0.56 | 1.44 | - |
| YUV | 17.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 32 | 0.5 | 0.53 | 0 | 0.87 | 243.53 | 0.36 | 0.09 |
| Hex | 10 | F | 20 | 32 | 35 | 0 | 57 | F4 | 24 | 9 |
| Octal | 20 | 17 | 40 | 62 | 65 | 0 | 127 | 364 | 44 | 11 |
| Binary | 10000 | 1111 | 100000 | 110010 | 110101 | 0 | 1010111 | 11110100 | 100100 | 1001 |
Color Harmonies of #100F20
Complementary color
Monochromatic Colors of #100F20
Black with #100F20
Text Example
Text Example
White with #100F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F20; }
p { color: rgb(16,15,32); }
H1.HeaderClassName
{
color: #100F20;
}
.AnyTagClassName
{
color: #100F20;
}
</style>
background-color css
<style>
a { background-color: #100F20; }
a { background-color: rgb(16,15,32); }
div.DivClassName
{
background-color: #100F20;
}
.BgClassName
{
background-color: #100F20;
}
</style>
border-color css
<style>
span { border-color: #100F20; }
span { border-color: rgb(16,15,32); }
td.TdClassName
{
border-color: #100F20;
}
.TagClassName
{
border-color: #100F20;
}
</style>