#11161D

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

Shades of Black Pearl #11161D

Tints of Black Pearl #11161D

Color information

#11161D (or 0x11161D) is unknown color: approx Black Pearl. HEX triplet: 11, 16 and 1D. RGB value is (17,22,29). Sum of RGB (Red+Green+Blue) = 17+22+29=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 22 (8.98% from 255 or 32.35% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 29 - color contains mainly: blue. Hex color #11161D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11161D is #EEE9E2. Grayscale: #151515. Windows color (decimal): -15657443 or 1906193. OLE color: 1906193.

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

Color convert

RGB172229-
CMYK0.410.2400.89
HSL215º26.09%9.02%-
HSV(B)215º41.38%11.37%-
XYZ0.740.781.27-
YUV21.3132.34124.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25%
GREEN value IS 22 (8.98% from 255) = 32.35%
BLUE value IS 29 (11.72% from 255) = 42.65%
R=25%
G=32.35%
B=42.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1722290.410.2400.8921526.099.02
Hex11161D2918059d71a9
Octal212635513001313273211
Binary100011011011101101001110000101100111010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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