#241F33

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

Shades of Haiti #241F33

Tints of Haiti #241F33

Color information

#241F33 (or 0x241F33) is unknown color: approx Haiti. HEX triplet: 24, 1F and 33. RGB value is (36,31,51). Sum of RGB (Red+Green+Blue) = 36+31+51=118 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.51% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 51 - color contains mainly: blue. Hex color #241F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F33 is #DBE0CC. Grayscale: #222222. Windows color (decimal): -14409933 or 3350308. OLE color: 3350308.

HSL color Cylindrical-coordinate representation of color #241F33: hue angle of 255º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #241F33 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB363151-
CMYK0.290.3900.8
HSL255º24.39%16.08%-
HSV(B)255º39.22%20%-
XYZ1.821.593.34-
YUV34.78137.16128.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30.51%
GREEN value IS 31 (12.5% from 255) = 26.27%
BLUE value IS 51 (20.31% from 255) = 43.22%
R=30.51%
G=26.27%
B=43.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3631510.290.3900.825524.3916.08
Hex241F331D27050ff1810
Octal443763354701203773020
Binary100100111111100111110110011101010000111111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241F33; }

 p { color: rgb(36,31,51); }

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

<style>
 a { background-color: #241F33; }

 a { background-color: rgb(36,31,51); }

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

<style>
 span { border-color: #241F33; }

 span { border-color: rgb(36,31,51); }

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