#211C31

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

Shades of Haiti #211C31

Tints of Haiti #211C31

Color information

#211C31 (or 0x211C31) is unknown color: approx Haiti. HEX triplet: 21, 1C and 31. RGB value is (33,28,49). Sum of RGB (Red+Green+Blue) = 33+28+49=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #211C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C31 is #DEE3CE. Grayscale: #1F1F1F. Windows color (decimal): -14607311 or 3218465. OLE color: 3218465.

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

Color convert

RGB332849-
CMYK0.330.4300.81
HSL254.29º27.27%15.1%-
HSV(B)254.29º42.86%19.22%-
XYZ1.61.383.09-
YUV31.89137.66128.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30%
GREEN value IS 28 (11.33% from 255) = 25.45%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=30%
G=25.45%
B=44.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3328490.330.4300.81254.2927.2715.1
Hex211C31212B051fe1bf
Octal413461415301213763317
Binary100001111001100011000011010110101000111111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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