Shades of Black Pearl #141920
Tints of Black Pearl #141920
RGB
CMYK
RGB Variations
Color information
#141920 (or 0x141920) is known color: Black Pearl. HEX triplet: 14, 19 and 20. RGB value is (20,25,32). Sum of RGB (Red+Green+Blue) = 20+25+32=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 32 (12.89% from 255 or 41.56% from 77); Max value from RGB is 32 - color contains mainly: blue. Hex color #141920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141920 is #EBE6DF. Grayscale: #181818. Windows color (decimal): -15460064 or 2103572. OLE color: 2103572.
HSL color Cylindrical-coordinate representation of color #141920: hue angle of 215º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #141920 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 25 | 32 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.87 |
| HSL | 215º | 0.23% | 0.1% | - |
| HSV(B) | 215º | 0.38% | 0.13% | - |
| XYZ | 0.9 | 0.95 | 1.5 | - |
| YUV | 24.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 32 | 0.37 | 0.22 | 0 | 0.87 | 215 | 0.23 | 0.1 |
| Hex | 14 | 19 | 20 | 25 | 16 | 0 | 57 | D7 | 17 | A |
| Octal | 24 | 31 | 40 | 45 | 26 | 0 | 127 | 327 | 27 | 12 |
| Binary | 10100 | 11001 | 100000 | 100101 | 10110 | 0 | 1010111 | 11010111 | 10111 | 1010 |
Color Harmonies of #141920
Complementary color
Monochromatic Colors of #141920
Black with #141920
Text Example
Text Example
White with #141920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141920; }
p { color: rgb(20,25,32); }
H1.HeaderClassName
{
color: #141920;
}
.AnyTagClassName
{
color: #141920;
}
</style>
background-color css
<style>
a { background-color: #141920; }
a { background-color: rgb(20,25,32); }
div.DivClassName
{
background-color: #141920;
}
.BgClassName
{
background-color: #141920;
}
</style>
border-color css
<style>
span { border-color: #141920; }
span { border-color: rgb(20,25,32); }
td.TdClassName
{
border-color: #141920;
}
.TagClassName
{
border-color: #141920;
}
</style>