Shades of Black Russian #101726
Tints of Black Russian #101726
RGB
CMYK
RGB Variations
Color information
#101726 (or 0x101726) is known color: Black Russian. HEX triplet: 10, 17 and 26. RGB value is (16,23,38). Sum of RGB (Red+Green+Blue) = 16+23+38=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #101726 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101726 is #EFE8D9. Grayscale: #161616. Windows color (decimal): -15722714 or 2496272. OLE color: 2496272.
HSL color Cylindrical-coordinate representation of color #101726: hue angle of 220.91º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #101726 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 23 | 38 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.85 |
| HSL | 220.91º | 0.41% | 0.11% | - |
| HSV(B) | 220.91º | 0.58% | 0.15% | - |
| XYZ | 0.87 | 0.86 | 1.95 | - |
| YUV | 22.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 38 | 0.58 | 0.39 | 0 | 0.85 | 220.91 | 0.41 | 0.11 |
| Hex | 10 | 17 | 26 | 3A | 27 | 0 | 55 | DD | 29 | B |
| Octal | 20 | 27 | 46 | 72 | 47 | 0 | 125 | 335 | 51 | 13 |
| Binary | 10000 | 10111 | 100110 | 111010 | 100111 | 0 | 1010101 | 11011101 | 101001 | 1011 |
Color Harmonies of #101726
Complementary color
Monochromatic Colors of #101726
Black with #101726
Text Example
Text Example
White with #101726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101726; }
p { color: rgb(16,23,38); }
H1.HeaderClassName
{
color: #101726;
}
.AnyTagClassName
{
color: #101726;
}
</style>
background-color css
<style>
a { background-color: #101726; }
a { background-color: rgb(16,23,38); }
div.DivClassName
{
background-color: #101726;
}
.BgClassName
{
background-color: #101726;
}
</style>
border-color css
<style>
span { border-color: #101726; }
span { border-color: rgb(16,23,38); }
td.TdClassName
{
border-color: #101726;
}
.TagClassName
{
border-color: #101726;
}
</style>