COLOR #241721

HEX: #241721 RGB: (36,23,33)

Color info

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

RGB color model

#241721 color RGB value is (36,23,33).

RGB: (36,23,33) (14%, 9%, 13%)

RGB channels and saturation

R 36 of 255 = 14%
G 23 of 255 = 9%
B 33 of 255 = 13%

36
23
33

R + G + B ~ 12%. #241721 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 23 + 33 = 92 (100%)
R 36 of 92 ~ 39.13%
G 23 of 92 ~ 25%
B 33 of 92 ~ 35.87'%

%39.13
%25
%35.87

CMYK color model

#241721 color CMYK value is (0,36,8,86).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 8.33%
  • key color value is 85.88%

CMYK: (0,36,8,86)
C0M36Y8K86 (0%, 36%, 8%, 86%)
(0.00 / 0.36 / 0.08 / 0.86)

CMYK percentages

%0
%36.11
%8.33
%85.88

Codes

Color #241721 in popluar color models

24 17 21
RGB 36 23 33
HSL 314° 22.03% 11.57%
HSB/HSV 314° 36.11% 14.12%
CMYK 0.00% 36.11% 8.33%
85.88%

Color #241721 in popluar number systems.

HEX 24 17 21
Decimal 36 23 33
Binary 100100 10111 100001
Octal 44 27 41

Shades and tints

Shades of #241721

#241721
(36,23,33)
#21151E
(33,21,30)
#1E131B
(30,19,27)
#1B1118
(27,17,24)
#180F15
(24,15,21)
#150D12
(21,13,18)
#120B0F
(18,11,15)
#0F090C
(15,9,12)
#0C0709
(12,7,9)
#090506
(9,5,6)
#060303
(6,3,3)
#000000
(0,0,0)

Tints of #241721

#241721
(36,23,33)
#372C35
(55,44,53)
#4A4149
(74,65,73)
#5D565D
(93,86,93)
#706B71
(112,107,113)
#838085
(131,128,133)
#969599
(150,149,153)
#A9AAAD
(169,170,173)
#BCBFC1
(188,191,193)
#CFD4D5
(207,212,213)
#E2E9E9
(226,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241721; }

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

This text font color is #241721.

Background Color

.myBgColor { background-color: #241721; }

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

This div background color is #241721.

Border color

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

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

This div border color is #241721.

Opacity

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

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

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

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

This text has shadow with #241721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #241721.

Preview

Color preview on black background

This text has color #241721 on black background.


Color preview on white background

This text has color #241721 on white background.


Black color preview on #241721 background

This text has black color on #241721 background.


White color preview on #241721 background

This text has white color on #241721 background.


Related colors

Complementary color

Complementary color for #hex is #DBE8DE.


I love getcolorcode.com

Triadic colors

1 #212417 and #172124 with #241721 are triadic colors.

2 #211724 and #172421 with #241721 are triadic colors.