#140F24

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

Shades of Haiti #140F24

Tints of Haiti #140F24

Color information

#140F24 (or 0x140F24) is unknown color: approx Haiti. HEX triplet: 14, 0F and 24. RGB value is (20,15,36). Sum of RGB (Red+Green+Blue) = 20+15+36=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 36 (14.45% from 255 or 50.70% from 71); Max value from RGB is 36 - color contains mainly: blue. Hex color #140F24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F24 is #EBF0DB. Grayscale: #121212. Windows color (decimal): -15462620 or 2363156. OLE color: 2363156.

HSL color Cylindrical-coordinate representation of color #140F24: hue angle of 254.29º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #140F24 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB201536-
CMYK0.440.5800.86
HSL254.29º41.18%10%-
HSV(B)254.29º58.33%14.12%-
XYZ0.780.621.75-
YUV18.89137.66128.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.17%
GREEN value IS 15 (6.25% from 255) = 21.13%
BLUE value IS 36 (14.45% from 255) = 50.70%
R=28.17%
G=21.13%
B=50.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2015360.440.5800.86254.2941.1810
Hex14F242C3A056fe29a
Octal241744547201263765112
Binary10100111110010010110011101001010110111111101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,15,36); }

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

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

 a { background-color: rgb(20,15,36); }

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

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

 span { border-color: rgb(20,15,36); }

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