#111718

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

Shades of Black Pearl #111718

Tints of Black Pearl #111718

Color information

#111718 (or 0x111718) is unknown color: approx Black Pearl. HEX triplet: 11, 17 and 18. RGB value is (17,23,24). Sum of RGB (Red+Green+Blue) = 17+23+24=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 24 - color contains mainly: blue. Hex color #111718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111718 is #EEE8E7. Grayscale: #151515. Windows color (decimal): -15657192 or 1578769. OLE color: 1578769.

HSL color Cylindrical-coordinate representation of color #111718: hue angle of 188.57º 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 #111718 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB172324-
CMYK0.290.0400.91
HSL188.57º17.07%8.04%-
HSV(B)188.57º29.17%9.41%-
XYZ0.70.80.98-
YUV21.32129.51124.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.56%
GREEN value IS 23 (9.38% from 255) = 35.94%
BLUE value IS 24 (9.77% from 255) = 37.5%
R=26.56%
G=35.94%
B=37.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1723240.290.0400.91188.5717.078.04
Hex1117181D405Bbd118
Octal21273035401332752110
Binary100011011111000111011000101101110111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111718; }

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

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

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

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

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

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

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

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