COLOR #241501

HEX: #241501
RGB: (36,21,1)

Color info

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

RGB color model

#241501 color RGB value is (36,21,1).

  • red value is 36;
  • green value is 21;
  • blue value is 1.
RGB:
(36,21,1)
(14%,8%,0%)

RGB channels and saturation

R 36 of 255 = 14%
G 21 of 255 = 8%
B 1 of 255 = 0%

36
21
1

R + G + B ~ 7%. #241501 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 21 + 1 = 58 (100%)
R 36 of 58 ~ 62.07%
G 21 of 58 ~ 36.21%
B 1 of 58 ~ 1.72%

%62.07
%36.21

CMYK color model

#241501 color CMYK value is (0,42,97,86).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 97.22%
  • key color value is 85.88%
CMYK:
(0,42,97,86)
C0M42Y97K86 
(0%,42%,97%,86%)
(0.00/0.42/0.97/0.86)	

CMYK percentages

%0
%41.67
%97.22
%85.88

Codes

Color #241501 in popluar color models

241501
RGB36211
HSL34°94.59%7.25%
HSB/HSV34°97.22%14.12%
CMYK0.00%41.67%97.22%
85.88%

Color #241501 in popluar number systems.

HEX241501
Decimal36211
Binary100100101011
Octal44251

Shades and tints

Shades of #241501

#241501
(36,21,1)
#211401
(33,20,1)
#1E1301
(30,19,1)
#1B1201
(27,18,1)
#181101
(24,17,1)
#151001
(21,16,1)
#120F01
(18,15,1)
#0F0E01
(15,14,1)
#0C0D01
(12,13,1)
#090C01
(9,12,1)
#060B01
(6,11,1)
#000000
(0,0,0)

Tints of #241501

#241501
(36,21,1)
#372A18
(55,42,24)
#4A3F2F
(74,63,47)
#5D5446
(93,84,70)
#70695D
(112,105,93)
#837E74
(131,126,116)
#96938B
(150,147,139)
#A9A8A2
(169,168,162)
#BCBDB9
(188,189,185)
#CFD2D0
(207,210,208)
#E2E7E7
(226,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241501; }

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

This text font color is #241501.


Background Color

.myBgColor { background-color: #241501; }

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

This div background color is #241501.


Border color

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

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

This div border color is #241501.


Opacity

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

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

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

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

This text has shadow with #241501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241501 on black background.


Color preview on white background

This text has color #241501 on white background.



Black color preview on #241501 background

This text has black color on #241501 background.


White color preview on #241501 background

This text has white color on #241501 background.