#110B1D

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

Shades of Haiti #110B1D

Tints of Haiti #110B1D

Color information

#110B1D (or 0x110B1D) is unknown color: approx Haiti. HEX triplet: 11, 0B and 1D. RGB value is (17,11,29). Sum of RGB (Red+Green+Blue) = 17+11+29=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #110B1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B1D is #EEF4E2. Grayscale: #0E0E0E. Windows color (decimal): -15660259 or 1903377. OLE color: 1903377.

HSL color Cylindrical-coordinate representation of color #110B1D: hue angle of 260º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #110B1D is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB171129-
CMYK0.410.6200.89
HSL260º45%7.84%-
HSV(B)260º62.07%11.37%-
XYZ0.570.451.22-
YUV14.85135.99129.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.82%
GREEN value IS 11 (4.69% from 255) = 19.30%
BLUE value IS 29 (11.72% from 255) = 50.88%
R=29.82%
G=19.30%
B=50.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1711290.410.6200.89260457.84
Hex11B1D293E0591042d8
Octal211335517601314045510
Binary10001101111101101001111110010110011000001001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,11,29); }

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

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

 a { background-color: rgb(17,11,29); }

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

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

 span { border-color: rgb(17,11,29); }

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