#241F3B

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

Shades of Haiti #241F3B

Tints of Haiti #241F3B

Color information

#241F3B (or 0x241F3B) is unknown color: approx Haiti. HEX triplet: 24, 1F and 3B. RGB value is (36,31,59). Sum of RGB (Red+Green+Blue) = 36+31+59=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 59 - color contains mainly: blue. Hex color #241F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F3B is #DBE0C4. Grayscale: #232323. Windows color (decimal): -14409925 or 3874596. OLE color: 3874596.

HSL color Cylindrical-coordinate representation of color #241F3B: hue angle of 250.71º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #241F3B is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB363159-
CMYK0.390.4700.77
HSL250.71º31.11%17.65%-
HSV(B)250.71º47.46%23.14%-
XYZ2.011.674.35-
YUV35.69141.16128.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.57%
GREEN value IS 31 (12.5% from 255) = 24.60%
BLUE value IS 59 (23.44% from 255) = 46.83%
R=28.57%
G=24.60%
B=46.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3631590.390.4700.77250.7131.1117.65
Hex241F3B272F04Dfb1f12
Octal443773475701153733722
Binary1001001111111101110011110111101001101111110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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