COLOR #241E25

HEX: #241E25 RGB: (36,30,37)

Color info

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

RGB color model

#241E25 color RGB value is (36,30,37).

RGB: (36,30,37) (14%, 12%, 15%)

RGB channels and saturation

R 36 of 255 = 14%
G 30 of 255 = 12%
B 37 of 255 = 15%

36
30
37

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

Portions of RGB colors in percentages

R + G + B = 36 + 30 + 37 = 103 (100%)
R 36 of 103 ~ 34.95%
G 30 of 103 ~ 29.13%
B 37 of 103 ~ 35.92'%

%34.95
%29.13
%35.92

CMYK color model

#241E25 color CMYK value is (3,19,0,85).

  • cyan value is 2.70%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (3,19,0,85)
C3M19Y0K85 (3%, 19%, 0%, 85%)
(0.03 / 0.19 / 0.00 / 0.85)

CMYK percentages

%2.7
%18.92
%0
%85.49

Codes

Color #241E25 in popluar color models

24 1E 25
RGB 36 30 37
HSL 291° 10.45% 13.14%
HSB/HSV 291° 18.92% 14.51%
CMYK 2.70% 18.92% 0.00%
85.49%

Color #241E25 in popluar number systems.

HEX 24 1E 25
Decimal 36 30 37
Binary 100100 11110 100101
Octal 44 36 45

Shades and tints

Shades of #241E25

#241E25
(36,30,37)
#211C22
(33,28,34)
#1E1A1F
(30,26,31)
#1B181C
(27,24,28)
#181619
(24,22,25)
#151416
(21,20,22)
#121213
(18,18,19)
#0F1010
(15,16,16)
#0C0E0D
(12,14,13)
#090C0A
(9,12,10)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #241E25

#241E25
(36,30,37)
#373238
(55,50,56)
#4A464B
(74,70,75)
#5D5A5E
(93,90,94)
#706E71
(112,110,113)
#838284
(131,130,132)
#969697
(150,150,151)
#A9AAAA
(169,170,170)
#BCBEBD
(188,190,189)
#CFD2D0
(207,210,208)
#E2E6E3
(226,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241E25 color. Also use rgb(36,30,37) instead hex code.

Text Font Color

.myTextColor { color: #241E25; }

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

This text font color is #241E25.

Background Color

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

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

This div background color is #241E25.

Border color

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

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

This div border color is #241E25.

Opacity

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

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

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

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

This text has shadow with #241E25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #241E25.

Preview

Color preview on black background

This text has color #241E25 on black background.


Color preview on white background

This text has color #241E25 on white background.


Black color preview on #241E25 background

This text has black color on #241E25 background.


White color preview on #241E25 background

This text has white color on #241E25 background.


Related colors

Complementary color

Complementary color for #hex is #DBE1DA.


I love getcolorcode.com

Triadic colors

1 #25241E and #1E2524 with #241E25 are triadic colors.

2 #251E24 and #1E2425 with #241E25 are triadic colors.