COLOR #241935

HEX: #241935 RGB: (36,25,53)

Color info

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

RGB color model

#241935 color RGB value is (36,25,53).

RGB: (36,25,53) (14%, 10%, 21%)

RGB channels and saturation

R 36 of 255 = 14%
G 25 of 255 = 10%
B 53 of 255 = 21%

36
25
53

R + G + B ~ 15%. #241935 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 25 + 53 = 114 (100%)
R 36 of 114 ~ 31.58%
G 25 of 114 ~ 21.93%
B 53 of 114 ~ 46.49'%

%31.58
%21.93
%46.49

CMYK color model

#241935 color CMYK value is (32,53,0,79).

  • cyan value is 32.08%
  • magenta value is 52.83%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (32,53,0,79)
C32M53Y0K79 (32%, 53%, 0%, 79%)
(0.32 / 0.53 / 0.00 / 0.79)

CMYK percentages

%32.08
%52.83
%0
%79.22

Codes

Color #241935 in popluar color models

24 19 35
RGB 36 25 53
HSL 264° 35.90% 15.29%
HSB/HSV 264° 52.83% 20.78%
CMYK 32.08% 52.83% 0.00%
79.22%

Color #241935 in popluar number systems.

HEX 24 19 35
Decimal 36 25 53
Binary 100100 11001 110101
Octal 44 31 65

Shades and tints

Shades of #241935

#241935
(36,25,53)
#211731
(33,23,49)
#1E152D
(30,21,45)
#1B1329
(27,19,41)
#181125
(24,17,37)
#150F21
(21,15,33)
#120D1D
(18,13,29)
#0F0B19
(15,11,25)
#0C0915
(12,9,21)
#090711
(9,7,17)
#06050D
(6,5,13)
#000000
(0,0,0)

Tints of #241935

#241935
(36,25,53)
#372D47
(55,45,71)
#4A4159
(74,65,89)
#5D556B
(93,85,107)
#70697D
(112,105,125)
#837D8F
(131,125,143)
#9691A1
(150,145,161)
#A9A5B3
(169,165,179)
#BCB9C5
(188,185,197)
#CFCDD7
(207,205,215)
#E2E1E9
(226,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241935; }

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

This text font color is #241935.

Background Color

.myBgColor { background-color: #241935; }

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

This div background color is #241935.

Border color

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

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

This div border color is #241935.

Opacity

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

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

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

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

This text has shadow with #241935 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #241935.

Preview

Color preview on black background

This text has color #241935 on black background.


Color preview on white background

This text has color #241935 on white background.


Black color preview on #241935 background

This text has black color on #241935 background.


White color preview on #241935 background

This text has white color on #241935 background.


Related colors

Complementary color

Complementary color for #hex is #DBE6CA.


I love getcolorcode.com

Triadic colors

1 #352419 and #193524 with #241935 are triadic colors.

2 #351924 and #192435 with #241935 are triadic colors.