#211E28

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

Shades of Haiti #211E28

Tints of Haiti #211E28

Color information

#211E28 (or 0x211E28) is unknown color: approx Haiti. HEX triplet: 21, 1E and 28. RGB value is (33,30,40). Sum of RGB (Red+Green+Blue) = 33+30+40=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 40 - color contains mainly: blue. Hex color #211E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E28 is #DEE1D7. Grayscale: #202020. Windows color (decimal): -14606808 or 2629153. OLE color: 2629153.

HSL color Cylindrical-coordinate representation of color #211E28: hue angle of 258º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #211E28 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB333040-
CMYK0.170.2500.84
HSL258º14.29%13.73%-
HSV(B)258º25%15.69%-
XYZ1.471.412.2-
YUV32.04132.49128.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.04%
GREEN value IS 30 (12.11% from 255) = 29.13%
BLUE value IS 40 (16.02% from 255) = 38.83%
R=32.04%
G=29.13%
B=38.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3330400.170.2500.8425814.2913.73
Hex211E281119054102ee
Octal413650213101244021616
Binary1000011111010100010001110010101010010000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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