#111618

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

Shades of Black Pearl #111618

Tints of Black Pearl #111618

Color information

#111618 (or 0x111618) is unknown color: approx Black Pearl. HEX triplet: 11, 16 and 18. RGB value is (17,22,24). Sum of RGB (Red+Green+Blue) = 17+22+24=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 22 (8.98% from 255 or 34.92% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 24 - color contains mainly: blue. Hex color #111618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111618 is #EEE9E7. Grayscale: #141414. Windows color (decimal): -15657448 or 1578513. OLE color: 1578513.

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

Color convert

RGB172224-
CMYK0.290.0800.91
HSL197.14º17.07%8.04%-
HSV(B)197.14º29.17%9.41%-
XYZ0.680.760.97-
YUV20.73129.84125.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.98%
GREEN value IS 22 (8.98% from 255) = 34.92%
BLUE value IS 24 (9.77% from 255) = 38.10%
R=26.98%
G=34.92%
B=38.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1722240.290.0800.91197.1417.078.04
Hex1116181D805Bc5118
Octal212630351001333052110
Binary1000110110110001110110000101101111000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111618; }

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

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

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

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

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

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

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

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