#110F15

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

Shades of Haiti #110F15

Tints of Haiti #110F15

Color information

#110F15 (or 0x110F15) is unknown color: approx Haiti. HEX triplet: 11, 0F and 15. RGB value is (17,15,21). Sum of RGB (Red+Green+Blue) = 17+15+21=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 21 - color contains mainly: blue. Hex color #110F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F15 is #EEF0EA. Grayscale: #101010. Windows color (decimal): -15659243 or 1380113. OLE color: 1380113.

HSL color Cylindrical-coordinate representation of color #110F15: hue angle of 260º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #110F15 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB171521-
CMYK0.190.2900.92
HSL260º16.67%7.06%-
HSV(B)260º28.57%8.24%-
XYZ0.540.510.78-
YUV16.28130.66128.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.08%
GREEN value IS 15 (6.25% from 255) = 28.30%
BLUE value IS 21 (8.59% from 255) = 39.62%
R=32.08%
G=28.30%
B=39.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1715210.190.2900.9226016.677.06
Hex11F15131D05C104117
Octal21172523350134404217
Binary1000111111010110011111010101110010000010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,15,21); }

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

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

 a { background-color: rgb(17,15,21); }

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

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

 span { border-color: rgb(17,15,21); }

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