#211D32

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

Shades of Haiti #211D32

Tints of Haiti #211D32

Color information

#211D32 (or 0x211D32) is unknown color: approx Haiti. HEX triplet: 21, 1D and 32. RGB value is (33,29,50). Sum of RGB (Red+Green+Blue) = 33+29+50=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 50 - color contains mainly: blue. Hex color #211D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D32 is #DEE2CD. Grayscale: #202020. Windows color (decimal): -14607054 or 3284257. OLE color: 3284257.

HSL color Cylindrical-coordinate representation of color #211D32: hue angle of 251.43º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #211D32 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB332950-
CMYK0.340.4200.80
HSL251.43º26.58%15.49%-
HSV(B)251.43º42%19.61%-
XYZ1.641.433.21-
YUV32.59137.83128.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.46%
GREEN value IS 29 (11.72% from 255) = 25.89%
BLUE value IS 50 (19.92% from 255) = 44.64%
R=29.46%
G=25.89%
B=44.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3329500.340.4200.80251.4326.5815.49
Hex211D32222A050fb1bf
Octal413562425201203733317
Binary100001111011100101000101010100101000011111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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