Shades of Black Pearl #14191A
Tints of Black Pearl #14191A
RGB
CMYK
RGB Variations
Color information
#14191A (or 0x14191A) is known color: Black Pearl. HEX triplet: 14, 19 and 1A. RGB value is (20,25,26). Sum of RGB (Red+Green+Blue) = 20+25+26=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 26 - color contains mainly: blue. Hex color #14191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14191A is #EBE6E5. Grayscale: #171717. Windows color (decimal): -15460070 or 1710356. OLE color: 1710356.
HSL color Cylindrical-coordinate representation of color #14191A: hue angle of 190º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #14191A is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 25 | 26 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.90 |
| HSL | 190º | 0.13% | 0.09% | - |
| HSV(B) | 190º | 0.23% | 0.1% | - |
| XYZ | 0.82 | 0.92 | 1.11 | - |
| YUV | 23.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 26 | 0.23 | 0.04 | 0 | 0.90 | 190 | 0.13 | 0.09 |
| Hex | 14 | 19 | 1A | 17 | 4 | 0 | 5A | BE | D | 9 |
| Octal | 24 | 31 | 32 | 27 | 4 | 0 | 132 | 276 | 15 | 11 |
| Binary | 10100 | 11001 | 11010 | 10111 | 100 | 0 | 1011010 | 10111110 | 1101 | 1001 |
Color Harmonies of #14191A
Complementary color
Monochromatic Colors of #14191A
Black with #14191A
Text Example
Text Example
White with #14191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14191A; }
p { color: rgb(20,25,26); }
H1.HeaderClassName
{
color: #14191A;
}
.AnyTagClassName
{
color: #14191A;
}
</style>
background-color css
<style>
a { background-color: #14191A; }
a { background-color: rgb(20,25,26); }
div.DivClassName
{
background-color: #14191A;
}
.BgClassName
{
background-color: #14191A;
}
</style>
border-color css
<style>
span { border-color: #14191A; }
span { border-color: rgb(20,25,26); }
td.TdClassName
{
border-color: #14191A;
}
.TagClassName
{
border-color: #14191A;
}
</style>