#111013

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

Shades of Haiti #111013

Tints of Haiti #111013

Color information

#111013 (or 0x111013) is unknown color: approx Haiti. HEX triplet: 11, 10 and 13. RGB value is (17,16,19). Sum of RGB (Red+Green+Blue) = 17+16+19=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 19 - color contains mainly: blue. Hex color #111013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111013 is #EEEFEC. Grayscale: #101010. Windows color (decimal): -15658989 or 1249297. OLE color: 1249297.

HSL color Cylindrical-coordinate representation of color #111013: hue angle of 260º degrees, saturation: 0.09, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #111013 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB171619-
CMYK0.110.1600.93
HSL260º8.57%6.86%-
HSV(B)260º15.79%7.45%-
XYZ0.530.540.69-
YUV16.64129.33128.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.69%
GREEN value IS 16 (6.64% from 255) = 30.77%
BLUE value IS 19 (7.81% from 255) = 36.54%
R=32.69%
G=30.77%
B=36.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1716190.110.1600.932608.576.86
Hex111013B1005D10497
Octal21202313200135404117
Binary100011000010011101110000010111011000001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111013; }

 p { color: rgb(17,16,19); }

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

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

 a { background-color: rgb(17,16,19); }

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

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

 span { border-color: rgb(17,16,19); }

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