COLOR #241936

HEX: #241936
RGB: (36,25,54)

Color info

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

RGB color model

#241936 color RGB value is (36,25,54).

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

RGB channels and saturation

R 36 of 255 = 14%
G 25 of 255 = 10%
B 54 of 255 = 21%

36
25
54

R + G + B ~ 15%. #241936 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 25 + 54 = 115 (100%)
R 36 of 115 ~ 31.3%
G 25 of 115 ~ 21.74%
B 54 of 115 ~ 46.96%

%31.3
%21.74
%46.96

CMYK color model

#241936 color CMYK value is (33,54,0,79).

  • cyan value is 33.33%
  • magenta value is 53.70%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(33,54,0,79)
C33M54Y0K79 
(33%,54%,0%,79%)
(0.33/0.54/0.00/0.79)	

CMYK percentages

%33.33
%53.7
%0
%78.82

Codes

Color #241936 in popluar color models

241936
RGB362554
HSL263°36.71%15.49%
HSB/HSV263°53.70%21.18%
CMYK33.33%53.70%0.00%
78.82%

Color #241936 in popluar number systems.

HEX241936
Decimal362554
Binary10010011001110110
Octal443166

Shades and tints

Shades of #241936

#241936
(36,25,54)
#211732
(33,23,50)
#1E152E
(30,21,46)
#1B132A
(27,19,42)
#181126
(24,17,38)
#150F22
(21,15,34)
#120D1E
(18,13,30)
#0F0B1A
(15,11,26)
#0C0916
(12,9,22)
#090712
(9,7,18)
#06050E
(6,5,14)
#000000
(0,0,0)

Tints of #241936

#241936
(36,25,54)
#372D48
(55,45,72)
#4A415A
(74,65,90)
#5D556C
(93,85,108)
#70697E
(112,105,126)
#837D90
(131,125,144)
#9691A2
(150,145,162)
#A9A5B4
(169,165,180)
#BCB9C6
(188,185,198)
#CFCDD8
(207,205,216)
#E2E1EA
(226,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241936; }

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

This text font color is #241936.


Background Color

.myBgColor { background-color: #241936; }

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

This div background color is #241936.


Border color

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

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

This div border color is #241936.


Opacity

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

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

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

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

This text has shadow with #241936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241936 on black background.


Color preview on white background

This text has color #241936 on white background.



Black color preview on #241936 background

This text has black color on #241936 background.


White color preview on #241936 background

This text has white color on #241936 background.