#120A31

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

Shades of Haiti #120A31

Tints of Haiti #120A31

Color information

#120A31 (or 0x120A31) is unknown color: approx Haiti. HEX triplet: 12, 0A and 31. RGB value is (18,10,49). Sum of RGB (Red+Green+Blue) = 18+10+49=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #120A31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A31 is #EDF5CE. Grayscale: #101010. Windows color (decimal): -15594959 or 3213842. OLE color: 3213842.

HSL color Cylindrical-coordinate representation of color #120A31: hue angle of 252.31º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #120A31 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB181049-
CMYK0.630.8000.81
HSL252.31º66.1%11.57%-
HSV(B)252.31º79.59%19.22%-
XYZ0.910.572.97-
YUV16.84146.15128.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.38%
GREEN value IS 10 (4.30% from 255) = 12.99%
BLUE value IS 49 (19.53% from 255) = 63.64%
R=23.38%
G=12.99%
B=63.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1810490.630.8000.81252.3166.111.57
Hex12A313F50051fc42c
Octal22126177120012137410214
Binary1001010101100011111111010000010100011111110010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,10,49); }

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

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

 a { background-color: rgb(18,10,49); }

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

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

 span { border-color: rgb(18,10,49); }

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