#211D35

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

Shades of Haiti #211D35

Tints of Haiti #211D35

Color information

#211D35 (or 0x211D35) is unknown color: approx Haiti. HEX triplet: 21, 1D and 35. RGB value is (33,29,53). Sum of RGB (Red+Green+Blue) = 33+29+53=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 53 - color contains mainly: blue. Hex color #211D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D35 is #DEE2CA. Grayscale: #202020. Windows color (decimal): -14607051 or 3480865. OLE color: 3480865.

HSL color Cylindrical-coordinate representation of color #211D35: hue angle of 250º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #211D35 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB332953-
CMYK0.380.4500.79
HSL250º29.27%16.08%-
HSV(B)250º45.28%20.78%-
XYZ1.711.463.56-
YUV32.93139.33128.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.70%
GREEN value IS 29 (11.72% from 255) = 25.22%
BLUE value IS 53 (21.09% from 255) = 46.09%
R=28.70%
G=25.22%
B=46.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3329530.380.4500.7925029.2716.08
Hex211D35262D04Ffa1d10
Octal413565465501173723520
Binary1000011110111010110011010110101001111111110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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