#110A20

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

Shades of Haiti #110A20

Tints of Haiti #110A20

Color information

#110A20 (or 0x110A20) is unknown color: approx Haiti. HEX triplet: 11, 0A and 20. RGB value is (17,10,32). Sum of RGB (Red+Green+Blue) = 17+10+32=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 32 (12.89% from 255 or 54.24% from 59); Max value from RGB is 32 - color contains mainly: blue. Hex color #110A20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110A20 is #EEF5DF. Grayscale: #0E0E0E. Windows color (decimal): -15660512 or 2099729. OLE color: 2099729.

HSL color Cylindrical-coordinate representation of color #110A20: hue angle of 259.09º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #110A20 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB171032-
CMYK0.470.6900.87
HSL259.09º52.38%8.24%-
HSV(B)259.09º68.75%12.55%-
XYZ0.60.441.42-
YUV14.6137.82129.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.81%
GREEN value IS 10 (4.30% from 255) = 16.95%
BLUE value IS 32 (12.89% from 255) = 54.24%
R=28.81%
G=16.95%
B=54.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1710320.470.6900.87259.0952.388.24
Hex11A202F45057103348
Octal2112405710501274036410
Binary1000110101000001011111000101010101111000000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110A20; }

 p { color: rgb(17,10,32); }

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

<style>
 a { background-color: #110A20; }

 a { background-color: rgb(17,10,32); }

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

<style>
 span { border-color: #110A20; }

 span { border-color: rgb(17,10,32); }

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