#15111E

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

Shades of Haiti #15111E

Tints of Haiti #15111E

Color information

#15111E (or 0x15111E) is unknown color: approx Haiti. HEX triplet: 15, 11 and 1E. RGB value is (21,17,30). Sum of RGB (Red+Green+Blue) = 21+17+30=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 30 - color contains mainly: blue. Hex color #15111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15111E is #EAEEE1. Grayscale: #131313. Windows color (decimal): -15396578 or 1970453. OLE color: 1970453.

HSL color Cylindrical-coordinate representation of color #15111E: hue angle of 258.46º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #15111E is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB211730-
CMYK0.300.4300.88
HSL258.46º27.66%9.22%-
HSV(B)258.46º43.33%11.76%-
XYZ0.740.651.32-
YUV19.68133.83128.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30.88%
GREEN value IS 17 (7.03% from 255) = 25%
BLUE value IS 30 (12.11% from 255) = 44.12%
R=30.88%
G=25%
B=44.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2117300.300.4300.88258.4627.669.22
Hex15111E1E2B0581021c9
Octal252136365301304023411
Binary1010110001111101111010101101011000100000010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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