COLOR #241920

HEX: #241920
RGB: (36,25,32)

Color info

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

RGB color model

#241920 color RGB value is (36,25,32).

  • red value is 36;
  • green value is 25;
  • blue value is 32.
RGB:
(36,25,32)
(14%,10%,13%)

RGB channels and saturation

R 36 of 255 = 14%
G 25 of 255 = 10%
B 32 of 255 = 13%

36
25
32

R + G + B ~ 12%. #241920 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 25 + 32 = 93 (100%)
R 36 of 93 ~ 38.71%
G 25 of 93 ~ 26.88%
B 32 of 93 ~ 34.41%

%38.71
%26.88
%34.41

CMYK color model

#241920 color CMYK value is (0,31,11,86).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 11.11%
  • key color value is 85.88%
CMYK:
(0,31,11,86)
C0M31Y11K86 
(0%,31%,11%,86%)
(0.00/0.31/0.11/0.86)	

CMYK percentages

%0
%30.56
%11.11
%85.88

Codes

Color #241920 in popluar color models

241920
RGB362532
HSL322°18.03%11.96%
HSB/HSV322°30.56%14.12%
CMYK0.00%30.56%11.11%
85.88%

Color #241920 in popluar number systems.

HEX241920
Decimal362532
Binary10010011001100000
Octal443140

Shades and tints

Shades of #241920

#241920
(36,25,32)
#21171E
(33,23,30)
#1E151C
(30,21,28)
#1B131A
(27,19,26)
#181118
(24,17,24)
#150F16
(21,15,22)
#120D14
(18,13,20)
#0F0B12
(15,11,18)
#0C0910
(12,9,16)
#09070E
(9,7,14)
#06050C
(6,5,12)
#000000
(0,0,0)

Tints of #241920

#241920
(36,25,32)
#372D34
(55,45,52)
#4A4148
(74,65,72)
#5D555C
(93,85,92)
#706970
(112,105,112)
#837D84
(131,125,132)
#969198
(150,145,152)
#A9A5AC
(169,165,172)
#BCB9C0
(188,185,192)
#CFCDD4
(207,205,212)
#E2E1E8
(226,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241920; }

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

This text font color is #241920.


Background Color

.myBgColor { background-color: #241920; }

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

This div background color is #241920.


Border color

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

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

This div border color is #241920.


Opacity

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

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

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

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

This text has shadow with #241920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241920 on black background.


Color preview on white background

This text has color #241920 on white background.



Black color preview on #241920 background

This text has black color on #241920 background.


White color preview on #241920 background

This text has white color on #241920 background.