#140E29

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

Shades of Haiti #140E29

Tints of Haiti #140E29

Color information

#140E29 (or 0x140E29) is unknown color: approx Haiti. HEX triplet: 14, 0E and 29. RGB value is (20,14,41). Sum of RGB (Red+Green+Blue) = 20+14+41=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #140E29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E29 is #EBF1D6. Grayscale: #121212. Windows color (decimal): -15462871 or 2690580. OLE color: 2690580.

HSL color Cylindrical-coordinate representation of color #140E29: hue angle of 253.33º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #140E29 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB201441-
CMYK0.510.6600.84
HSL253.33º49.09%10.78%-
HSV(B)253.33º65.85%16.08%-
XYZ0.850.622.17-
YUV18.87140.49128.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.67%
GREEN value IS 14 (5.86% from 255) = 18.67%
BLUE value IS 41 (16.41% from 255) = 54.67%
R=26.67%
G=18.67%
B=54.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2014410.510.6600.84253.3349.0910.78
Hex14E293342054fd31b
Octal2416516310201243756113
Binary101001110101001110011100001001010100111111011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140E29; }

 p { color: rgb(20,14,41); }

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

<style>
 a { background-color: #140E29; }

 a { background-color: rgb(20,14,41); }

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

<style>
 span { border-color: #140E29; }

 span { border-color: rgb(20,14,41); }

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