#111B24

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

Shades of Black Pearl #111B24

Tints of Black Pearl #111B24

Color information

#111B24 (or 0x111B24) is unknown color: approx Black Pearl. HEX triplet: 11, 1B and 24. RGB value is (17,27,36). Sum of RGB (Red+Green+Blue) = 17+27+36=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 36 (14.45% from 255 or 45% from 80); Max value from RGB is 36 - color contains mainly: blue. Hex color #111B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B24 is #EEE4DB. Grayscale: #181818. Windows color (decimal): -15656156 or 2366225. OLE color: 2366225.

HSL color Cylindrical-coordinate representation of color #111B24: hue angle of 208.42º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #111B24 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB172736-
CMYK0.530.2500.86
HSL208.42º35.85%10.39%-
HSV(B)208.42º52.78%14.12%-
XYZ0.941.031.82-
YUV25.04134.19122.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.25%
GREEN value IS 27 (10.94% from 255) = 33.75%
BLUE value IS 36 (14.45% from 255) = 45%
R=21.25%
G=33.75%
B=45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1727360.530.2500.86208.4235.8510.39
Hex111B243519056d024a
Octal213344653101263204412
Binary10001110111001001101011100101010110110100001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111B24; }

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

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

<style>
 a { background-color: #111B24; }

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

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

<style>
 span { border-color: #111B24; }

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

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