Shades of Black Pearl #141719
Tints of Black Pearl #141719
RGB
CMYK
RGB Variations
Color information
#141719 (or 0x141719) is known color: Black Pearl. HEX triplet: 14, 17 and 19. RGB value is (20,23,25). Sum of RGB (Red+Green+Blue) = 20+23+25=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 25 - color contains mainly: blue. Hex color #141719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141719 is #EBE8E6. Grayscale: #161616. Windows color (decimal): -15460583 or 1644308. OLE color: 1644308.
HSL color Cylindrical-coordinate representation of color #141719: hue angle of 204º 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 #141719 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 23 | 25 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.90 |
| HSL | 204º | 0.11% | 0.09% | - |
| HSV(B) | 204º | 0.2% | 0.1% | - |
| XYZ | 0.77 | 0.83 | 1.04 | - |
| YUV | 22.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 25 | 0.20 | 0.08 | 0 | 0.90 | 204 | 0.11 | 0.09 |
| Hex | 14 | 17 | 19 | 14 | 8 | 0 | 5A | CC | B | 9 |
| Octal | 24 | 27 | 31 | 24 | 10 | 0 | 132 | 314 | 13 | 11 |
| Binary | 10100 | 10111 | 11001 | 10100 | 1000 | 0 | 1011010 | 11001100 | 1011 | 1001 |
Color Harmonies of #141719
Complementary color
Monochromatic Colors of #141719
Black with #141719
Text Example
Text Example
White with #141719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141719; }
p { color: rgb(20,23,25); }
H1.HeaderClassName
{
color: #141719;
}
.AnyTagClassName
{
color: #141719;
}
</style>
background-color css
<style>
a { background-color: #141719; }
a { background-color: rgb(20,23,25); }
div.DivClassName
{
background-color: #141719;
}
.BgClassName
{
background-color: #141719;
}
</style>
border-color css
<style>
span { border-color: #141719; }
span { border-color: rgb(20,23,25); }
td.TdClassName
{
border-color: #141719;
}
.TagClassName
{
border-color: #141719;
}
</style>