#111C24

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

Shades of Black Pearl #111C24

Tints of Black Pearl #111C24

Color information

#111C24 (or 0x111C24) is unknown color: approx Black Pearl. HEX triplet: 11, 1C and 24. RGB value is (17,28,36). Sum of RGB (Red+Green+Blue) = 17+28+36=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 36 (14.45% from 255 or 44.44% from 81); Max value from RGB is 36 - color contains mainly: blue. Hex color #111C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C24 is #EEE3DB. Grayscale: #191919. Windows color (decimal): -15655900 or 2366481. OLE color: 2366481.

HSL color Cylindrical-coordinate representation of color #111C24: hue angle of 205.26º 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 #111C24 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB172836-
CMYK0.530.2200.86
HSL205.26º35.85%10.39%-
HSV(B)205.26º52.78%14.12%-
XYZ0.961.081.83-
YUV25.62133.86121.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.99%
GREEN value IS 28 (11.33% from 255) = 34.57%
BLUE value IS 36 (14.45% from 255) = 44.44%
R=20.99%
G=34.57%
B=44.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1728360.530.2200.86205.2635.8510.39
Hex111C243516056cd24a
Octal213444652601263154412
Binary10001111001001001101011011001010110110011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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