#120B20

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

Shades of Haiti #120B20

Tints of Haiti #120B20

Color information

#120B20 (or 0x120B20) is unknown color: approx Haiti. HEX triplet: 12, 0B and 20. RGB value is (18,11,32). Sum of RGB (Red+Green+Blue) = 18+11+32=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 32 (12.89% from 255 or 52.46% from 61); Max value from RGB is 32 - color contains mainly: blue. Hex color #120B20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B20 is #EDF4DF. Grayscale: #0F0F0F. Windows color (decimal): -15594720 or 2099986. OLE color: 2099986.

HSL color Cylindrical-coordinate representation of color #120B20: hue angle of 260º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #120B20 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB181132-
CMYK0.440.6600.87
HSL260º48.84%8.43%-
HSV(B)260º65.62%12.55%-
XYZ0.630.471.42-
YUV15.49137.32129.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 11 (4.69% from 255) = 18.03%
BLUE value IS 32 (12.89% from 255) = 52.46%
R=29.51%
G=18.03%
B=52.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1811320.440.6600.8726048.848.43
Hex12B202C42057104318
Octal2213405410201274046110
Binary1001010111000001011001000010010101111000001001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,11,32); }

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

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

 a { background-color: rgb(18,11,32); }

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

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

 span { border-color: rgb(18,11,32); }

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