COLOR #241219

HEX: #241219
RGB: (36,18,25)

Color info

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

RGB color model

#241219 color RGB value is (36,18,25).

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

RGB channels and saturation

R 36 of 255 = 14%
G 18 of 255 = 7%
B 25 of 255 = 10%

36
18
25

R + G + B ~ 10%. #241219 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 18 + 25 = 79 (100%)
R 36 of 79 ~ 45.57%
G 18 of 79 ~ 22.78%
B 25 of 79 ~ 31.65%

%45.57
%22.78
%31.65

CMYK color model

#241219 color CMYK value is (0,50,31,86).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 30.56%
  • key color value is 85.88%
CMYK:
(0,50,31,86)
C0M50Y31K86 
(0%,50%,31%,86%)
(0.00/0.50/0.31/0.86)	

CMYK percentages

%0
%50
%30.56
%85.88

Codes

Color #241219 in popluar color models

241219
RGB361825
HSL337°33.33%10.59%
HSB/HSV337°50.00%14.12%
CMYK0.00%50.00%30.56%
85.88%

Color #241219 in popluar number systems.

HEX241219
Decimal361825
Binary1001001001011001
Octal442231

Shades and tints

Shades of #241219

#241219
(36,18,25)
#211117
(33,17,23)
#1E1015
(30,16,21)
#1B0F13
(27,15,19)
#180E11
(24,14,17)
#150D0F
(21,13,15)
#120C0D
(18,12,13)
#0F0B0B
(15,11,11)
#0C0A09
(12,10,9)
#090907
(9,9,7)
#060805
(6,8,5)
#000000
(0,0,0)

Tints of #241219

#241219
(36,18,25)
#37272D
(55,39,45)
#4A3C41
(74,60,65)
#5D5155
(93,81,85)
#706669
(112,102,105)
#837B7D
(131,123,125)
#969091
(150,144,145)
#A9A5A5
(169,165,165)
#BCBAB9
(188,186,185)
#CFCFCD
(207,207,205)
#E2E4E1
(226,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241219; }

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

This text font color is #241219.


Background Color

.myBgColor { background-color: #241219; }

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

This div background color is #241219.


Border color

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

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

This div border color is #241219.


Opacity

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

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

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

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

This text has shadow with #241219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241219 on black background.


Color preview on white background

This text has color #241219 on white background.



Black color preview on #241219 background

This text has black color on #241219 background.


White color preview on #241219 background

This text has white color on #241219 background.