#110C1C

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

Shades of Haiti #110C1C

Tints of Haiti #110C1C

Color information

#110C1C (or 0x110C1C) is unknown color: approx Haiti. HEX triplet: 11, 0C and 1C. RGB value is (17,12,28). Sum of RGB (Red+Green+Blue) = 17+12+28=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: blue. Hex color #110C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C1C is #EEF3E3. Grayscale: #0F0F0F. Windows color (decimal): -15660004 or 1838097. OLE color: 1838097.

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

Color convert

RGB171228-
CMYK0.390.5700.89
HSL258.75º40%7.84%-
HSV(B)258.75º57.14%10.98%-
XYZ0.570.471.16-
YUV15.32135.16129.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.82%
GREEN value IS 12 (5.08% from 255) = 21.05%
BLUE value IS 28 (11.33% from 255) = 49.12%
R=29.82%
G=21.05%
B=49.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1712280.390.5700.89258.75407.84
Hex11C1C2739059103288
Octal211434477101314035010
Binary10001110011100100111111001010110011000000111010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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