#221D39

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

Shades of Haiti #221D39

Tints of Haiti #221D39

Color information

#221D39 (or 0x221D39) is unknown color: approx Haiti. HEX triplet: 22, 1D and 39. RGB value is (34,29,57). Sum of RGB (Red+Green+Blue) = 34+29+57=120 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.33% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 57 (22.66% from 255 or 47.5% from 120); Max value from RGB is 57 - color contains mainly: blue. Hex color #221D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D39 is #DDE2C6. Grayscale: #212121. Windows color (decimal): -14541511 or 3743010. OLE color: 3743010.

HSL color Cylindrical-coordinate representation of color #221D39: hue angle of 250.71º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #221D39 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB342957-
CMYK0.400.4900.78
HSL250.71º32.56%16.86%-
HSV(B)250.71º49.12%22.35%-
XYZ1.841.514.07-
YUV33.69141.16128.22-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.33%
GREEN value IS 29 (11.72% from 255) = 24.17%
BLUE value IS 57 (22.66% from 255) = 47.5%
R=28.33%
G=24.17%
B=47.5%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3429570.400.4900.78250.7132.5616.86
Hex221D39283104Efb2111
Octal423571506101163734121
Binary10001011101111001101000110001010011101111101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221D39; }

 p { color: rgb(34,29,57); }

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

<style>
 a { background-color: #221D39; }

 a { background-color: rgb(34,29,57); }

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

<style>
 span { border-color: #221D39; }

 span { border-color: rgb(34,29,57); }

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