Shades of Black Pearl #14191E
Tints of Black Pearl #14191E
RGB
CMYK
RGB Variations
Color information
#14191E (or 0x14191E) is known color: Black Pearl. HEX triplet: 14, 19 and 1E. RGB value is (20,25,30). Sum of RGB (Red+Green+Blue) = 20+25+30=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 30 - color contains mainly: blue. Hex color #14191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14191E is #EBE6E1. Grayscale: #181818. Windows color (decimal): -15460066 or 1972500. OLE color: 1972500.
HSL color Cylindrical-coordinate representation of color #14191E: hue angle of 210º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #14191E is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 25 | 30 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.88 |
| HSL | 210º | 0.2% | 0.1% | - |
| HSV(B) | 210º | 0.33% | 0.12% | - |
| XYZ | 0.87 | 0.94 | 1.36 | - |
| YUV | 24.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 30 | 0.33 | 0.17 | 0 | 0.88 | 210 | 0.2 | 0.1 |
| Hex | 14 | 19 | 1E | 21 | 11 | 0 | 58 | D2 | 14 | A |
| Octal | 24 | 31 | 36 | 41 | 21 | 0 | 130 | 322 | 24 | 12 |
| Binary | 10100 | 11001 | 11110 | 100001 | 10001 | 0 | 1011000 | 11010010 | 10100 | 1010 |
Color Harmonies of #14191E
Complementary color
Monochromatic Colors of #14191E
Black with #14191E
Text Example
Text Example
White with #14191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14191E; }
p { color: rgb(20,25,30); }
H1.HeaderClassName
{
color: #14191E;
}
.AnyTagClassName
{
color: #14191E;
}
</style>
background-color css
<style>
a { background-color: #14191E; }
a { background-color: rgb(20,25,30); }
div.DivClassName
{
background-color: #14191E;
}
.BgClassName
{
background-color: #14191E;
}
</style>
border-color css
<style>
span { border-color: #14191E; }
span { border-color: rgb(20,25,30); }
td.TdClassName
{
border-color: #14191E;
}
.TagClassName
{
border-color: #14191E;
}
</style>