COLOR #241428

HEX: #241428
RGB: (36,20,40)

Color info

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

RGB color model

#241428 color RGB value is (36,20,40).

  • red value is 36;
  • green value is 20;
  • blue value is 40.
RGB:
(36,20,40)
(14%,8%,16%)

RGB channels and saturation

R 36 of 255 = 14%
G 20 of 255 = 8%
B 40 of 255 = 16%

36
20
40

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

Portions of RGB colors in percentages

R + G + B =
36 + 20 + 40 = 96 (100%)
R 36 of 96 ~ 37.5%
G 20 of 96 ~ 20.83%
B 40 of 96 ~ 41.67%

%37.5
%20.83
%41.67

CMYK color model

#241428 color CMYK value is (10,50,0,84).

  • cyan value is 10.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(10,50,0,84)
C10M50Y0K84 
(10%,50%,0%,84%)
(0.10/0.50/0.00/0.84)	

CMYK percentages

%10
%50
%0
%84.31

Codes

Color #241428 in popluar color models

241428
RGB362040
HSL288°33.33%11.76%
HSB/HSV288°50.00%15.69%
CMYK10.00%50.00%0.00%
84.31%

Color #241428 in popluar number systems.

HEX241428
Decimal362040
Binary10010010100101000
Octal442450

Shades and tints

Shades of #241428

#241428
(36,20,40)
#211325
(33,19,37)
#1E1222
(30,18,34)
#1B111F
(27,17,31)
#18101C
(24,16,28)
#150F19
(21,15,25)
#120E16
(18,14,22)
#0F0D13
(15,13,19)
#0C0C10
(12,12,16)
#090B0D
(9,11,13)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #241428

#241428
(36,20,40)
#37293B
(55,41,59)
#4A3E4E
(74,62,78)
#5D5361
(93,83,97)
#706874
(112,104,116)
#837D87
(131,125,135)
#96929A
(150,146,154)
#A9A7AD
(169,167,173)
#BCBCC0
(188,188,192)
#CFD1D3
(207,209,211)
#E2E6E6
(226,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241428; }

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

This text font color is #241428.


Background Color

.myBgColor { background-color: #241428; }

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

This div background color is #241428.


Border color

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

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

This div border color is #241428.


Opacity

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

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

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

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

This text has shadow with #241428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241428 on black background.


Color preview on white background

This text has color #241428 on white background.



Black color preview on #241428 background

This text has black color on #241428 background.


White color preview on #241428 background

This text has white color on #241428 background.