#211E31

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

Shades of Haiti #211E31

Tints of Haiti #211E31

Color information

#211E31 (or 0x211E31) is unknown color: approx Haiti. HEX triplet: 21, 1E and 31. RGB value is (33,30,49). Sum of RGB (Red+Green+Blue) = 33+30+49=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: blue. Hex color #211E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E31 is #DEE1CE. Grayscale: #202020. Windows color (decimal): -14606799 or 3218977. OLE color: 3218977.

HSL color Cylindrical-coordinate representation of color #211E31: hue angle of 249.47º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #211E31 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB333049-
CMYK0.330.3900.81
HSL249.47º24.05%15.49%-
HSV(B)249.47º38.78%19.22%-
XYZ1.651.473.1-
YUV33.06136.99127.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.46%
GREEN value IS 30 (12.11% from 255) = 26.79%
BLUE value IS 49 (19.53% from 255) = 43.75%
R=29.46%
G=26.79%
B=43.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3330490.330.3900.81249.4724.0515.49
Hex211E312127051f918f
Octal413661414701213713017
Binary100001111101100011000011001110101000111111001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211E31; }

 p { color: rgb(33,30,49); }

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

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

 a { background-color: rgb(33,30,49); }

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

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

 span { border-color: rgb(33,30,49); }

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