#120B2E

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

Shades of Haiti #120B2E

Tints of Haiti #120B2E

Color information

#120B2E (or 0x120B2E) is unknown color: approx Haiti. HEX triplet: 12, 0B and 2E. RGB value is (18,11,46). Sum of RGB (Red+Green+Blue) = 18+11+46=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 46 (18.36% from 255 or 61.33% from 75); Max value from RGB is 46 - color contains mainly: blue. Hex color #120B2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B2E is #EDF4D1. Grayscale: #101010. Windows color (decimal): -15594706 or 3017490. OLE color: 3017490.

HSL color Cylindrical-coordinate representation of color #120B2E: hue angle of 252º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #120B2E is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB181146-
CMYK0.610.7600.82
HSL252º61.4%11.18%-
HSV(B)252º76.09%18.04%-
XYZ0.860.572.65-
YUV17.08144.32128.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24%
GREEN value IS 11 (4.69% from 255) = 14.67%
BLUE value IS 46 (18.36% from 255) = 61.33%
R=24%
G=14.67%
B=61.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1811460.610.7600.8225261.411.18
Hex12B2E3D4C052fc3db
Octal2213567511401223747513
Binary100101011101110111101100110001010010111111001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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