#110E18

Color #110E18 Haiti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Haiti #110E18

Tints of Haiti #110E18

Color information

#110E18 (or 0x110E18) is unknown color: approx Haiti. HEX triplet: 11, 0E and 18. RGB value is (17,14,24). Sum of RGB (Red+Green+Blue) = 17+14+24=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #110E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E18 is #EEF1E7. Grayscale: #101010. Windows color (decimal): -15659496 or 1576465. OLE color: 1576465.

HSL color Cylindrical-coordinate representation of color #110E18: hue angle of 258º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #110E18 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB171424-
CMYK0.290.4200.91
HSL258º26.32%7.45%-
HSV(B)258º41.67%9.41%-
XYZ0.550.50.93-
YUV16.04132.49128.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.91%
GREEN value IS 14 (5.86% from 255) = 25.45%
BLUE value IS 24 (9.77% from 255) = 43.64%
R=30.91%
G=25.45%
B=43.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1714240.290.4200.9125826.327.45
Hex11E181D2A05B1021a7
Octal21163035520133402327
Binary10001111011000111011010100101101110000001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110E18; }

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

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

<style>
 a { background-color: #110E18; }

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

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

<style>
 span { border-color: #110E18; }

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

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