Shades of Black Russian #100D26
Tints of Black Russian #100D26
RGB
CMYK
RGB Variations
Color information
#100D26 (or 0x100D26) is known color: Black Russian. HEX triplet: 10, 0D and 26. RGB value is (16,13,38). Sum of RGB (Red+Green+Blue) = 16+13+38=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 38 (15.23% from 255 or 56.72% from 67); Max value from RGB is 38 - color contains mainly: blue. Hex color #100D26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100D26 is #EFF2D9. Grayscale: #101010. Windows color (decimal): -15725274 or 2493712. OLE color: 2493712.
HSL color Cylindrical-coordinate representation of color #100D26: hue angle of 247.2º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #100D26 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 13 | 38 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.85 |
| HSL | 247.2º | 0.49% | 0.1% | - |
| HSV(B) | 247.2º | 0.66% | 0.15% | - |
| XYZ | 0.71 | 0.54 | 1.9 | - |
| YUV | 16.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 38 | 0.58 | 0.66 | 0 | 0.85 | 247.2 | 0.49 | 0.1 |
| Hex | 10 | D | 26 | 3A | 42 | 0 | 55 | F7 | 31 | A |
| Octal | 20 | 15 | 46 | 72 | 102 | 0 | 125 | 367 | 61 | 12 |
| Binary | 10000 | 1101 | 100110 | 111010 | 1000010 | 0 | 1010101 | 11110111 | 110001 | 1010 |
Color Harmonies of #100D26
Complementary color
Monochromatic Colors of #100D26
Black with #100D26
Text Example
Text Example
White with #100D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D26; }
p { color: rgb(16,13,38); }
H1.HeaderClassName
{
color: #100D26;
}
.AnyTagClassName
{
color: #100D26;
}
</style>
background-color css
<style>
a { background-color: #100D26; }
a { background-color: rgb(16,13,38); }
div.DivClassName
{
background-color: #100D26;
}
.BgClassName
{
background-color: #100D26;
}
</style>
border-color css
<style>
span { border-color: #100D26; }
span { border-color: rgb(16,13,38); }
td.TdClassName
{
border-color: #100D26;
}
.TagClassName
{
border-color: #100D26;
}
</style>