#140E1F

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

Shades of Haiti #140E1F

Tints of Haiti #140E1F

Color information

#140E1F (or 0x140E1F) is unknown color: approx Haiti. HEX triplet: 14, 0E and 1F. RGB value is (20,14,31). Sum of RGB (Red+Green+Blue) = 20+14+31=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #140E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E1F is #EBF1E0. Grayscale: #111111. Windows color (decimal): -15462881 or 2035220. OLE color: 2035220.

HSL color Cylindrical-coordinate representation of color #140E1F: hue angle of 261.18º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #140E1F is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB201431-
CMYK0.350.5500.88
HSL261.18º37.78%8.82%-
HSV(B)261.18º54.84%12.16%-
XYZ0.690.561.37-
YUV17.73135.49129.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 14 (5.86% from 255) = 21.54%
BLUE value IS 31 (12.5% from 255) = 47.69%
R=30.77%
G=21.54%
B=47.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2014310.350.5500.88261.1837.788.82
Hex14E1F2337058105269
Octal241637436701304054611
Binary10100111011111100011110111010110001000001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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