#221D34

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

Shades of Haiti #221D34

Tints of Haiti #221D34

Color information

#221D34 (or 0x221D34) is unknown color: approx Haiti. HEX triplet: 22, 1D and 34. RGB value is (34,29,52). Sum of RGB (Red+Green+Blue) = 34+29+52=115 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.57% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #221D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D34 is #DDE2CB. Grayscale: #212121. Windows color (decimal): -14541516 or 3415330. OLE color: 3415330.

HSL color Cylindrical-coordinate representation of color #221D34: hue angle of 253.04º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #221D34 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB342952-
CMYK0.350.4400.80
HSL253.04º28.4%15.88%-
HSV(B)253.04º44.23%20.39%-
XYZ1.721.473.44-
YUV33.12138.66128.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 29.57%
GREEN value IS 29 (11.72% from 255) = 25.22%
BLUE value IS 52 (20.70% from 255) = 45.22%
R=29.57%
G=25.22%
B=45.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3429520.350.4400.80253.0428.415.88
Hex221D34232C050fd1c10
Octal423564435401203753420
Binary1000101110111010010001110110001010000111111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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