#120E1C

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

Shades of Haiti #120E1C

Tints of Haiti #120E1C

Color information

#120E1C (or 0x120E1C) is unknown color: approx Haiti. HEX triplet: 12, 0E and 1C. RGB value is (18,14,28). Sum of RGB (Red+Green+Blue) = 18+14+28=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #120E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E1C is #EDF1E3. Grayscale: #101010. Windows color (decimal): -15593956 or 1838610. OLE color: 1838610.

HSL color Cylindrical-coordinate representation of color #120E1C: hue angle of 257.14º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #120E1C is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB181428-
CMYK0.360.5000.89
HSL257.14º33.33%8.24%-
HSV(B)257.14º50%10.98%-
XYZ0.620.531.17-
YUV16.79134.33128.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 14 (5.86% from 255) = 23.33%
BLUE value IS 28 (11.33% from 255) = 46.67%
R=30%
G=23.33%
B=46.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1814280.360.5000.89257.1433.338.24
Hex12E1C2432059101218
Octal221634446201314014110
Binary10010111011100100100110010010110011000000011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120E1C; }

 p { color: rgb(18,14,28); }

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

<style>
 a { background-color: #120E1C; }

 a { background-color: rgb(18,14,28); }

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

<style>
 span { border-color: #120E1C; }

 span { border-color: rgb(18,14,28); }

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