Shades of Black Russian #100F21
Tints of Black Russian #100F21
RGB
CMYK
RGB Variations
Color information
#100F21 (or 0x100F21) is known color: Black Russian. HEX triplet: 10, 0F and 21. RGB value is (16,15,33). Sum of RGB (Red+Green+Blue) = 16+15+33=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 33 (13.28% from 255 or 51.56% from 64); Max value from RGB is 33 - color contains mainly: blue. Hex color #100F21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F21 is #EFF0DE. Grayscale: #111111. Windows color (decimal): -15724767 or 2166544. OLE color: 2166544.
HSL color Cylindrical-coordinate representation of color #100F21: hue angle of 243.33º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #100F21 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 15 | 33 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.87 |
| HSL | 243.33º | 0.38% | 0.09% | - |
| HSV(B) | 243.33º | 0.55% | 0.13% | - |
| XYZ | 0.66 | 0.56 | 1.51 | - |
| YUV | 17.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 33 | 0.52 | 0.55 | 0 | 0.87 | 243.33 | 0.38 | 0.09 |
| Hex | 10 | F | 21 | 34 | 37 | 0 | 57 | F3 | 26 | 9 |
| Octal | 20 | 17 | 41 | 64 | 67 | 0 | 127 | 363 | 46 | 11 |
| Binary | 10000 | 1111 | 100001 | 110100 | 110111 | 0 | 1010111 | 11110011 | 100110 | 1001 |
Color Harmonies of #100F21
Complementary color
Monochromatic Colors of #100F21
Black with #100F21
Text Example
Text Example
White with #100F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F21; }
p { color: rgb(16,15,33); }
H1.HeaderClassName
{
color: #100F21;
}
.AnyTagClassName
{
color: #100F21;
}
</style>
background-color css
<style>
a { background-color: #100F21; }
a { background-color: rgb(16,15,33); }
div.DivClassName
{
background-color: #100F21;
}
.BgClassName
{
background-color: #100F21;
}
</style>
border-color css
<style>
span { border-color: #100F21; }
span { border-color: rgb(16,15,33); }
td.TdClassName
{
border-color: #100F21;
}
.TagClassName
{
border-color: #100F21;
}
</style>