#110D1A

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

Shades of Haiti #110D1A

Tints of Haiti #110D1A

Color information

#110D1A (or 0x110D1A) is unknown color: approx Haiti. HEX triplet: 11, 0D and 1A. RGB value is (17,13,26). Sum of RGB (Red+Green+Blue) = 17+13+26=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: blue. Hex color #110D1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D1A is #EEF2E5. Grayscale: #0F0F0F. Windows color (decimal): -15659750 or 1707281. OLE color: 1707281.

HSL color Cylindrical-coordinate representation of color #110D1A: hue angle of 258.46º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #110D1A is Cyan = 0.35, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB171326-
CMYK0.350.500.90
HSL258.46º33.33%7.65%-
HSV(B)258.46º50%10.2%-
XYZ0.560.481.04-
YUV15.68133.83128.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.36%
GREEN value IS 13 (5.47% from 255) = 23.21%
BLUE value IS 26 (10.55% from 255) = 46.43%
R=30.36%
G=23.21%
B=46.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1713260.350.500.90258.4633.337.65
Hex11D1A233205A102218
Octal211532436201324024110
Binary10001110111010100011110010010110101000000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,13,26); }

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

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

 a { background-color: rgb(17,13,26); }

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

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

 span { border-color: rgb(17,13,26); }

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