#110C1E

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

Shades of Haiti #110C1E

Tints of Haiti #110C1E

Color information

#110C1E (or 0x110C1E) is unknown color: approx Haiti. HEX triplet: 11, 0C and 1E. RGB value is (17,12,30). Sum of RGB (Red+Green+Blue) = 17+12+30=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #110C1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C1E is #EEF3E1. Grayscale: #0F0F0F. Windows color (decimal): -15660002 or 1969169. OLE color: 1969169.

HSL color Cylindrical-coordinate representation of color #110C1E: hue angle of 256.67º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #110C1E is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB171230-
CMYK0.430.6000.88
HSL256.67º42.86%8.24%-
HSV(B)256.67º60%11.76%-
XYZ0.60.481.29-
YUV15.55136.16129.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.81%
GREEN value IS 12 (5.08% from 255) = 20.34%
BLUE value IS 30 (12.11% from 255) = 50.85%
R=28.81%
G=20.34%
B=50.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1712300.430.6000.88256.6742.868.24
Hex11C1E2B3C0581012b8
Octal211436537401304015310
Binary10001110011110101011111100010110001000000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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