Shades of Black Russian #141623
Tints of Black Russian #141623
RGB
CMYK
RGB Variations
Color information
#141623 (or 0x141623) is known color: Black Russian. HEX triplet: 14, 16 and 23. RGB value is (20,22,35). Sum of RGB (Red+Green+Blue) = 20+22+35=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 35 (14.06% from 255 or 45.45% from 77); Max value from RGB is 35 - color contains mainly: blue. Hex color #141623 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141623 is #EBE9DC. Grayscale: #161616. Windows color (decimal): -15460829 or 2299412. OLE color: 2299412.
HSL color Cylindrical-coordinate representation of color #141623: hue angle of 232º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #141623 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 22 | 35 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.86 |
| HSL | 232º | 0.27% | 0.11% | - |
| HSV(B) | 232º | 0.43% | 0.14% | - |
| XYZ | 0.88 | 0.84 | 1.71 | - |
| YUV | 22.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 35 | 0.43 | 0.37 | 0 | 0.86 | 232 | 0.27 | 0.11 |
| Hex | 14 | 16 | 23 | 2B | 25 | 0 | 56 | E8 | 1B | B |
| Octal | 24 | 26 | 43 | 53 | 45 | 0 | 126 | 350 | 33 | 13 |
| Binary | 10100 | 10110 | 100011 | 101011 | 100101 | 0 | 1010110 | 11101000 | 11011 | 1011 |
Color Harmonies of #141623
Complementary color
Monochromatic Colors of #141623
Black with #141623
Text Example
Text Example
White with #141623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141623; }
p { color: rgb(20,22,35); }
H1.HeaderClassName
{
color: #141623;
}
.AnyTagClassName
{
color: #141623;
}
</style>
background-color css
<style>
a { background-color: #141623; }
a { background-color: rgb(20,22,35); }
div.DivClassName
{
background-color: #141623;
}
.BgClassName
{
background-color: #141623;
}
</style>
border-color css
<style>
span { border-color: #141623; }
span { border-color: rgb(20,22,35); }
td.TdClassName
{
border-color: #141623;
}
.TagClassName
{
border-color: #141623;
}
</style>