COLOR #241931

HEX: #241931 RGB: (36,25,49)

Color info

#241931 contains red, green and blue colors in about the same proportion. Web safe color of #241931 is #330033 (or #303).

RGB color model

#241931 color RGB value is (36,25,49).

RGB: (36,25,49) (14%, 10%, 19%)

RGB channels and saturation

R 36 of 255 = 14%
G 25 of 255 = 10%
B 49 of 255 = 19%

36
25
49

R + G + B ~ 14%. #241931 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 25 + 49 = 110 (100%)
R 36 of 110 ~ 32.73%
G 25 of 110 ~ 22.73%
B 49 of 110 ~ 44.55'%

%32.73
%22.73
%44.55

CMYK color model

#241931 color CMYK value is (27,49,0,81).

  • cyan value is 26.53%
  • magenta value is 48.98%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK: (27,49,0,81) C27M49Y0K81 (27%,49%,0%,81%) (0.27/0.49/0.00/0.81) 

CMYK percentages

%26.53
%48.98
%0
%80.78

Codes

Color #241931 in popluar color models

24 19 31
RGB 36 25 49
HSL 268° 32.43% 14.51%
HSB/HSV 268° 48.98% 19.22%
CMYK 26.53% 48.98% 0.00%
80.78%

Color #241931 in popluar number systems.

HEX 24 19 31
Decimal 36 25 49
Binary 100100 11001 110001
Octal 44 31 61

Shades and tints

Shades of #241931

#241931
(36,25,49)
#21172D
(33,23,45)
#1E1529
(30,21,41)
#1B1325
(27,19,37)
#181121
(24,17,33)
#150F1D
(21,15,29)
#120D19
(18,13,25)
#0F0B15
(15,11,21)
#0C0911
(12,9,17)
#09070D
(9,7,13)
#060509
(6,5,9)
#000000
(0,0,0)

Tints of #241931

#241931
(36,25,49)
#372D43
(55,45,67)
#4A4155
(74,65,85)
#5D5567
(93,85,103)
#706979
(112,105,121)
#837D8B
(131,125,139)
#96919D
(150,145,157)
#A9A5AF
(169,165,175)
#BCB9C1
(188,185,193)
#CFCDD3
(207,205,211)
#E2E1E5
(226,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241931 color. Also use rgb(36,25,49) instead hex code.

Text Font Color

.myTextColor { color: #241931; }

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

This text font color is #241931.

Background Color

.myBgColor { background-color: #241931; }

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

This div background color is #241931.

Border color

.myBorderColor { border: 1px solid #241931; }

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

This div border color is #241931.

Opacity

.myOpacity80 { color: #241931; opacity: 0.8; }

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

Text with #241931 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 #241931;}

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

This text has shadow with #241931 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #241931.

Preview

Color preview on black background

This text has color #241931 on black background.


Color preview on white background

This text has color #241931 on white background.


Black color preview on #241931 background

This text has black color on #241931 background.


White color preview on #241931 background

This text has white color on #241931 background.


Related colors

Complementary color

Complementary color for #hex is #DBE6CE.


I love getcolorcode.com

Triadic colors

1 #312419 and #193124 with #241931 are triadic colors.

2 #311924 and #192431 with #241931 are triadic colors.