#11181B

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

Shades of Black Pearl #11181B

Tints of Black Pearl #11181B

Color information

#11181B (or 0x11181B) is unknown color: approx Black Pearl. HEX triplet: 11, 18 and 1B. RGB value is (17,24,27). Sum of RGB (Red+Green+Blue) = 17+24+27=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 27 - color contains mainly: blue. Hex color #11181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11181B is #EEE7E4. Grayscale: #161616. Windows color (decimal): -15656933 or 1775633. OLE color: 1775633.

HSL color Cylindrical-coordinate representation of color #11181B: hue angle of 198º 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 #11181B is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB172427-
CMYK0.370.1100.89
HSL198º22.73%8.63%-
HSV(B)198º37.04%10.59%-
XYZ0.760.851.16-
YUV22.25130.68124.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25%
GREEN value IS 24 (9.77% from 255) = 35.29%
BLUE value IS 27 (10.94% from 255) = 39.71%
R=25%
G=35.29%
B=39.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1724270.370.1100.8919822.738.63
Hex11181B25B059c6179
Octal213033451301313062711
Binary10001110001101110010110110101100111000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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