#111415

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

Shades of Black Pearl #111415

Tints of Black Pearl #111415

Color information

#111415 (or 0x111415) is unknown color: approx Black Pearl. HEX triplet: 11, 14 and 15. RGB value is (17,20,21). Sum of RGB (Red+Green+Blue) = 17+20+21=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 21 - color contains mainly: blue. Hex color #111415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111415 is #EEEBEA. Grayscale: #131313. Windows color (decimal): -15657963 or 1381393. OLE color: 1381393.

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

Color convert

RGB172021-
CMYK0.190.0500.92
HSL195º10.53%7.45%-
HSV(B)195º19.05%8.24%-
XYZ0.620.670.81-
YUV19.22129.01126.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.31%
GREEN value IS 20 (8.20% from 255) = 34.48%
BLUE value IS 21 (8.59% from 255) = 36.21%
R=29.31%
G=34.48%
B=36.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1720210.190.0500.9219510.537.45
Hex11141513505Cc3b7
Octal2124252350134303137
Binary1000110100101011001110101011100110000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111415; }

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

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

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

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

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

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

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

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