#211B31

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

Shades of Haiti #211B31

Tints of Haiti #211B31

Color information

#211B31 (or 0x211B31) is unknown color: approx Haiti. HEX triplet: 21, 1B and 31. RGB value is (33,27,49). Sum of RGB (Red+Green+Blue) = 33+27+49=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #211B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B31 is #DEE4CE. Grayscale: #1F1F1F. Windows color (decimal): -14607567 or 3218209. OLE color: 3218209.

HSL color Cylindrical-coordinate representation of color #211B31: hue angle of 256.36º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #211B31 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB332749-
CMYK0.330.4500.81
HSL256.36º28.95%14.9%-
HSV(B)256.36º44.9%19.22%-
XYZ1.571.333.08-
YUV31.3137.99129.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.28%
GREEN value IS 27 (10.94% from 255) = 24.77%
BLUE value IS 49 (19.53% from 255) = 44.95%
R=30.28%
G=24.77%
B=44.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3327490.330.4500.81256.3628.9514.9
Hex211B31212D0511001df
Octal413361415501214003517
Binary1000011101111000110000110110101010001100000000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,27,49); }

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

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

 a { background-color: rgb(33,27,49); }

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

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

 span { border-color: rgb(33,27,49); }

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