#131516

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

Shades of Black Pearl #131516

Tints of Black Pearl #131516

Color information

#131516 (or 0x131516) is unknown color: approx Black Pearl. HEX triplet: 13, 15 and 16. RGB value is (19,21,22). Sum of RGB (Red+Green+Blue) = 19+21+22=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 22 (8.98% from 255 or 35.48% from 62); Max value from RGB is 22 - color contains mainly: blue. Hex color #131516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131516 is #ECEAE9. Grayscale: #141414. Windows color (decimal): -15526634 or 1447187. OLE color: 1447187.

HSL color Cylindrical-coordinate representation of color #131516: 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.14%. Process color model (Four color, CMYK) of #131516 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB192122-
CMYK0.140.0500.91
HSL200º7.32%8.04%-
HSV(B)200º13.64%8.63%-
XYZ0.680.730.86-
YUV20.52128.84126.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.65%
GREEN value IS 21 (8.59% from 255) = 33.87%
BLUE value IS 22 (8.98% from 255) = 35.48%
R=30.65%
G=33.87%
B=35.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1921220.140.0500.912007.328.04
Hex131516E505Bc878
Octal2325261650133310710
Binary100111010110110111010101011011110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131516; }

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

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

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

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

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

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

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

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