#140F20

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

Shades of Haiti #140F20

Tints of Haiti #140F20

Color information

#140F20 (or 0x140F20) is unknown color: approx Haiti. HEX triplet: 14, 0F and 20. RGB value is (20,15,32). Sum of RGB (Red+Green+Blue) = 20+15+32=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 32 (12.89% from 255 or 47.76% from 67); Max value from RGB is 32 - color contains mainly: blue. Hex color #140F20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F20 is #EBF0DF. Grayscale: #121212. Windows color (decimal): -15462624 or 2101012. OLE color: 2101012.

HSL color Cylindrical-coordinate representation of color #140F20: hue angle of 257.65º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #140F20 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB201532-
CMYK0.370.5300.87
HSL257.65º36.17%9.22%-
HSV(B)257.65º53.12%12.55%-
XYZ0.720.591.44-
YUV18.43135.66129.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 15 (6.25% from 255) = 22.39%
BLUE value IS 32 (12.89% from 255) = 47.76%
R=29.85%
G=22.39%
B=47.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2015320.370.5300.87257.6536.179.22
Hex14F202535057102249
Octal241740456501274024411
Binary101001111100000100101110101010101111000000101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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