#110A29

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

Shades of Haiti #110A29

Tints of Haiti #110A29

Color information

#110A29 (or 0x110A29) is unknown color: approx Haiti. HEX triplet: 11, 0A and 29. RGB value is (17,10,41). Sum of RGB (Red+Green+Blue) = 17+10+41=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 41 (16.41% from 255 or 60.29% from 68); Max value from RGB is 41 - color contains mainly: blue. Hex color #110A29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110A29 is #EEF5D6. Grayscale: #0F0F0F. Windows color (decimal): -15660503 or 2689553. OLE color: 2689553.

HSL color Cylindrical-coordinate representation of color #110A29: hue angle of 253.55º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #110A29 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB171041-
CMYK0.590.7600.84
HSL253.55º60.78%10%-
HSV(B)253.55º75.61%16.08%-
XYZ0.740.52.15-
YUV15.63142.32128.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25%
GREEN value IS 10 (4.30% from 255) = 14.71%
BLUE value IS 41 (16.41% from 255) = 60.29%
R=25%
G=14.71%
B=60.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1710410.590.7600.84253.5560.7810
Hex11A293B4C054fe3da
Octal2112517311401243767512
Binary100011010101001111011100110001010100111111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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