Shades of Black Pearl #14181D
Tints of Black Pearl #14181D
RGB
CMYK
RGB Variations
Color information
#14181D (or 0x14181D) is known color: Black Pearl. HEX triplet: 14, 18 and 1D. RGB value is (20,24,29). Sum of RGB (Red+Green+Blue) = 20+24+29=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 29 - color contains mainly: blue. Hex color #14181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14181D is #EBE7E2. Grayscale: #171717. Windows color (decimal): -15460323 or 1906708. OLE color: 1906708.
HSL color Cylindrical-coordinate representation of color #14181D: hue angle of 213.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #14181D is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 24 | 29 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.89 |
| HSL | 213.33º | 0.18% | 0.1% | - |
| HSV(B) | 213.33º | 0.31% | 0.11% | - |
| XYZ | 0.84 | 0.89 | 1.29 | - |
| YUV | 23.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 29 | 0.31 | 0.17 | 0 | 0.89 | 213.33 | 0.18 | 0.1 |
| Hex | 14 | 18 | 1D | 1F | 11 | 0 | 59 | D5 | 12 | A |
| Octal | 24 | 30 | 35 | 37 | 21 | 0 | 131 | 325 | 22 | 12 |
| Binary | 10100 | 11000 | 11101 | 11111 | 10001 | 0 | 1011001 | 11010101 | 10010 | 1010 |
Color Harmonies of #14181D
Complementary color
Monochromatic Colors of #14181D
Black with #14181D
Text Example
Text Example
White with #14181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14181D; }
p { color: rgb(20,24,29); }
H1.HeaderClassName
{
color: #14181D;
}
.AnyTagClassName
{
color: #14181D;
}
</style>
background-color css
<style>
a { background-color: #14181D; }
a { background-color: rgb(20,24,29); }
div.DivClassName
{
background-color: #14181D;
}
.BgClassName
{
background-color: #14181D;
}
</style>
border-color css
<style>
span { border-color: #14181D; }
span { border-color: rgb(20,24,29); }
td.TdClassName
{
border-color: #14181D;
}
.TagClassName
{
border-color: #14181D;
}
</style>