Html Css Color HEX #221F38 Haiti

📋 copy color: '#221F38'

red 34 ◦ green 31 ◦ blue 56

#221F38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Haiti #221F38

Tints of Haiti #221F38

RGB

 RED value IS 34 (13.67% from 255) = 28.1%

 GREEN value IS 31 (12.5% from 255) = 25.62%

 BLUE value IS 56 (22.27% from 255) = 46.28%

R = 28.1%
G = 25.62%
B = 46.28%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#221F38 (or 0x221F38) is known color: Haiti. HEX triplet: 22, 1F and 38. RGB value is (34,31,56). Sum of RGB (Red+Green+Blue) = 34+31+56=121 (16% of max value = 765). Red value is 34 (13.67% from 255 or 28.10% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #221F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221F38 is #DDE0C7. Grayscale: #222222. Windows color (decimal): -14541000 or 3677986. OLE color: 3677986.

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

Color convert

RGB 34 31 56 -
CMYK 0.39 0.45 0 0.78
HSL 247.2º 0.29% 0.17% -
HSV(B) 247.2º 0.45% 0.22% -
XYZ 1.86 1.61 3.95 -
YUV 34.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 34 31 56 0.39 0.45 0 0.78 247.2 0.29 0.17
Hex 22 1F 38 27 2D 0 4E F7 1D 11
Octal 42 37 70 47 55 0 116 367 35 21
Binary 100010 11111 111000 100111 101101 0 1001110 11110111 11101 10001

Color Harmonies of #221F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221F38

Black with #221F38

Text Example


Text Example

White with #221F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,31,56); }

 H1.HeaderClassName
 {
   color: #221F38;
 }
 .AnyTagClassName
 {
   color: #221F38;
 }
</style>

background-color css

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

 a { background-color: rgb(34,31,56); }

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

border-color css

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

 span { border-color: rgb(34,31,56); }

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