#211D28

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

Shades of Haiti #211D28

Tints of Haiti #211D28

Color information

#211D28 (or 0x211D28) is unknown color: approx Haiti. HEX triplet: 21, 1D and 28. RGB value is (33,29,40). Sum of RGB (Red+Green+Blue) = 33+29+40=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 40 - color contains mainly: blue. Hex color #211D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D28 is #DEE2D7. Grayscale: #1F1F1F. Windows color (decimal): -14607064 or 2628897. OLE color: 2628897.

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

Color convert

RGB332940-
CMYK0.170.2800.84
HSL261.82º15.94%13.53%-
HSV(B)261.82º27.5%15.69%-
XYZ1.451.362.19-
YUV31.45132.83129.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 29 (11.72% from 255) = 28.43%
BLUE value IS 40 (16.02% from 255) = 39.22%
R=32.35%
G=28.43%
B=39.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3329400.170.2800.84261.8215.9413.53
Hex211D28111C05410610e
Octal413550213401244062016
Binary10000111101101000100011110001010100100000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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