COLOR #241F28

HEX: #241F28 RGB: (36,31,40)

Color info

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

RGB color model

#241F28 color RGB value is (36,31,40).

RGB: (36,31,40) (14%, 12%, 16%)

RGB channels and saturation

R 36 of 255 = 14%
G 31 of 255 = 12%
B 40 of 255 = 16%

36
31
40

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

Portions of RGB colors in percentages

R + G + B = 36 + 31 + 40 = 107 (100%)
R 36 of 107 ~ 33.64%
G 31 of 107 ~ 28.97%
B 40 of 107 ~ 37.38'%

%33.64
%28.97
%37.38

CMYK color model

#241F28 color CMYK value is (10,23,0,84).

  • cyan value is 10.00%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (10,23,0,84)
C10M23Y0K84 (10%, 23%, 0%, 84%)
(0.10 / 0.23 / 0.00 / 0.84)

CMYK percentages

%10
%22.5
%0
%84.31

Codes

Color #241F28 in popluar color models

24 1F 28
RGB 36 31 40
HSL 273° 12.68% 13.92%
HSB/HSV 273° 22.50% 15.69%
CMYK 10.00% 22.50% 0.00%
84.31%

Color #241F28 in popluar number systems.

HEX 24 1F 28
Decimal 36 31 40
Binary 100100 11111 101000
Octal 44 37 50

Shades and tints

Shades of #241F28

#241F28
(36,31,40)
#211D25
(33,29,37)
#1E1B22
(30,27,34)
#1B191F
(27,25,31)
#18171C
(24,23,28)
#151519
(21,21,25)
#121316
(18,19,22)
#0F1113
(15,17,19)
#0C0F10
(12,15,16)
#090D0D
(9,13,13)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #241F28

#241F28
(36,31,40)
#37333B
(55,51,59)
#4A474E
(74,71,78)
#5D5B61
(93,91,97)
#706F74
(112,111,116)
#838387
(131,131,135)
#96979A
(150,151,154)
#A9ABAD
(169,171,173)
#BCBFC0
(188,191,192)
#CFD3D3
(207,211,211)
#E2E7E6
(226,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241F28; }

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

This text font color is #241F28.

Background Color

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

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

This div background color is #241F28.

Border color

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

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

This div border color is #241F28.

Opacity

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

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

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

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

This text has shadow with #241F28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #241F28.

Preview

Color preview on black background

This text has color #241F28 on black background.


Color preview on white background

This text has color #241F28 on white background.


Black color preview on #241F28 background

This text has black color on #241F28 background.


White color preview on #241F28 background

This text has white color on #241F28 background.


Related colors

Complementary color

Complementary color for #hex is #DBE0D7.


I love getcolorcode.com

Triadic colors

1 #28241F and #1F2824 with #241F28 are triadic colors.

2 #281F24 and #1F2428 with #241F28 are triadic colors.