COLOR #241719

HEX: #241719
RGB: (36,23,25)

Color info

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

RGB color model

#241719 color RGB value is (36,23,25).

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

RGB channels and saturation

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

36
23
25

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

Portions of RGB colors in percentages

R + G + B =
36 + 23 + 25 = 84 (100%)
R 36 of 84 ~ 42.86%
G 23 of 84 ~ 27.38%
B 25 of 84 ~ 29.76%

%42.86
%27.38
%29.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 30.56%
  • key color value is 85.88%
CMYK:
(0,36,31,86)
C0M36Y31K86 
(0%,36%,31%,86%)
(0.00/0.36/0.31/0.86)	

CMYK percentages

%0
%36.11
%30.56
%85.88

Codes

Color #241719 in popluar color models

241719
RGB362325
HSL351°22.03%11.57%
HSB/HSV351°36.11%14.12%
CMYK0.00%36.11%30.56%
85.88%

Color #241719 in popluar number systems.

HEX241719
Decimal362325
Binary1001001011111001
Octal442731

Shades and tints

Shades of #241719

#241719
(36,23,25)
#211517
(33,21,23)
#1E1315
(30,19,21)
#1B1113
(27,17,19)
#180F11
(24,15,17)
#150D0F
(21,13,15)
#120B0D
(18,11,13)
#0F090B
(15,9,11)
#0C0709
(12,7,9)
#090507
(9,5,7)
#060305
(6,3,5)
#000000
(0,0,0)

Tints of #241719

#241719
(36,23,25)
#372C2D
(55,44,45)
#4A4141
(74,65,65)
#5D5655
(93,86,85)
#706B69
(112,107,105)
#83807D
(131,128,125)
#969591
(150,149,145)
#A9AAA5
(169,170,165)
#BCBFB9
(188,191,185)
#CFD4CD
(207,212,205)
#E2E9E1
(226,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241719; }

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

This text font color is #241719.


Background Color

.myBgColor { background-color: #241719; }

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

This div background color is #241719.


Border color

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

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

This div border color is #241719.


Opacity

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

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

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

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

This text has shadow with #241719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241719 on black background.


Color preview on white background

This text has color #241719 on white background.



Black color preview on #241719 background

This text has black color on #241719 background.


White color preview on #241719 background

This text has white color on #241719 background.