Shades of Black Russian #101423
Tints of Black Russian #101423
RGB
CMYK
RGB Variations
Color information
#101423 (or 0x101423) is known color: Black Russian. HEX triplet: 10, 14 and 23. RGB value is (16,20,35). Sum of RGB (Red+Green+Blue) = 16+20+35=71 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.54% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 35 (14.06% from 255 or 49.30% from 71); Max value from RGB is 35 - color contains mainly: blue. Hex color #101423 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101423 is #EFEBDC. Grayscale: #141414. Windows color (decimal): -15723485 or 2298896. OLE color: 2298896.
HSL color Cylindrical-coordinate representation of color #101423: hue angle of 227.37º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #101423 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 20 | 35 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.86 |
| HSL | 227.37º | 0.37% | 0.1% | - |
| HSV(B) | 227.37º | 0.54% | 0.14% | - |
| XYZ | 0.77 | 0.73 | 1.69 | - |
| YUV | 20.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 35 | 0.54 | 0.43 | 0 | 0.86 | 227.37 | 0.37 | 0.1 |
| Hex | 10 | 14 | 23 | 36 | 2B | 0 | 56 | E3 | 25 | A |
| Octal | 20 | 24 | 43 | 66 | 53 | 0 | 126 | 343 | 45 | 12 |
| Binary | 10000 | 10100 | 100011 | 110110 | 101011 | 0 | 1010110 | 11100011 | 100101 | 1010 |
Color Harmonies of #101423
Complementary color
Monochromatic Colors of #101423
Black with #101423
Text Example
Text Example
White with #101423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101423; }
p { color: rgb(16,20,35); }
H1.HeaderClassName
{
color: #101423;
}
.AnyTagClassName
{
color: #101423;
}
</style>
background-color css
<style>
a { background-color: #101423; }
a { background-color: rgb(16,20,35); }
div.DivClassName
{
background-color: #101423;
}
.BgClassName
{
background-color: #101423;
}
</style>
border-color css
<style>
span { border-color: #101423; }
span { border-color: rgb(16,20,35); }
td.TdClassName
{
border-color: #101423;
}
.TagClassName
{
border-color: #101423;
}
</style>