#11161E

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

Shades of Black Pearl #11161E

Tints of Black Pearl #11161E

Color information

#11161E (or 0x11161E) is unknown color: approx Black Pearl. HEX triplet: 11, 16 and 1E. RGB value is (17,22,30). Sum of RGB (Red+Green+Blue) = 17+22+30=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 22 (8.98% from 255 or 31.88% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 30 - color contains mainly: blue. Hex color #11161E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11161E is #EEE9E1. Grayscale: #151515. Windows color (decimal): -15657442 or 1971729. OLE color: 1971729.

HSL color Cylindrical-coordinate representation of color #11161E: hue angle of 216.92º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #11161E is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB172230-
CMYK0.430.2700.88
HSL216.92º27.66%9.22%-
HSV(B)216.92º43.33%11.76%-
XYZ0.750.791.34-
YUV21.42132.84124.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.64%
GREEN value IS 22 (8.98% from 255) = 31.88%
BLUE value IS 30 (12.11% from 255) = 43.48%
R=24.64%
G=31.88%
B=43.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1722300.430.2700.88216.9227.669.22
Hex11161E2B1B058d91c9
Octal212636533301303313411
Binary100011011011110101011110110101100011011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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