#140E2A

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

Shades of Haiti #140E2A

Tints of Haiti #140E2A

Color information

#140E2A (or 0x140E2A) is unknown color: approx Haiti. HEX triplet: 14, 0E and 2A. RGB value is (20,14,42). Sum of RGB (Red+Green+Blue) = 20+14+42=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 42 (16.80% from 255 or 55.26% from 76); Max value from RGB is 42 - color contains mainly: blue. Hex color #140E2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E2A is #EBF1D5. Grayscale: #121212. Windows color (decimal): -15462870 or 2756116. OLE color: 2756116.

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

Color convert

RGB201442-
CMYK0.520.6700.84
HSL252.86º50%10.98%-
HSV(B)252.86º66.67%16.47%-
XYZ0.860.632.27-
YUV18.99140.99128.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 14 (5.86% from 255) = 18.42%
BLUE value IS 42 (16.80% from 255) = 55.26%
R=26.32%
G=18.42%
B=55.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2014420.520.6700.84252.865010.98
Hex14E2A3443054fd32b
Octal2416526410301243756213
Binary101001110101010110100100001101010100111111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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