Shades of Black Russian #101426
Tints of Black Russian #101426
RGB
CMYK
RGB Variations
Color information
#101426 (or 0x101426) is known color: Black Russian. HEX triplet: 10, 14 and 26. RGB value is (16,20,38). Sum of RGB (Red+Green+Blue) = 16+20+38=74 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.62% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 38 (15.23% from 255 or 51.35% from 74); Max value from RGB is 38 - color contains mainly: blue. Hex color #101426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101426 is #EFEBD9. Grayscale: #141414. Windows color (decimal): -15723482 or 2495504. OLE color: 2495504.
HSL color Cylindrical-coordinate representation of color #101426: hue angle of 229.09º 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 #101426 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 20 | 38 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.85 |
| HSL | 229.09º | 0.41% | 0.11% | - |
| HSV(B) | 229.09º | 0.58% | 0.15% | - |
| XYZ | 0.81 | 0.75 | 1.94 | - |
| YUV | 20.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 38 | 0.58 | 0.47 | 0 | 0.85 | 229.09 | 0.41 | 0.11 |
| Hex | 10 | 14 | 26 | 3A | 2F | 0 | 55 | E5 | 29 | B |
| Octal | 20 | 24 | 46 | 72 | 57 | 0 | 125 | 345 | 51 | 13 |
| Binary | 10000 | 10100 | 100110 | 111010 | 101111 | 0 | 1010101 | 11100101 | 101001 | 1011 |
Color Harmonies of #101426
Complementary color
Monochromatic Colors of #101426
Black with #101426
Text Example
Text Example
White with #101426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101426; }
p { color: rgb(16,20,38); }
H1.HeaderClassName
{
color: #101426;
}
.AnyTagClassName
{
color: #101426;
}
</style>
background-color css
<style>
a { background-color: #101426; }
a { background-color: rgb(16,20,38); }
div.DivClassName
{
background-color: #101426;
}
.BgClassName
{
background-color: #101426;
}
</style>
border-color css
<style>
span { border-color: #101426; }
span { border-color: rgb(16,20,38); }
td.TdClassName
{
border-color: #101426;
}
.TagClassName
{
border-color: #101426;
}
</style>