#140E34

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

Shades of Haiti #140E34

Tints of Haiti #140E34

Color information

#140E34 (or 0x140E34) is unknown color: approx Haiti. HEX triplet: 14, 0E and 34. RGB value is (20,14,52). Sum of RGB (Red+Green+Blue) = 20+14+52=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 52 (20.70% from 255 or 60.47% from 86); Max value from RGB is 52 - color contains mainly: blue. Hex color #140E34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E34 is #EBF1CB. Grayscale: #131313. Windows color (decimal): -15462860 or 3411476. OLE color: 3411476.

HSL color Cylindrical-coordinate representation of color #140E34: hue angle of 249.47º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #140E34 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB201452-
CMYK0.620.7300.80
HSL249.47º57.58%12.94%-
HSV(B)249.47º73.08%20.39%-
XYZ1.070.713.33-
YUV20.13145.99127.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.26%
GREEN value IS 14 (5.86% from 255) = 16.28%
BLUE value IS 52 (20.70% from 255) = 60.47%
R=23.26%
G=16.28%
B=60.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2014520.620.7300.80249.4757.5812.94
Hex14E343E49050f93ad
Octal2416647611101203717215
Binary101001110110100111110100100101010000111110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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