#141516

Color #141516 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #141516

Tints of Black Pearl #141516

Color information

#141516 (or 0x141516) is unknown color: approx Black Pearl. HEX triplet: 14, 15 and 16. RGB value is (20,21,22). Sum of RGB (Red+Green+Blue) = 20+21+22=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 22 - color contains mainly: blue. Hex color #141516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141516 is #EBEAE9. Grayscale: #141414. Windows color (decimal): -15461098 or 1447188. OLE color: 1447188.

HSL color Cylindrical-coordinate representation of color #141516: hue angle of 210º degrees, saturation: 0.05, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #141516 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB202122-
CMYK0.090.0500.91
HSL210º4.76%8.24%-
HSV(B)210º9.09%8.63%-
XYZ0.70.740.87-
YUV20.82128.67127.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 31.75%
GREEN value IS 21 (8.59% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 34.92%
R=31.75%
G=33.33%
B=34.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2021220.090.0500.912104.768.24
Hex1415169505Bd258
Octal2425261150133322510
Binary101001010110110100110101011011110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141516; }

 p { color: rgb(20,21,22); }

 H1.HeaderClassName
 {
   color: #141516;
 }
 .AnyTagClassName
 {
   color: #141516;
 }
</style>
background-color css

<style>
 a { background-color: #141516; }

 a { background-color: rgb(20,21,22); }

 div.DivClassName
 {
   background-color: #141516;
 }
 .BgClassName
 {
   background-color: #141516;
 }
</style>
border-color css

<style>
 span { border-color: #141516; }

 span { border-color: rgb(20,21,22); }

 td.TdClassName
 {
   border-color: #141516;
 }
 .TagClassName
 {
   border-color: #141516;
 }
</style>