#241F38

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

Shades of Haiti #241F38

Tints of Haiti #241F38

Color information

#241F38 (or 0x241F38) is unknown color: approx Haiti. HEX triplet: 24, 1F and 38. RGB value is (36,31,56). Sum of RGB (Red+Green+Blue) = 36+31+56=123 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.27% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #241F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F38 is #DBE0C7. Grayscale: #232323. Windows color (decimal): -14409928 or 3677988. OLE color: 3677988.

HSL color Cylindrical-coordinate representation of color #241F38: hue angle of 252º 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 #241F38 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB363156-
CMYK0.360.4500.78
HSL252º28.74%17.06%-
HSV(B)252º44.64%21.96%-
XYZ1.931.643.96-
YUV35.34139.66128.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.27%
GREEN value IS 31 (12.5% from 255) = 25.20%
BLUE value IS 56 (22.27% from 255) = 45.53%
R=29.27%
G=25.20%
B=45.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3631560.360.4500.7825228.7417.06
Hex241F38242D04Efc1d11
Octal443770445501163743521
Binary1001001111111100010010010110101001110111111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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