Shades of Black Pearl #141619
Tints of Black Pearl #141619
RGB
CMYK
RGB Variations
Color information
#141619 (or 0x141619) is known color: Black Pearl. HEX triplet: 14, 16 and 19. RGB value is (20,22,25). Sum of RGB (Red+Green+Blue) = 20+22+25=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 22 (8.98% from 255 or 32.84% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 25 - color contains mainly: blue. Hex color #141619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141619 is #EBE9E6. Grayscale: #151515. Windows color (decimal): -15460839 or 1644052. OLE color: 1644052.
HSL color Cylindrical-coordinate representation of color #141619: hue angle of 216º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #141619 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 22 | 25 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.90 |
| HSL | 216º | 0.11% | 0.09% | - |
| HSV(B) | 216º | 0.2% | 0.1% | - |
| XYZ | 0.75 | 0.79 | 1.03 | - |
| YUV | 21.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 25 | 0.20 | 0.12 | 0 | 0.90 | 216 | 0.11 | 0.09 |
| Hex | 14 | 16 | 19 | 14 | C | 0 | 5A | D8 | B | 9 |
| Octal | 24 | 26 | 31 | 24 | 14 | 0 | 132 | 330 | 13 | 11 |
| Binary | 10100 | 10110 | 11001 | 10100 | 1100 | 0 | 1011010 | 11011000 | 1011 | 1001 |
Color Harmonies of #141619
Complementary color
Monochromatic Colors of #141619
Black with #141619
Text Example
Text Example
White with #141619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141619; }
p { color: rgb(20,22,25); }
H1.HeaderClassName
{
color: #141619;
}
.AnyTagClassName
{
color: #141619;
}
</style>
background-color css
<style>
a { background-color: #141619; }
a { background-color: rgb(20,22,25); }
div.DivClassName
{
background-color: #141619;
}
.BgClassName
{
background-color: #141619;
}
</style>
border-color css
<style>
span { border-color: #141619; }
span { border-color: rgb(20,22,25); }
td.TdClassName
{
border-color: #141619;
}
.TagClassName
{
border-color: #141619;
}
</style>