#11181E

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

Shades of Black Pearl #11181E

Tints of Black Pearl #11181E

Color information

#11181E (or 0x11181E) is unknown color: approx Black Pearl. HEX triplet: 11, 18 and 1E. RGB value is (17,24,30). Sum of RGB (Red+Green+Blue) = 17+24+30=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 30 (12.11% from 255 or 42.25% from 71); Max value from RGB is 30 - color contains mainly: blue. Hex color #11181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11181E is #EEE7E1. Grayscale: #161616. Windows color (decimal): -15656930 or 1972241. OLE color: 1972241.

HSL color Cylindrical-coordinate representation of color #11181E: hue angle of 207.69º 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 #11181E is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB172430-
CMYK0.430.2000.88
HSL207.69º27.66%9.22%-
HSV(B)207.69º43.33%11.76%-
XYZ0.790.871.35-
YUV22.59132.18124.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.94%
GREEN value IS 24 (9.77% from 255) = 33.80%
BLUE value IS 30 (12.11% from 255) = 42.25%
R=23.94%
G=33.80%
B=42.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1724300.430.2000.88207.6927.669.22
Hex11181E2B14058d01c9
Octal213036532401303203411
Binary100011100011110101011101000101100011010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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