COLOR #241929

HEX: #241929
RGB: (36,25,41)

Color info

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

RGB color model

#241929 color RGB value is (36,25,41).

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

RGB channels and saturation

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

36
25
41

R + G + B ~ 13%. #241929 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 25 + 41 = 102 (100%)
R 36 of 102 ~ 35.29%
G 25 of 102 ~ 24.51%
B 41 of 102 ~ 40.2%

%35.29
%24.51
%40.2

CMYK color model

#241929 color CMYK value is (12,39,0,84).

  • cyan value is 12.20%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(12,39,0,84)
C12M39Y0K84 
(12%,39%,0%,84%)
(0.12/0.39/0.00/0.84)	

CMYK percentages

%12.2
%39.02
%0
%83.92

Codes

Color #241929 in popluar color models

241929
RGB362541
HSL281°24.24%12.94%
HSB/HSV281°39.02%16.08%
CMYK12.20%39.02%0.00%
83.92%

Color #241929 in popluar number systems.

HEX241929
Decimal362541
Binary10010011001101001
Octal443151

Shades and tints

Shades of #241929

#241929
(36,25,41)
#211726
(33,23,38)
#1E1523
(30,21,35)
#1B1320
(27,19,32)
#18111D
(24,17,29)
#150F1A
(21,15,26)
#120D17
(18,13,23)
#0F0B14
(15,11,20)
#0C0911
(12,9,17)
#09070E
(9,7,14)
#06050B
(6,5,11)
#000000
(0,0,0)

Tints of #241929

#241929
(36,25,41)
#372D3C
(55,45,60)
#4A414F
(74,65,79)
#5D5562
(93,85,98)
#706975
(112,105,117)
#837D88
(131,125,136)
#96919B
(150,145,155)
#A9A5AE
(169,165,174)
#BCB9C1
(188,185,193)
#CFCDD4
(207,205,212)
#E2E1E7
(226,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241929; }

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

This text font color is #241929.


Background Color

.myBgColor { background-color: #241929; }

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

This div background color is #241929.


Border color

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

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

This div border color is #241929.


Opacity

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

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

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

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

This text has shadow with #241929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241929 on black background.


Color preview on white background

This text has color #241929 on white background.



Black color preview on #241929 background

This text has black color on #241929 background.


White color preview on #241929 background

This text has white color on #241929 background.