#111519

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

Shades of Black Pearl #111519

Tints of Black Pearl #111519

Color information

#111519 (or 0x111519) is unknown color: approx Black Pearl. HEX triplet: 11, 15 and 19. RGB value is (17,21,25). Sum of RGB (Red+Green+Blue) = 17+21+25=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 25 - color contains mainly: blue. Hex color #111519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111519 is #EEEAE6. Grayscale: #141414. Windows color (decimal): -15657703 or 1643793. OLE color: 1643793.

HSL color Cylindrical-coordinate representation of color #111519: hue angle of 210º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #111519 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB172125-
CMYK0.320.1600.90
HSL210º19.05%8.24%-
HSV(B)210º32%9.8%-
XYZ0.670.731.02-
YUV20.26130.67125.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.98%
GREEN value IS 21 (8.59% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 39.68%
R=26.98%
G=33.33%
B=39.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1721250.320.1600.9021019.058.24
Hex111519201005Ad2138
Octal212531402001323222310
Binary100011010111001100000100000101101011010010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111519; }

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

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

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

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

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

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

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

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