COLOR #242129

HEX: #242129 RGB: (36,33,41)

Color info

#242129 contains red, green and blue colors in about the same proportion. Web safe color of #242129 is #333333 (or #333).

RGB color model

#242129 color RGB value is (36,33,41).

RGB: (36,33,41) (14%, 13%, 16%)

RGB channels and saturation

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

36
33
41

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

Portions of RGB colors in percentages

R + G + B = 36 + 33 + 41 = 110 (100%)
R 36 of 110 ~ 32.73%
G 33 of 110 ~ 30%
B 41 of 110 ~ 37.27'%

%32.73
%30
%37.27

CMYK color model

#242129 color CMYK value is (12,20,0,84).

  • cyan value is 12.20%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK: (12,20,0,84) C12M20Y0K84 (12%,20%,0%,84%) (0.12/0.20/0.00/0.84) 

CMYK percentages

%12.2
%19.51
%0
%83.92

Codes

Color #242129 in popluar color models

24 21 29
RGB 36 33 41
HSL 263° 10.81% 14.51%
HSB/HSV 263° 19.51% 16.08%
CMYK 12.20% 19.51% 0.00%
83.92%

Color #242129 in popluar number systems.

HEX 24 21 29
Decimal 36 33 41
Binary 100100 100001 101001
Octal 44 41 51

Shades and tints

Shades of #242129

#242129
(36,33,41)
#211E26
(33,30,38)
#1E1B23
(30,27,35)
#1B1820
(27,24,32)
#18151D
(24,21,29)
#15121A
(21,18,26)
#120F17
(18,15,23)
#0F0C14
(15,12,20)
#0C0911
(12,9,17)
#09060E
(9,6,14)
#06030B
(6,3,11)
#000000
(0,0,0)

Tints of #242129

#242129
(36,33,41)
#37353C
(55,53,60)
#4A494F
(74,73,79)
#5D5D62
(93,93,98)
#707175
(112,113,117)
#838588
(131,133,136)
#96999B
(150,153,155)
#A9ADAE
(169,173,174)
#BCC1C1
(188,193,193)
#CFD5D4
(207,213,212)
#E2E9E7
(226,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242129; }

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

This text font color is #242129.

Background Color

.myBgColor { background-color: #242129; }

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

This div background color is #242129.

Border color

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

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

This div border color is #242129.

Opacity

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

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

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

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

This text has shadow with #242129 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #242129.

Preview

Color preview on black background

This text has color #242129 on black background.


Color preview on white background

This text has color #242129 on white background.


Black color preview on #242129 background

This text has black color on #242129 background.


White color preview on #242129 background

This text has white color on #242129 background.


Related colors

Complementary color

Complementary color for #hex is #DBDED6.


I love getcolorcode.com

Triadic colors

1 #292421 and #212924 with #242129 are triadic colors.

2 #292124 and #212429 with #242129 are triadic colors.