Shades of Black Russian #101929
Tints of Black Russian #101929
RGB
CMYK
RGB Variations
Color information
#101929 (or 0x101929) is known color: Black Russian. HEX triplet: 10, 19 and 29. RGB value is (16,25,41). Sum of RGB (Red+Green+Blue) = 16+25+41=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #101929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101929 is #EFE6D6. Grayscale: #181818. Windows color (decimal): -15722199 or 2693392. OLE color: 2693392.
HSL color Cylindrical-coordinate representation of color #101929: hue angle of 218.4º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #101929 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 25 | 41 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.84 |
| HSL | 218.4º | 0.44% | 0.11% | - |
| HSV(B) | 218.4º | 0.61% | 0.16% | - |
| XYZ | 0.96 | 0.97 | 2.23 | - |
| YUV | 24.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 41 | 0.61 | 0.39 | 0 | 0.84 | 218.4 | 0.44 | 0.11 |
| Hex | 10 | 19 | 29 | 3D | 27 | 0 | 54 | DA | 2C | B |
| Octal | 20 | 31 | 51 | 75 | 47 | 0 | 124 | 332 | 54 | 13 |
| Binary | 10000 | 11001 | 101001 | 111101 | 100111 | 0 | 1010100 | 11011010 | 101100 | 1011 |
Color Harmonies of #101929
Complementary color
Monochromatic Colors of #101929
Black with #101929
Text Example
Text Example
White with #101929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101929; }
p { color: rgb(16,25,41); }
H1.HeaderClassName
{
color: #101929;
}
.AnyTagClassName
{
color: #101929;
}
</style>
background-color css
<style>
a { background-color: #101929; }
a { background-color: rgb(16,25,41); }
div.DivClassName
{
background-color: #101929;
}
.BgClassName
{
background-color: #101929;
}
</style>
border-color css
<style>
span { border-color: #101929; }
span { border-color: rgb(16,25,41); }
td.TdClassName
{
border-color: #101929;
}
.TagClassName
{
border-color: #101929;
}
</style>