Shades of Black Pearl #14171B
Tints of Black Pearl #14171B
RGB
CMYK
RGB Variations
Color information
#14171B (or 0x14171B) is known color: Black Pearl. HEX triplet: 14, 17 and 1B. RGB value is (20,23,27). Sum of RGB (Red+Green+Blue) = 20+23+27=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 23 (9.38% from 255 or 32.86% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 27 - color contains mainly: blue. Hex color #14171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14171B is #EBE8E4. Grayscale: #161616. Windows color (decimal): -15460581 or 1775380. OLE color: 1775380.
HSL color Cylindrical-coordinate representation of color #14171B: hue angle of 214.29º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #14171B is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 23 | 27 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.89 |
| HSL | 214.29º | 0.15% | 0.09% | - |
| HSV(B) | 214.29º | 0.26% | 0.11% | - |
| XYZ | 0.79 | 0.84 | 1.16 | - |
| YUV | 22.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 27 | 0.26 | 0.15 | 0 | 0.89 | 214.29 | 0.15 | 0.09 |
| Hex | 14 | 17 | 1B | 1A | F | 0 | 59 | D6 | F | 9 |
| Octal | 24 | 27 | 33 | 32 | 17 | 0 | 131 | 326 | 17 | 11 |
| Binary | 10100 | 10111 | 11011 | 11010 | 1111 | 0 | 1011001 | 11010110 | 1111 | 1001 |
Color Harmonies of #14171B
Complementary color
Monochromatic Colors of #14171B
Black with #14171B
Text Example
Text Example
White with #14171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14171B; }
p { color: rgb(20,23,27); }
H1.HeaderClassName
{
color: #14171B;
}
.AnyTagClassName
{
color: #14171B;
}
</style>
background-color css
<style>
a { background-color: #14171B; }
a { background-color: rgb(20,23,27); }
div.DivClassName
{
background-color: #14171B;
}
.BgClassName
{
background-color: #14171B;
}
</style>
border-color css
<style>
span { border-color: #14171B; }
span { border-color: rgb(20,23,27); }
td.TdClassName
{
border-color: #14171B;
}
.TagClassName
{
border-color: #14171B;
}
</style>