#11171B

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

Shades of Black Pearl #11171B

Tints of Black Pearl #11171B

Color information

#11171B (or 0x11171B) is unknown color: approx Black Pearl. HEX triplet: 11, 17 and 1B. RGB value is (17,23,27). Sum of RGB (Red+Green+Blue) = 17+23+27=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 27 - color contains mainly: blue. Hex color #11171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11171B is #EEE8E4. Grayscale: #151515. Windows color (decimal): -15657189 or 1775377. OLE color: 1775377.

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

Color convert

RGB172327-
CMYK0.370.1500.89
HSL204º22.73%8.63%-
HSV(B)204º37.04%10.59%-
XYZ0.740.811.15-
YUV21.66131.01124.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 23 (9.38% from 255) = 34.33%
BLUE value IS 27 (10.94% from 255) = 40.30%
R=25.37%
G=34.33%
B=40.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1723270.370.1500.8920422.738.63
Hex11171B25F059cc179
Octal212733451701313142711
Binary10001101111101110010111110101100111001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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