#110C1D

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

Shades of Haiti #110C1D

Tints of Haiti #110C1D

Color information

#110C1D (or 0x110C1D) is unknown color: approx Haiti. HEX triplet: 11, 0C and 1D. RGB value is (17,12,29). Sum of RGB (Red+Green+Blue) = 17+12+29=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #110C1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C1D is #EEF3E2. Grayscale: #0F0F0F. Windows color (decimal): -15660003 or 1903633. OLE color: 1903633.

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

Color convert

RGB171229-
CMYK0.410.5900.89
HSL257.65º41.46%8.04%-
HSV(B)257.65º58.62%11.37%-
XYZ0.580.471.22-
YUV15.43135.66129.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.31%
GREEN value IS 12 (5.08% from 255) = 20.69%
BLUE value IS 29 (11.72% from 255) = 50%
R=29.31%
G=20.69%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1712290.410.5900.89257.6541.468.04
Hex11C1D293B059102298
Octal211435517301314025110
Binary10001110011101101001111011010110011000000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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