#120D20

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

Shades of Haiti #120D20

Tints of Haiti #120D20

Color information

#120D20 (or 0x120D20) is unknown color: approx Haiti. HEX triplet: 12, 0D and 20. RGB value is (18,13,32). Sum of RGB (Red+Green+Blue) = 18+13+32=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 32 (12.89% from 255 or 50.79% from 63); Max value from RGB is 32 - color contains mainly: blue. Hex color #120D20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D20 is #EDF2DF. Grayscale: #101010. Windows color (decimal): -15594208 or 2100498. OLE color: 2100498.

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

Color convert

RGB181332-
CMYK0.440.5900.87
HSL255.79º42.22%8.82%-
HSV(B)255.79º59.38%12.55%-
XYZ0.650.521.43-
YUV16.66136.66128.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.57%
GREEN value IS 13 (5.47% from 255) = 20.63%
BLUE value IS 32 (12.89% from 255) = 50.79%
R=28.57%
G=20.63%
B=50.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1813320.440.5900.87255.7942.228.82
Hex12D202C3B0571002a9
Octal221540547301274005211
Binary100101101100000101100111011010101111000000001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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