Shades of Black Russian #100B2E
Tints of Black Russian #100B2E
RGB
CMYK
RGB Variations
Color information
#100B2E (or 0x100B2E) is known color: Black Russian. HEX triplet: 10, 0B and 2E. RGB value is (16,11,46). Sum of RGB (Red+Green+Blue) = 16+11+46=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 46 (18.36% from 255 or 63.01% from 73); Max value from RGB is 46 - color contains mainly: blue. Hex color #100B2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B2E is #EFF4D1. Grayscale: #101010. Windows color (decimal): -15725778 or 3017488. OLE color: 3017488.
HSL color Cylindrical-coordinate representation of color #100B2E: hue angle of 248.57º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #100B2E is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 11 | 46 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.82 |
| HSL | 248.57º | 0.61% | 0.11% | - |
| HSV(B) | 248.57º | 0.76% | 0.18% | - |
| XYZ | 0.83 | 0.55 | 2.65 | - |
| YUV | 16.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 46 | 0.65 | 0.76 | 0 | 0.82 | 248.57 | 0.61 | 0.11 |
| Hex | 10 | B | 2E | 41 | 4C | 0 | 52 | F9 | 3D | B |
| Octal | 20 | 13 | 56 | 101 | 114 | 0 | 122 | 371 | 75 | 13 |
| Binary | 10000 | 1011 | 101110 | 1000001 | 1001100 | 0 | 1010010 | 11111001 | 111101 | 1011 |
Color Harmonies of #100B2E
Complementary color
Monochromatic Colors of #100B2E
Black with #100B2E
Text Example
Text Example
White with #100B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B2E; }
p { color: rgb(16,11,46); }
H1.HeaderClassName
{
color: #100B2E;
}
.AnyTagClassName
{
color: #100B2E;
}
</style>
background-color css
<style>
a { background-color: #100B2E; }
a { background-color: rgb(16,11,46); }
div.DivClassName
{
background-color: #100B2E;
}
.BgClassName
{
background-color: #100B2E;
}
</style>
border-color css
<style>
span { border-color: #100B2E; }
span { border-color: rgb(16,11,46); }
td.TdClassName
{
border-color: #100B2E;
}
.TagClassName
{
border-color: #100B2E;
}
</style>