#11161C

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

Shades of Black Pearl #11161C

Tints of Black Pearl #11161C

Color information

#11161C (or 0x11161C) is unknown color: approx Black Pearl. HEX triplet: 11, 16 and 1C. RGB value is (17,22,28). Sum of RGB (Red+Green+Blue) = 17+22+28=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 22 (8.98% from 255 or 32.84% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 28 - color contains mainly: blue. Hex color #11161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11161C is #EEE9E3. Grayscale: #151515. Windows color (decimal): -15657444 or 1840657. OLE color: 1840657.

HSL color Cylindrical-coordinate representation of color #11161C: hue angle of 212.73º 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 #11161C is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB172228-
CMYK0.390.2100.89
HSL212.73º24.44%8.82%-
HSV(B)212.73º39.29%10.98%-
XYZ0.730.781.21-
YUV21.19131.84125.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 22 (8.98% from 255) = 32.84%
BLUE value IS 28 (11.33% from 255) = 41.79%
R=25.37%
G=32.84%
B=41.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1722280.390.2100.89212.7324.448.82
Hex11161C2715059d5189
Octal212634472501313253011
Binary100011011011100100111101010101100111010101110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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