Shades of Black Russian #100F31
Tints of Black Russian #100F31
RGB
CMYK
RGB Variations
Color information
#100F31 (or 0x100F31) is known color: Black Russian. HEX triplet: 10, 0F and 31. RGB value is (16,15,49). Sum of RGB (Red+Green+Blue) = 16+15+49=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #100F31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F31 is #EFF0CE. Grayscale: #131313. Windows color (decimal): -15724751 or 3215120. OLE color: 3215120.
HSL color Cylindrical-coordinate representation of color #100F31: hue angle of 241.76º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #100F31 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 15 | 49 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.81 |
| HSL | 241.76º | 0.53% | 0.13% | - |
| HSV(B) | 241.76º | 0.69% | 0.19% | - |
| XYZ | 0.94 | 0.67 | 2.99 | - |
| YUV | 19.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 49 | 0.67 | 0.69 | 0 | 0.81 | 241.76 | 0.53 | 0.13 |
| Hex | 10 | F | 31 | 43 | 45 | 0 | 51 | F2 | 35 | D |
| Octal | 20 | 17 | 61 | 103 | 105 | 0 | 121 | 362 | 65 | 15 |
| Binary | 10000 | 1111 | 110001 | 1000011 | 1000101 | 0 | 1010001 | 11110010 | 110101 | 1101 |
Color Harmonies of #100F31
Complementary color
Monochromatic Colors of #100F31
Black with #100F31
Text Example
Text Example
White with #100F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F31; }
p { color: rgb(16,15,49); }
H1.HeaderClassName
{
color: #100F31;
}
.AnyTagClassName
{
color: #100F31;
}
</style>
background-color css
<style>
a { background-color: #100F31; }
a { background-color: rgb(16,15,49); }
div.DivClassName
{
background-color: #100F31;
}
.BgClassName
{
background-color: #100F31;
}
</style>
border-color css
<style>
span { border-color: #100F31; }
span { border-color: rgb(16,15,49); }
td.TdClassName
{
border-color: #100F31;
}
.TagClassName
{
border-color: #100F31;
}
</style>