#101516

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

Shades of Black Pearl #101516

Tints of Black Pearl #101516

Color information

#101516 (or 0x101516) is unknown color: approx Black Pearl. HEX triplet: 10, 15 and 16. RGB value is (16,21,22). Sum of RGB (Red+Green+Blue) = 16+21+22=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 22 - color contains mainly: blue. Hex color #101516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101516 is #EFEAE9. Grayscale: #131313. Windows color (decimal): -15723242 or 1447184. OLE color: 1447184.

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

Color convert

RGB162122-
CMYK0.270.0500.91
HSL190º15.79%7.45%-
HSV(B)190º27.27%8.63%-
XYZ0.630.70.86-
YUV19.62129.34125.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.12%
GREEN value IS 21 (8.59% from 255) = 35.59%
BLUE value IS 22 (8.98% from 255) = 37.29%
R=27.12%
G=35.59%
B=37.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1621220.270.0500.9119015.797.45
Hex1015161B505Bbe107
Octal2025263350133276207
Binary10000101011011011011101010110111011111010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101516; }

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

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

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

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

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

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

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

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