#11171C

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

Shades of Black Pearl #11171C

Tints of Black Pearl #11171C

Color information

#11171C (or 0x11171C) is unknown color: approx Black Pearl. HEX triplet: 11, 17 and 1C. RGB value is (17,23,28). Sum of RGB (Red+Green+Blue) = 17+23+28=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 28 - color contains mainly: blue. Hex color #11171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11171C is #EEE8E3. Grayscale: #151515. Windows color (decimal): -15657188 or 1840913. OLE color: 1840913.

HSL color Cylindrical-coordinate representation of color #11171C: hue angle of 207.27º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #11171C is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB172328-
CMYK0.390.1800.89
HSL207.27º24.44%8.82%-
HSV(B)207.27º39.29%10.98%-
XYZ0.750.821.22-
YUV21.78131.51124.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25%
GREEN value IS 23 (9.38% from 255) = 33.82%
BLUE value IS 28 (11.33% from 255) = 41.18%
R=25%
G=33.82%
B=41.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1723280.390.1800.89207.2724.448.82
Hex11171C2712059cf189
Octal212734472201313173011
Binary100011011111100100111100100101100111001111110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11171C; }

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

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

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

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

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

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

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

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