#221C31

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

Shades of Haiti #221C31

Tints of Haiti #221C31

Color information

#221C31 (or 0x221C31) is unknown color: approx Haiti. HEX triplet: 22, 1C and 31. RGB value is (34,28,49). Sum of RGB (Red+Green+Blue) = 34+28+49=111 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.63% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #221C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221C31 is #DDE3CE. Grayscale: #202020. Windows color (decimal): -14541775 or 3218466. OLE color: 3218466.

HSL color Cylindrical-coordinate representation of color #221C31: hue angle of 257.14º 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 #221C31 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB342849-
CMYK0.310.4300.81
HSL257.14º27.27%15.1%-
HSV(B)257.14º42.86%19.22%-
XYZ1.631.393.09-
YUV32.19137.49129.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 30.63%
GREEN value IS 28 (11.33% from 255) = 25.23%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=30.63%
G=25.23%
B=44.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3428490.310.4300.81257.1427.2715.1
Hex221C311F2B0511011bf
Octal423461375301214013317
Binary100010111001100011111110101101010001100000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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