#120D1C

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

Shades of Haiti #120D1C

Tints of Haiti #120D1C

Color information

#120D1C (or 0x120D1C) is unknown color: approx Haiti. HEX triplet: 12, 0D and 1C. RGB value is (18,13,28). Sum of RGB (Red+Green+Blue) = 18+13+28=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 13 (5.47% from 255 or 22.03% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #120D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D1C is #EDF2E3. Grayscale: #101010. Windows color (decimal): -15594212 or 1838354. OLE color: 1838354.

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

Color convert

RGB181328-
CMYK0.360.5400.89
HSL260º36.59%8.04%-
HSV(B)260º53.57%10.98%-
XYZ0.60.51.16-
YUV16.2134.66129.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30.51%
GREEN value IS 13 (5.47% from 255) = 22.03%
BLUE value IS 28 (11.33% from 255) = 47.46%
R=30.51%
G=22.03%
B=47.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1813280.360.5400.8926036.598.04
Hex12D1C2436059104258
Octal221534446601314044510
Binary10010110111100100100110110010110011000001001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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