#111418

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

Shades of Black Pearl #111418

Tints of Black Pearl #111418

Color information

#111418 (or 0x111418) is unknown color: approx Black Pearl. HEX triplet: 11, 14 and 18. RGB value is (17,20,24). Sum of RGB (Red+Green+Blue) = 17+20+24=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 24 - color contains mainly: blue. Hex color #111418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111418 is #EEEBE7. Grayscale: #131313. Windows color (decimal): -15657960 or 1578001. OLE color: 1578001.

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

Color convert

RGB172024-
CMYK0.290.1700.91
HSL214.29º17.07%8.04%-
HSV(B)214.29º29.17%9.41%-
XYZ0.650.690.96-
YUV19.56130.51126.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.87%
GREEN value IS 20 (8.20% from 255) = 32.79%
BLUE value IS 24 (9.77% from 255) = 39.34%
R=27.87%
G=32.79%
B=39.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1720240.290.1700.91214.2917.078.04
Hex1114181D1105Bd6118
Octal212430352101333262110
Binary10001101001100011101100010101101111010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111418; }

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

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

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

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

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

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

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

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