Shades of Black Pearl #141617
Tints of Black Pearl #141617
RGB
CMYK
RGB Variations
Color information
#141617 (or 0x141617) is known color: Black Pearl. HEX triplet: 14, 16 and 17. RGB value is (20,22,23). Sum of RGB (Red+Green+Blue) = 20+22+23=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 22 (8.98% from 255 or 33.85% from 65); Blue value is 23 (9.38% from 255 or 35.38% from 65); Max value from RGB is 23 - color contains mainly: blue. Hex color #141617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141617 is #EBE9E8. Grayscale: #151515. Windows color (decimal): -15460841 or 1512980. OLE color: 1512980.
HSL color Cylindrical-coordinate representation of color #141617: hue angle of 200º degrees, saturation: 0.07, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #141617 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 22 | 23 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.91 |
| HSL | 200º | 0.07% | 0.08% | - |
| HSV(B) | 200º | 0.13% | 0.09% | - |
| XYZ | 0.73 | 0.78 | 0.92 | - |
| YUV | 21.52 | 128.84 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 23 | 0.13 | 0.04 | 0 | 0.91 | 200 | 0.07 | 0.08 |
| Hex | 14 | 16 | 17 | D | 4 | 0 | 5B | C8 | 7 | 8 |
| Octal | 24 | 26 | 27 | 15 | 4 | 0 | 133 | 310 | 7 | 10 |
| Binary | 10100 | 10110 | 10111 | 1101 | 100 | 0 | 1011011 | 11001000 | 111 | 1000 |
Color Harmonies of #141617
Complementary color
Monochromatic Colors of #141617
Black with #141617
Text Example
Text Example
White with #141617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141617; }
p { color: rgb(20,22,23); }
H1.HeaderClassName
{
color: #141617;
}
.AnyTagClassName
{
color: #141617;
}
</style>
background-color css
<style>
a { background-color: #141617; }
a { background-color: rgb(20,22,23); }
div.DivClassName
{
background-color: #141617;
}
.BgClassName
{
background-color: #141617;
}
</style>
border-color css
<style>
span { border-color: #141617; }
span { border-color: rgb(20,22,23); }
td.TdClassName
{
border-color: #141617;
}
.TagClassName
{
border-color: #141617;
}
</style>