#211C3B

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

Shades of Haiti #211C3B

Tints of Haiti #211C3B

Color information

#211C3B (or 0x211C3B) is unknown color: approx Haiti. HEX triplet: 21, 1C and 3B. RGB value is (33,28,59). Sum of RGB (Red+Green+Blue) = 33+28+59=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 59 - color contains mainly: blue. Hex color #211C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C3B is #DEE3C4. Grayscale: #202020. Windows color (decimal): -14607301 or 3873825. OLE color: 3873825.

HSL color Cylindrical-coordinate representation of color #211C3B: hue angle of 249.68º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #211C3B is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB332859-
CMYK0.440.5300.77
HSL249.68º35.63%17.06%-
HSV(B)249.68º52.54%23.14%-
XYZ1.831.474.32-
YUV33.03142.66127.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.5%
GREEN value IS 28 (11.33% from 255) = 23.33%
BLUE value IS 59 (23.44% from 255) = 49.17%
R=27.5%
G=23.33%
B=49.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3328590.440.5300.77249.6835.6317.06
Hex211C3B2C3504Dfa2411
Octal413473546501153724421
Binary10000111100111011101100110101010011011111101010010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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