Shades of Black Russian #101529
Tints of Black Russian #101529
RGB
CMYK
RGB Variations
Color information
#101529 (or 0x101529) is known color: Black Russian. HEX triplet: 10, 15 and 29. RGB value is (16,21,41). Sum of RGB (Red+Green+Blue) = 16+21+41=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #101529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101529 is #EFEAD6. Grayscale: #151515. Windows color (decimal): -15723223 or 2692368. OLE color: 2692368.
HSL color Cylindrical-coordinate representation of color #101529: hue angle of 228º 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 #101529 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 21 | 41 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.84 |
| HSL | 228º | 0.44% | 0.11% | - |
| HSV(B) | 228º | 0.61% | 0.16% | - |
| XYZ | 0.88 | 0.81 | 2.21 | - |
| YUV | 21.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 41 | 0.61 | 0.49 | 0 | 0.84 | 228 | 0.44 | 0.11 |
| Hex | 10 | 15 | 29 | 3D | 31 | 0 | 54 | E4 | 2C | B |
| Octal | 20 | 25 | 51 | 75 | 61 | 0 | 124 | 344 | 54 | 13 |
| Binary | 10000 | 10101 | 101001 | 111101 | 110001 | 0 | 1010100 | 11100100 | 101100 | 1011 |
Color Harmonies of #101529
Complementary color
Monochromatic Colors of #101529
Black with #101529
Text Example
Text Example
White with #101529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101529; }
p { color: rgb(16,21,41); }
H1.HeaderClassName
{
color: #101529;
}
.AnyTagClassName
{
color: #101529;
}
</style>
background-color css
<style>
a { background-color: #101529; }
a { background-color: rgb(16,21,41); }
div.DivClassName
{
background-color: #101529;
}
.BgClassName
{
background-color: #101529;
}
</style>
border-color css
<style>
span { border-color: #101529; }
span { border-color: rgb(16,21,41); }
td.TdClassName
{
border-color: #101529;
}
.TagClassName
{
border-color: #101529;
}
</style>