#140D29

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

Shades of Haiti #140D29

Tints of Haiti #140D29

Color information

#140D29 (or 0x140D29) is unknown color: approx Haiti. HEX triplet: 14, 0D and 29. RGB value is (20,13,41). Sum of RGB (Red+Green+Blue) = 20+13+41=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 41 (16.41% from 255 or 55.41% from 74); Max value from RGB is 41 - color contains mainly: blue. Hex color #140D29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140D29 is #EBF2D6. Grayscale: #121212. Windows color (decimal): -15463127 or 2690324. OLE color: 2690324.

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

Color convert

RGB201341-
CMYK0.510.6800.84
HSL255º51.85%10.59%-
HSV(B)255º68.29%16.08%-
XYZ0.830.62.17-
YUV18.28140.82129.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 13 (5.47% from 255) = 17.57%
BLUE value IS 41 (16.41% from 255) = 55.41%
R=27.03%
G=17.57%
B=55.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2013410.510.6800.8425551.8510.59
Hex14D293344054ff34b
Octal2415516310401243776413
Binary101001101101001110011100010001010100111111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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