COLOR #243331

HEX: #243331 RGB: (36,51,49)

Color info

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

RGB color model

#243331 color RGB value is (36,51,49).

RGB: (36,51,49) (14%, 20%, 19%)

RGB channels and saturation

R 36 of 255 = 14%
G 51 of 255 = 20%
B 49 of 255 = 19%

36
51
49

R + G + B ~ 18%. #243331 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 51 + 49 = 136 (100%)
R 36 of 136 ~ 26.47%
G 51 of 136 ~ 37.5%
B 49 of 136 ~ 36.03'%

%26.47
%37.5
%36.03

CMYK color model

#243331 color CMYK value is (29,0,4,80).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 80.00%

CMYK: (29,0,4,80)
C29M0Y4K80 (29%, 0%, 4%, 80%)
(0.29 / 0.00 / 0.04 / 0.80)

CMYK percentages

%29.41
%0
%3.92
%80

Codes

Color #243331 in popluar color models

24 33 31
RGB 36 51 49
HSL 172° 17.24% 17.06%
HSB/HSV 172° 29.41% 20.00%
CMYK 29.41% 0.00% 3.92%
80.00%

Color #243331 in popluar number systems.

HEX 24 33 31
Decimal 36 51 49
Binary 100100 110011 110001
Octal 44 63 61

Shades and tints

Shades of #243331

#243331
(36,51,49)
#212F2D
(33,47,45)
#1E2B29
(30,43,41)
#1B2725
(27,39,37)
#182321
(24,35,33)
#151F1D
(21,31,29)
#121B19
(18,27,25)
#0F1715
(15,23,21)
#0C1311
(12,19,17)
#090F0D
(9,15,13)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #243331

#243331
(36,51,49)
#374543
(55,69,67)
#4A5755
(74,87,85)
#5D6967
(93,105,103)
#707B79
(112,123,121)
#838D8B
(131,141,139)
#969F9D
(150,159,157)
#A9B1AF
(169,177,175)
#BCC3C1
(188,195,193)
#CFD5D3
(207,213,211)
#E2E7E5
(226,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #243331 color. Also use rgb(36,51,49) instead hex code.

Text Font Color

.myTextColor { color: #243331; }

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

This text font color is #243331.

Background Color

.myBgColor { background-color: #243331; }

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

This div background color is #243331.

Border color

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

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

This div border color is #243331.

Opacity

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

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

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

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

This text has shadow with #243331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #243331.

Preview

Color preview on black background

This text has color #243331 on black background.


Color preview on white background

This text has color #243331 on white background.


Black color preview on #243331 background

This text has black color on #243331 background.


White color preview on #243331 background

This text has white color on #243331 background.


Related colors

Complementary color

Complementary color for #hex is #DBCCCE.


I love getcolorcode.com

Triadic colors

1 #312433 and #333124 with #243331 are triadic colors.

2 #313324 and #332431 with #243331 are triadic colors.