COLOR #241E01

HEX: #241E01
RGB: (36,30,1)

Color info

#241E01 contains red, green and blue colors in about the same proportion. Web safe color of #241E01 is #333300 (or #330).

RGB color model

#241E01 color RGB value is (36,30,1).

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

RGB channels and saturation

R 36 of 255 = 14%
G 30 of 255 = 12%
B 1 of 255 = 0%

36
30
1

R + G + B ~ 9%. #241E01 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 30 + 1 = 67 (100%)
R 36 of 67 ~ 53.73%
G 30 of 67 ~ 44.78%
B 1 of 67 ~ 1.49%

%53.73
%44.78

CMYK color model

#241E01 color CMYK value is (0,17,97,86).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 97.22%
  • key color value is 85.88%
CMYK:
(0,17,97,86)
C0M17Y97K86 
(0%,17%,97%,86%)
(0.00/0.17/0.97/0.86)	

CMYK percentages

%0
%16.67
%97.22
%85.88

Codes

Color #241E01 in popluar color models

241E01
RGB36301
HSL50°94.59%7.25%
HSB/HSV50°97.22%14.12%
CMYK0.00%16.67%97.22%
85.88%

Color #241E01 in popluar number systems.

HEX241E01
Decimal36301
Binary100100111101
Octal44361

Shades and tints

Shades of #241E01

#241E01
(36,30,1)
#211C01
(33,28,1)
#1E1A01
(30,26,1)
#1B1801
(27,24,1)
#181601
(24,22,1)
#151401
(21,20,1)
#121201
(18,18,1)
#0F1001
(15,16,1)
#0C0E01
(12,14,1)
#090C01
(9,12,1)
#060A01
(6,10,1)
#000000
(0,0,0)

Tints of #241E01

#241E01
(36,30,1)
#373218
(55,50,24)
#4A462F
(74,70,47)
#5D5A46
(93,90,70)
#706E5D
(112,110,93)
#838274
(131,130,116)
#96968B
(150,150,139)
#A9AAA2
(169,170,162)
#BCBEB9
(188,190,185)
#CFD2D0
(207,210,208)
#E2E6E7
(226,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241E01; }

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

This text font color is #241E01.


Background Color

.myBgColor { background-color: #241E01; }

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

This div background color is #241E01.


Border color

.myBorderColor { border: 1px solid #241E01; }

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

This div border color is #241E01.


Opacity

.myOpacity80 { color: #241E01; opacity: 0.8; }

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

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

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

This text has shadow with #241E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241E01 on black background.


Color preview on white background

This text has color #241E01 on white background.



Black color preview on #241E01 background

This text has black color on #241E01 background.


White color preview on #241E01 background

This text has white color on #241E01 background.