COLOR #241F14

HEX: #241F14
RGB: (36,31,20)

Color info

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

RGB color model

#241F14 color RGB value is (36,31,20).

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

RGB channels and saturation

R 36 of 255 = 14%
G 31 of 255 = 12%
B 20 of 255 = 8%

36
31
20

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

Portions of RGB colors in percentages

R + G + B =
36 + 31 + 20 = 87 (100%)
R 36 of 87 ~ 41.38%
G 31 of 87 ~ 35.63%
B 20 of 87 ~ 22.99%

%41.38
%35.63
%22.99

CMYK color model

#241F14 color CMYK value is (0,14,44,86).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 44.44%
  • key color value is 85.88%
CMYK:
(0,14,44,86)
C0M14Y44K86 
(0%,14%,44%,86%)
(0.00/0.14/0.44/0.86)	

CMYK percentages

%0
%13.89
%44.44
%85.88

Codes

Color #241F14 in popluar color models

241F14
RGB363120
HSL41°28.57%10.98%
HSB/HSV41°44.44%14.12%
CMYK0.00%13.89%44.44%
85.88%

Color #241F14 in popluar number systems.

HEX241F14
Decimal363120
Binary1001001111110100
Octal443724

Shades and tints

Shades of #241F14

#241F14
(36,31,20)
#211D13
(33,29,19)
#1E1B12
(30,27,18)
#1B1911
(27,25,17)
#181710
(24,23,16)
#15150F
(21,21,15)
#12130E
(18,19,14)
#0F110D
(15,17,13)
#0C0F0C
(12,15,12)
#090D0B
(9,13,11)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #241F14

#241F14
(36,31,20)
#373329
(55,51,41)
#4A473E
(74,71,62)
#5D5B53
(93,91,83)
#706F68
(112,111,104)
#83837D
(131,131,125)
#969792
(150,151,146)
#A9ABA7
(169,171,167)
#BCBFBC
(188,191,188)
#CFD3D1
(207,211,209)
#E2E7E6
(226,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241F14; }

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

This text font color is #241F14.


Background Color

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

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

This div background color is #241F14.


Border color

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

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

This div border color is #241F14.


Opacity

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

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

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

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

This text has shadow with #241F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241F14 on black background.


Color preview on white background

This text has color #241F14 on white background.



Black color preview on #241F14 background

This text has black color on #241F14 background.


White color preview on #241F14 background

This text has white color on #241F14 background.