#111517

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

Shades of Black Pearl #111517

Tints of Black Pearl #111517

Color information

#111517 (or 0x111517) is unknown color: approx Black Pearl. HEX triplet: 11, 15 and 17. RGB value is (17,21,23). Sum of RGB (Red+Green+Blue) = 17+21+23=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 23 - color contains mainly: blue. Hex color #111517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111517 is #EEEAE8. Grayscale: #141414. Windows color (decimal): -15657705 or 1512721. OLE color: 1512721.

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

Color convert

RGB172123-
CMYK0.260.0900.91
HSL200º15%7.84%-
HSV(B)200º26.09%9.02%-
XYZ0.650.720.91-
YUV20.03129.67125.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.87%
GREEN value IS 21 (8.59% from 255) = 34.43%
BLUE value IS 23 (9.38% from 255) = 37.70%
R=27.87%
G=34.43%
B=37.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1721230.260.0900.91200157.84
Hex1115171A905Bc8f8
Octal212527321101333101710
Binary100011010110111110101001010110111100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111517; }

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

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

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

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

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

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

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

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