#211C39

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

Shades of Haiti #211C39

Tints of Haiti #211C39

Color information

#211C39 (or 0x211C39) is unknown color: approx Haiti. HEX triplet: 21, 1C and 39. RGB value is (33,28,57). Sum of RGB (Red+Green+Blue) = 33+28+57=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 57 (22.66% from 255 or 48.31% from 118); Max value from RGB is 57 - color contains mainly: blue. Hex color #211C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C39 is #DEE3C6. Grayscale: #202020. Windows color (decimal): -14607303 or 3742753. OLE color: 3742753.

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

Color convert

RGB332857-
CMYK0.420.5100.78
HSL250.34º34.12%16.67%-
HSV(B)250.34º50.88%22.35%-
XYZ1.781.454.06-
YUV32.8141.66128.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.97%
GREEN value IS 28 (11.33% from 255) = 23.73%
BLUE value IS 57 (22.66% from 255) = 48.31%
R=27.97%
G=23.73%
B=48.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3328570.420.5100.78250.3434.1216.67
Hex211C392A3304Efa2211
Octal413471526301163724221
Binary10000111100111001101010110011010011101111101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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