#211D38

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

Shades of Haiti #211D38

Tints of Haiti #211D38

Color information

#211D38 (or 0x211D38) is unknown color: approx Haiti. HEX triplet: 21, 1D and 38. RGB value is (33,29,56). Sum of RGB (Red+Green+Blue) = 33+29+56=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #211D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D38 is #DEE2C7. Grayscale: #212121. Windows color (decimal): -14607048 or 3677473. OLE color: 3677473.

HSL color Cylindrical-coordinate representation of color #211D38: hue angle of 248.89º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #211D38 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB332956-
CMYK0.410.4800.78
HSL248.89º31.76%16.67%-
HSV(B)248.89º48.21%21.96%-
XYZ1.781.493.93-
YUV33.27140.83127.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.97%
GREEN value IS 29 (11.72% from 255) = 24.58%
BLUE value IS 56 (22.27% from 255) = 47.46%
R=27.97%
G=24.58%
B=47.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3329560.410.4800.78248.8931.7616.67
Hex211D38293004Ef92011
Octal413570516001163714021
Binary10000111101111000101001110000010011101111100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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