#120C22

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

Shades of Haiti #120C22

Tints of Haiti #120C22

Color information

#120C22 (or 0x120C22) is unknown color: approx Haiti. HEX triplet: 12, 0C and 22. RGB value is (18,12,34). Sum of RGB (Red+Green+Blue) = 18+12+34=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 34 (13.67% from 255 or 53.12% from 64); Max value from RGB is 34 - color contains mainly: blue. Hex color #120C22 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C22 is #EDF3DD. Grayscale: #101010. Windows color (decimal): -15594462 or 2231314. OLE color: 2231314.

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

Color convert

RGB181234-
CMYK0.470.6500.87
HSL256.36º47.83%9.02%-
HSV(B)256.36º64.71%13.33%-
XYZ0.670.511.58-
YUV16.3137.99129.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 12 (5.08% from 255) = 18.75%
BLUE value IS 34 (13.67% from 255) = 53.12%
R=28.12%
G=18.75%
B=53.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1812340.470.6500.87256.3647.839.02
Hex12C222F41057100309
Octal2214425710101274006011
Binary1001011001000101011111000001010101111000000001100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,12,34); }

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

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

 a { background-color: rgb(18,12,34); }

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

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

 span { border-color: rgb(18,12,34); }

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