COLOR #241919

HEX: #241919 RGB: (36,25,25)

Color info

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

RGB color model

#241919 color RGB value is (36,25,25).

RGB: (36,25,25) (14%, 10%, 10%)

RGB channels and saturation

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

36
25
25

R + G + B ~ 11%. #241919 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 25 + 25 = 86 (100%)
R 36 of 86 ~ 41.86%
G 25 of 86 ~ 29.07%
B 25 of 86 ~ 29.07'%

%41.86
%29.07
%29.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 30.56%
  • key color value is 85.88%

CMYK: (0,31,31,86)
C0M31Y31K86 (0%, 31%, 31%, 86%)
(0.00 / 0.31 / 0.31 / 0.86)

CMYK percentages

%0
%30.56
%30.56
%85.88

Codes

Color #241919 in popluar color models

24 19 19
RGB 36 25 25
HSL 18.03% 11.96%
HSB/HSV 30.56% 14.12%
CMYK 0.00% 30.56% 30.56%
85.88%

Color #241919 in popluar number systems.

HEX 24 19 19
Decimal 36 25 25
Binary 100100 11001 11001
Octal 44 31 31

Shades and tints

Shades of #241919

#241919
(36,25,25)
#211717
(33,23,23)
#1E1515
(30,21,21)
#1B1313
(27,19,19)
#181111
(24,17,17)
#150F0F
(21,15,15)
#120D0D
(18,13,13)
#0F0B0B
(15,11,11)
#0C0909
(12,9,9)
#090707
(9,7,7)
#060505
(6,5,5)
#000000
(0,0,0)

Tints of #241919

#241919
(36,25,25)
#372D2D
(55,45,45)
#4A4141
(74,65,65)
#5D5555
(93,85,85)
#706969
(112,105,105)
#837D7D
(131,125,125)
#969191
(150,145,145)
#A9A5A5
(169,165,165)
#BCB9B9
(188,185,185)
#CFCDCD
(207,205,205)
#E2E1E1
(226,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241919; }

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

This text font color is #241919.

Background Color

.myBgColor { background-color: #241919; }

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

This div background color is #241919.

Border color

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

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

This div border color is #241919.

Opacity

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

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

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

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

This text has shadow with #241919 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #241919.

Preview

Color preview on black background

This text has color #241919 on black background.


Color preview on white background

This text has color #241919 on white background.


Black color preview on #241919 background

This text has black color on #241919 background.


White color preview on #241919 background

This text has white color on #241919 background.


Related colors

Complementary color

Complementary color for #hex is #DBE6E6.


I love getcolorcode.com