COLOR #241021

HEX: #241021
RGB: (36,16,33)

Color info

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

RGB color model

#241021 color RGB value is (36,16,33).

  • red value is 36;
  • green value is 16;
  • blue value is 33.
RGB:
(36,16,33)
(14%,6%,13%)

RGB channels and saturation

R 36 of 255 = 14%
G 16 of 255 = 6%
B 33 of 255 = 13%

36
16
33

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

Portions of RGB colors in percentages

R + G + B =
36 + 16 + 33 = 85 (100%)
R 36 of 85 ~ 42.35%
G 16 of 85 ~ 18.82%
B 33 of 85 ~ 38.82%

%42.35
%18.82
%38.82

CMYK color model

#241021 color CMYK value is (0,56,8,86).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 8.33%
  • key color value is 85.88%
CMYK:
(0,56,8,86)
C0M56Y8K86 
(0%,56%,8%,86%)
(0.00/0.56/0.08/0.86)	

CMYK percentages

%0
%55.56
%8.33
%85.88

Codes

Color #241021 in popluar color models

241021
RGB361633
HSL309°38.46%10.20%
HSB/HSV309°55.56%14.12%
CMYK0.00%55.56%8.33%
85.88%

Color #241021 in popluar number systems.

HEX241021
Decimal361633
Binary10010010000100001
Octal442041

Shades and tints

Shades of #241021

#241021
(36,16,33)
#210F1E
(33,15,30)
#1E0E1B
(30,14,27)
#1B0D18
(27,13,24)
#180C15
(24,12,21)
#150B12
(21,11,18)
#120A0F
(18,10,15)
#0F090C
(15,9,12)
#0C0809
(12,8,9)
#090706
(9,7,6)
#060603
(6,6,3)
#000000
(0,0,0)

Tints of #241021

#241021
(36,16,33)
#372535
(55,37,53)
#4A3A49
(74,58,73)
#5D4F5D
(93,79,93)
#706471
(112,100,113)
#837985
(131,121,133)
#968E99
(150,142,153)
#A9A3AD
(169,163,173)
#BCB8C1
(188,184,193)
#CFCDD5
(207,205,213)
#E2E2E9
(226,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241021 color. Also use rgb(36,16,33) instead hex code.

Text Font Color

.myTextColor { color: #241021; }

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

This text font color is #241021.


Background Color

.myBgColor { background-color: #241021; }

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

This div background color is #241021.


Border color

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

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

This div border color is #241021.


Opacity

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

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

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

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

This text has shadow with #241021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241021 on black background.


Color preview on white background

This text has color #241021 on white background.



Black color preview on #241021 background

This text has black color on #241021 background.


White color preview on #241021 background

This text has white color on #241021 background.