Shades of Black Russian #101528
Tints of Black Russian #101528
RGB
CMYK
RGB Variations
Color information
#101528 (or 0x101528) is known color: Black Russian. HEX triplet: 10, 15 and 28. RGB value is (16,21,40). Sum of RGB (Red+Green+Blue) = 16+21+40=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #101528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101528 is #EFEAD7. Grayscale: #151515. Windows color (decimal): -15723224 or 2626832. OLE color: 2626832.
HSL color Cylindrical-coordinate representation of color #101528: hue angle of 227.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #101528 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 21 | 40 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.84 |
| HSL | 227.5º | 0.43% | 0.11% | - |
| HSV(B) | 227.5º | 0.6% | 0.16% | - |
| XYZ | 0.86 | 0.8 | 2.12 | - |
| YUV | 21.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 40 | 0.60 | 0.48 | 0 | 0.84 | 227.5 | 0.43 | 0.11 |
| Hex | 10 | 15 | 28 | 3C | 30 | 0 | 54 | E4 | 2B | B |
| Octal | 20 | 25 | 50 | 74 | 60 | 0 | 124 | 344 | 53 | 13 |
| Binary | 10000 | 10101 | 101000 | 111100 | 110000 | 0 | 1010100 | 11100100 | 101011 | 1011 |
Color Harmonies of #101528
Complementary color
Monochromatic Colors of #101528
Black with #101528
Text Example
Text Example
White with #101528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101528; }
p { color: rgb(16,21,40); }
H1.HeaderClassName
{
color: #101528;
}
.AnyTagClassName
{
color: #101528;
}
</style>
background-color css
<style>
a { background-color: #101528; }
a { background-color: rgb(16,21,40); }
div.DivClassName
{
background-color: #101528;
}
.BgClassName
{
background-color: #101528;
}
</style>
border-color css
<style>
span { border-color: #101528; }
span { border-color: rgb(16,21,40); }
td.TdClassName
{
border-color: #101528;
}
.TagClassName
{
border-color: #101528;
}
</style>