Shades of Black Russian #100F32
Tints of Black Russian #100F32
RGB
CMYK
RGB Variations
Color information
#100F32 (or 0x100F32) is known color: Black Russian. HEX triplet: 10, 0F and 32. RGB value is (16,15,50). Sum of RGB (Red+Green+Blue) = 16+15+50=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 50 (19.92% from 255 or 61.73% from 81); Max value from RGB is 50 - color contains mainly: blue. Hex color #100F32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F32 is #EFF0CD. Grayscale: #131313. Windows color (decimal): -15724750 or 3280656. OLE color: 3280656.
HSL color Cylindrical-coordinate representation of color #100F32: hue angle of 241.71º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #100F32 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 15 | 50 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.80 |
| HSL | 241.71º | 0.54% | 0.13% | - |
| HSV(B) | 241.71º | 0.7% | 0.2% | - |
| XYZ | 0.96 | 0.68 | 3.1 | - |
| YUV | 19.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 50 | 0.68 | 0.70 | 0 | 0.80 | 241.71 | 0.54 | 0.13 |
| Hex | 10 | F | 32 | 44 | 46 | 0 | 50 | F2 | 36 | D |
| Octal | 20 | 17 | 62 | 104 | 106 | 0 | 120 | 362 | 66 | 15 |
| Binary | 10000 | 1111 | 110010 | 1000100 | 1000110 | 0 | 1010000 | 11110010 | 110110 | 1101 |
Color Harmonies of #100F32
Complementary color
Monochromatic Colors of #100F32
Black with #100F32
Text Example
Text Example
White with #100F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F32; }
p { color: rgb(16,15,50); }
H1.HeaderClassName
{
color: #100F32;
}
.AnyTagClassName
{
color: #100F32;
}
</style>
background-color css
<style>
a { background-color: #100F32; }
a { background-color: rgb(16,15,50); }
div.DivClassName
{
background-color: #100F32;
}
.BgClassName
{
background-color: #100F32;
}
</style>
border-color css
<style>
span { border-color: #100F32; }
span { border-color: rgb(16,15,50); }
td.TdClassName
{
border-color: #100F32;
}
.TagClassName
{
border-color: #100F32;
}
</style>