#101316

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

Shades of Black Pearl #101316

Tints of Black Pearl #101316

Color information

#101316 (or 0x101316) is unknown color: approx Black Pearl. HEX triplet: 10, 13 and 16. RGB value is (16,19,22). Sum of RGB (Red+Green+Blue) = 16+19+22=57 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.07% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 22 - color contains mainly: blue. Hex color #101316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101316 is #EFECE9. Grayscale: #121212. Windows color (decimal): -15723754 or 1446672. OLE color: 1446672.

HSL color Cylindrical-coordinate representation of color #101316: hue angle of 210º 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 #101316 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB161922-
CMYK0.270.1400.91
HSL210º15.79%7.45%-
HSV(B)210º27.27%8.63%-
XYZ0.590.630.85-
YUV18.44130.01126.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 28.07%
GREEN value IS 19 (7.81% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 38.60%
R=28.07%
G=33.33%
B=38.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1619220.270.1400.9121015.797.45
Hex1013161BE05Bd2107
Octal20232633160133322207
Binary100001001110110110111110010110111101001010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101316; }

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

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

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

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

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

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

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

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