Shades of Black Russian #101828
Tints of Black Russian #101828
RGB
CMYK
RGB Variations
Color information
#101828 (or 0x101828) is known color: Black Russian. HEX triplet: 10, 18 and 28. RGB value is (16,24,40). Sum of RGB (Red+Green+Blue) = 16+24+40=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #101828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101828 is #EFE7D7. Grayscale: #171717. Windows color (decimal): -15722456 or 2627600. OLE color: 2627600.
HSL color Cylindrical-coordinate representation of color #101828: hue angle of 220º 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 #101828 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 24 | 40 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.84 |
| HSL | 220º | 0.43% | 0.11% | - |
| HSV(B) | 220º | 0.6% | 0.16% | - |
| XYZ | 0.92 | 0.92 | 2.14 | - |
| YUV | 23.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 40 | 0.60 | 0.40 | 0 | 0.84 | 220 | 0.43 | 0.11 |
| Hex | 10 | 18 | 28 | 3C | 28 | 0 | 54 | DC | 2B | B |
| Octal | 20 | 30 | 50 | 74 | 50 | 0 | 124 | 334 | 53 | 13 |
| Binary | 10000 | 11000 | 101000 | 111100 | 101000 | 0 | 1010100 | 11011100 | 101011 | 1011 |
Color Harmonies of #101828
Complementary color
Monochromatic Colors of #101828
Black with #101828
Text Example
Text Example
White with #101828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101828; }
p { color: rgb(16,24,40); }
H1.HeaderClassName
{
color: #101828;
}
.AnyTagClassName
{
color: #101828;
}
</style>
background-color css
<style>
a { background-color: #101828; }
a { background-color: rgb(16,24,40); }
div.DivClassName
{
background-color: #101828;
}
.BgClassName
{
background-color: #101828;
}
</style>
border-color css
<style>
span { border-color: #101828; }
span { border-color: rgb(16,24,40); }
td.TdClassName
{
border-color: #101828;
}
.TagClassName
{
border-color: #101828;
}
</style>