COLOR #241213

HEX: #241213
RGB: (36,18,19)

Color info

#241213 contains red, green and blue colors in about the same proportion. Web safe color of #241213 is #330000 (or #300).

RGB color model

#241213 color RGB value is (36,18,19).

  • red value is 36;
  • green value is 18;
  • blue value is 19.
RGB:
(36,18,19)
(14%,7%,7%)

RGB channels and saturation

R 36 of 255 = 14%
G 18 of 255 = 7%
B 19 of 255 = 7%

36
18
19

R + G + B ~ 9%. #241213 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 18 + 19 = 73 (100%)
R 36 of 73 ~ 49.32%
G 18 of 73 ~ 24.66%
B 19 of 73 ~ 26.03%

%49.32
%24.66
%26.03

CMYK color model

#241213 color CMYK value is (0,50,47,86).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 47.22%
  • key color value is 85.88%
CMYK:
(0,50,47,86)
C0M50Y47K86 
(0%,50%,47%,86%)
(0.00/0.50/0.47/0.86)	

CMYK percentages

%0
%50
%47.22
%85.88

Codes

Color #241213 in popluar color models

241213
RGB361819
HSL357°33.33%10.59%
HSB/HSV357°50.00%14.12%
CMYK0.00%50.00%47.22%
85.88%

Color #241213 in popluar number systems.

HEX241213
Decimal361819
Binary1001001001010011
Octal442223

Shades and tints

Shades of #241213

#241213
(36,18,19)
#211112
(33,17,18)
#1E1011
(30,16,17)
#1B0F10
(27,15,16)
#180E0F
(24,14,15)
#150D0E
(21,13,14)
#120C0D
(18,12,13)
#0F0B0C
(15,11,12)
#0C0A0B
(12,10,11)
#09090A
(9,9,10)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #241213

#241213
(36,18,19)
#372728
(55,39,40)
#4A3C3D
(74,60,61)
#5D5152
(93,81,82)
#706667
(112,102,103)
#837B7C
(131,123,124)
#969091
(150,144,145)
#A9A5A6
(169,165,166)
#BCBABB
(188,186,187)
#CFCFD0
(207,207,208)
#E2E4E5
(226,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241213 color. Also use rgb(36,18,19) instead hex code.

Text Font Color

.myTextColor { color: #241213; }

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

This text font color is #241213.


Background Color

.myBgColor { background-color: #241213; }

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

This div background color is #241213.


Border color

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

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

This div border color is #241213.


Opacity

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

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

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

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

This text has shadow with #241213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241213 on black background.


Color preview on white background

This text has color #241213 on white background.



Black color preview on #241213 background

This text has black color on #241213 background.


White color preview on #241213 background

This text has white color on #241213 background.