COLOR #241336

HEX: #241336
RGB: (36,19,54)

Color info

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

RGB color model

#241336 color RGB value is (36,19,54).

  • red value is 36;
  • green value is 19;
  • blue value is 54.
RGB:
(36,19,54)
(14%,7%,21%)

RGB channels and saturation

R 36 of 255 = 14%
G 19 of 255 = 7%
B 54 of 255 = 21%

36
19
54

R + G + B ~ 14%. #241336 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 19 + 54 = 109 (100%)
R 36 of 109 ~ 33.03%
G 19 of 109 ~ 17.43%
B 54 of 109 ~ 49.54%

%33.03
%17.43
%49.54

CMYK color model

#241336 color CMYK value is (33,65,0,79).

  • cyan value is 33.33%
  • magenta value is 64.81%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(33,65,0,79)
C33M65Y0K79 
(33%,65%,0%,79%)
(0.33/0.65/0.00/0.79)	

CMYK percentages

%33.33
%64.81
%0
%78.82

Codes

Color #241336 in popluar color models

241336
RGB361954
HSL269°47.95%14.31%
HSB/HSV269°64.81%21.18%
CMYK33.33%64.81%0.00%
78.82%

Color #241336 in popluar number systems.

HEX241336
Decimal361954
Binary10010010011110110
Octal442366

Shades and tints

Shades of #241336

#241336
(36,19,54)
#211232
(33,18,50)
#1E112E
(30,17,46)
#1B102A
(27,16,42)
#180F26
(24,15,38)
#150E22
(21,14,34)
#120D1E
(18,13,30)
#0F0C1A
(15,12,26)
#0C0B16
(12,11,22)
#090A12
(9,10,18)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #241336

#241336
(36,19,54)
#372848
(55,40,72)
#4A3D5A
(74,61,90)
#5D526C
(93,82,108)
#70677E
(112,103,126)
#837C90
(131,124,144)
#9691A2
(150,145,162)
#A9A6B4
(169,166,180)
#BCBBC6
(188,187,198)
#CFD0D8
(207,208,216)
#E2E5EA
(226,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241336 color. Also use rgb(36,19,54) instead hex code.

Text Font Color

.myTextColor { color: #241336; }

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

This text font color is #241336.


Background Color

.myBgColor { background-color: #241336; }

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

This div background color is #241336.


Border color

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

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

This div border color is #241336.


Opacity

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

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

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

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

This text has shadow with #241336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241336 on black background.


Color preview on white background

This text has color #241336 on white background.



Black color preview on #241336 background

This text has black color on #241336 background.


White color preview on #241336 background

This text has white color on #241336 background.