Shades of Black Russian #101729
Tints of Black Russian #101729
RGB
CMYK
RGB Variations
Color information
#101729 (or 0x101729) is known color: Black Russian. HEX triplet: 10, 17 and 29. RGB value is (16,23,41). Sum of RGB (Red+Green+Blue) = 16+23+41=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 41 (16.41% from 255 or 51.25% from 80); Max value from RGB is 41 - color contains mainly: blue. Hex color #101729 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101729 is #EFE8D6. Grayscale: #161616. Windows color (decimal): -15722711 or 2692880. OLE color: 2692880.
HSL color Cylindrical-coordinate representation of color #101729: hue angle of 223.2º 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 #101729 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 23 | 41 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.84 |
| HSL | 223.2º | 0.44% | 0.11% | - |
| HSV(B) | 223.2º | 0.61% | 0.16% | - |
| XYZ | 0.92 | 0.88 | 2.22 | - |
| YUV | 22.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 41 | 0.61 | 0.44 | 0 | 0.84 | 223.2 | 0.44 | 0.11 |
| Hex | 10 | 17 | 29 | 3D | 2C | 0 | 54 | DF | 2C | B |
| Octal | 20 | 27 | 51 | 75 | 54 | 0 | 124 | 337 | 54 | 13 |
| Binary | 10000 | 10111 | 101001 | 111101 | 101100 | 0 | 1010100 | 11011111 | 101100 | 1011 |
Color Harmonies of #101729
Complementary color
Monochromatic Colors of #101729
Black with #101729
Text Example
Text Example
White with #101729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101729; }
p { color: rgb(16,23,41); }
H1.HeaderClassName
{
color: #101729;
}
.AnyTagClassName
{
color: #101729;
}
</style>
background-color css
<style>
a { background-color: #101729; }
a { background-color: rgb(16,23,41); }
div.DivClassName
{
background-color: #101729;
}
.BgClassName
{
background-color: #101729;
}
</style>
border-color css
<style>
span { border-color: #101729; }
span { border-color: rgb(16,23,41); }
td.TdClassName
{
border-color: #101729;
}
.TagClassName
{
border-color: #101729;
}
</style>