#211D39

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

Shades of Haiti #211D39

Tints of Haiti #211D39

Color information

#211D39 (or 0x211D39) is unknown color: approx Haiti. HEX triplet: 21, 1D and 39. RGB value is (33,29,57). Sum of RGB (Red+Green+Blue) = 33+29+57=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 57 - color contains mainly: blue. Hex color #211D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D39 is #DEE2C6. Grayscale: #212121. Windows color (decimal): -14607047 or 3743009. OLE color: 3743009.

HSL color Cylindrical-coordinate representation of color #211D39: hue angle of 248.57º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #211D39 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB332957-
CMYK0.420.4900.78
HSL248.57º32.56%16.86%-
HSV(B)248.57º49.12%22.35%-
XYZ1.811.54.06-
YUV33.39141.33127.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 29 (11.72% from 255) = 24.37%
BLUE value IS 57 (22.66% from 255) = 47.90%
R=27.73%
G=24.37%
B=47.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3329570.420.4900.78248.5732.5616.86
Hex211D392A3104Ef92111
Octal413571526101163714121
Binary10000111101111001101010110001010011101111100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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