COLOR #241F40

HEX: #241F40 RGB: (36,31,64)

Color info

#241F40 contains red, green and blue colors in about the same proportion. Web safe color of #241F40 is #333333 (or #333).

RGB color model

#241F40 color RGB value is (36,31,64).

RGB: (36,31,64) (14%, 12%, 25%)

RGB channels and saturation

R 36 of 255 = 14%
G 31 of 255 = 12%
B 64 of 255 = 25%

36
31
64

R + G + B ~ 17%. #241F40 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 31 + 64 = 131 (100%)
R 36 of 131 ~ 27.48%
G 31 of 131 ~ 23.66%
B 64 of 131 ~ 48.85'%

%27.48
%23.66
%48.85

CMYK color model

#241F40 color CMYK value is (44,52,0,75).

  • cyan value is 43.75%
  • magenta value is 51.56%
  • yellow value is 0.00%
  • key color value is 74.90%

CMYK: (44,52,0,75)
C44M52Y0K75 (44%, 52%, 0%, 75%)
(0.44 / 0.52 / 0.00 / 0.75)

CMYK percentages

%43.75
%51.56
%0
%74.9

Codes

Color #241F40 in popluar color models

24 1F 40
RGB 36 31 64
HSL 249° 34.74% 18.63%
HSB/HSV 249° 51.56% 25.10%
CMYK 43.75% 51.56% 0.00%
74.90%

Color #241F40 in popluar number systems.

HEX 24 1F 40
Decimal 36 31 64
Binary 100100 11111 1000000
Octal 44 37 100

Shades and tints

Shades of #241F40

#241F40
(36,31,64)
#211D3B
(33,29,59)
#1E1B36
(30,27,54)
#1B1931
(27,25,49)
#18172C
(24,23,44)
#151527
(21,21,39)
#121322
(18,19,34)
#0F111D
(15,17,29)
#0C0F18
(12,15,24)
#090D13
(9,13,19)
#060B0E
(6,11,14)
#000000
(0,0,0)

Tints of #241F40

#241F40
(36,31,64)
#373351
(55,51,81)
#4A4762
(74,71,98)
#5D5B73
(93,91,115)
#706F84
(112,111,132)
#838395
(131,131,149)
#9697A6
(150,151,166)
#A9ABB7
(169,171,183)
#BCBFC8
(188,191,200)
#CFD3D9
(207,211,217)
#E2E7EA
(226,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241F40 color. Also use rgb(36,31,64) instead hex code.

Text Font Color

.myTextColor { color: #241F40; }

<p style="color:#241F40">This sample text font color is #241F40.</p>

This text font color is #241F40.

Background Color

.myBgColor { background-color: #241F40; }

<div style="background-color:#241F40">Inner text</div>

This div background color is #241F40.

Border color

.myBorderColor { border: 1px solid #241F40; }

<div style="border:3px solid #241F40">Div</div>

This div border color is #241F40.

Opacity

.myOpacity80 { color: #241F40; opacity: 0.8; }

<p style="color:#241F40;opacity:0.8;">80%</p>

Text with #241F40 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #241F40;}

<p style="text-shadow: 3px 3px 1px #241F40">Text here.</p>

This text has shadow with #241F40 color.


.textShadow {text-shadow: 3px 3px 1px #241F40', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #241F40, 5px 5px 20px red">Text here.</p>

This text has shadow with #241F40 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#241F40, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#241F40, Direction=45, Strength=4)">Text</p>

This text has shadow with #241F40 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #241F40;
-webkit-box-shadow: 1px 1px 3px 2px #241F40;
box-shadow: 1px 1px 3px 2px #241F40;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #241F40; -webkit-box-shadow: 1px 1px 3px 2px #241F40; box-shadow:1px 1px 3px 2px #241F40;">
Div content here
</div>

This div box has shadow with color #241F40.

Preview

Color preview on black background

This text has color #241F40 on black background.


Color preview on white background

This text has color #241F40 on white background.


Black color preview on #241F40 background

This text has black color on #241F40 background.


White color preview on #241F40 background

This text has white color on #241F40 background.


Related colors

Complementary color

Complementary color for #hex is #DBE0BF.


I love getcolorcode.com

Triadic colors

1 #40241F and #1F4024 with #241F40 are triadic colors.

2 #401F24 and #1F2440 with #241F40 are triadic colors.