#120B24

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

Shades of Haiti #120B24

Tints of Haiti #120B24

Color information

#120B24 (or 0x120B24) is unknown color: approx Haiti. HEX triplet: 12, 0B and 24. RGB value is (18,11,36). Sum of RGB (Red+Green+Blue) = 18+11+36=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 36 (14.45% from 255 or 55.38% from 65); Max value from RGB is 36 - color contains mainly: blue. Hex color #120B24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B24 is #EDF4DB. Grayscale: #0F0F0F. Windows color (decimal): -15594716 or 2362130. OLE color: 2362130.

HSL color Cylindrical-coordinate representation of color #120B24: hue angle of 256.8º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #120B24 is Cyan = 0.5, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB181136-
CMYK0.50.6900.86
HSL256.8º53.19%9.22%-
HSV(B)256.8º69.44%14.12%-
XYZ0.690.51.73-
YUV15.94139.32129.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.69%
GREEN value IS 11 (4.69% from 255) = 16.92%
BLUE value IS 36 (14.45% from 255) = 55.38%
R=27.69%
G=16.92%
B=55.38%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1811360.50.6900.86256.853.199.22
Hex12B243245056101359
Octal2213446210501264016511
Binary1001010111001001100101000101010101101000000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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