#111316

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

Shades of Black Pearl #111316

Tints of Black Pearl #111316

Color information

#111316 (or 0x111316) is unknown color: approx Black Pearl. HEX triplet: 11, 13 and 16. RGB value is (17,19,22). Sum of RGB (Red+Green+Blue) = 17+19+22=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 22 - color contains mainly: blue. Hex color #111316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111316 is #EEECE9. Grayscale: #121212. Windows color (decimal): -15658218 or 1446673. OLE color: 1446673.

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

Color convert

RGB171922-
CMYK0.230.1400.91
HSL216º12.82%7.65%-
HSV(B)216º22.73%8.63%-
XYZ0.610.640.85-
YUV18.74129.84126.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.31%
GREEN value IS 19 (7.81% from 255) = 32.76%
BLUE value IS 22 (8.98% from 255) = 37.93%
R=29.31%
G=32.76%
B=37.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1719220.230.1400.9121612.827.65
Hex11131617E05Bd8d8
Octal212326271601333301510
Binary100011001110110101111110010110111101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111316; }

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

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

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

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

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

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

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

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