#15111D

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

Shades of Haiti #15111D

Tints of Haiti #15111D

Color information

#15111D (or 0x15111D) is unknown color: approx Haiti. HEX triplet: 15, 11 and 1D. RGB value is (21,17,29). Sum of RGB (Red+Green+Blue) = 21+17+29=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 29 - color contains mainly: blue. Hex color #15111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15111D is #EAEEE2. Grayscale: #131313. Windows color (decimal): -15396579 or 1904917. OLE color: 1904917.

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

Color convert

RGB211729-
CMYK0.280.4100.89
HSL260º26.09%9.02%-
HSV(B)260º41.38%11.37%-
XYZ0.730.651.25-
YUV19.56133.33129.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.34%
GREEN value IS 17 (7.03% from 255) = 25.37%
BLUE value IS 29 (11.72% from 255) = 43.28%
R=31.34%
G=25.37%
B=43.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2117290.280.4100.8926026.099.02
Hex15111D1C290591041a9
Octal252135345101314043211
Binary1010110001111011110010100101011001100000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15111D; }

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

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

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

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

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

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

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

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