#221B31

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

Shades of Haiti #221B31

Tints of Haiti #221B31

Color information

#221B31 (or 0x221B31) is unknown color: approx Haiti. HEX triplet: 22, 1B and 31. RGB value is (34,27,49). Sum of RGB (Red+Green+Blue) = 34+27+49=110 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.91% from 110); Green value is 27 (10.94% from 255 or 24.55% 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 #221B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B31 is #DDE4CE. Grayscale: #1F1F1F. Windows color (decimal): -14542031 or 3218210. OLE color: 3218210.

HSL color Cylindrical-coordinate representation of color #221B31: hue angle of 259.09º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #221B31 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB342749-
CMYK0.310.4500.81
HSL259.09º28.95%14.9%-
HSV(B)259.09º44.9%19.22%-
XYZ1.611.353.08-
YUV31.6137.82129.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 30.91%
GREEN value IS 27 (10.94% from 255) = 24.55%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=30.91%
G=24.55%
B=44.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3427490.310.4500.81259.0928.9514.9
Hex221B311F2D0511031df
Octal423361375501214033517
Binary100010110111100011111110110101010001100000011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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