COLOR #243330

HEX: #243330 RGB: (36,51,48)

Color info

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

RGB color model

#243330 color RGB value is (36,51,48).

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

RGB channels and saturation

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

36
51
48

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

Portions of RGB colors in percentages

R + G + B = 36 + 51 + 48 = 135 (100%)
R 36 of 135 ~ 26.67%
G 51 of 135 ~ 37.78%
B 48 of 135 ~ 35.56'%

%26.67
%37.78
%35.56

CMYK color model

#243330 color CMYK value is (29,0,6,80).

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

CMYK: (29,0,6,80)
C29M0Y6K80 (29%, 0%, 6%, 80%)
(0.29 / 0.00 / 0.06 / 0.80)

CMYK percentages

%29.41
%0
%5.88
%80

Codes

Color #243330 in popluar color models

24 33 30
RGB 36 51 48
HSL 168° 17.24% 17.06%
HSB/HSV 168° 29.41% 20.00%
CMYK 29.41% 0.00% 5.88%
80.00%

Color #243330 in popluar number systems.

HEX 24 33 30
Decimal 36 51 48
Binary 100100 110011 110000
Octal 44 63 60

Shades and tints

Shades of #243330

#243330
(36,51,48)
#212F2C
(33,47,44)
#1E2B28
(30,43,40)
#1B2724
(27,39,36)
#182320
(24,35,32)
#151F1C
(21,31,28)
#121B18
(18,27,24)
#0F1714
(15,23,20)
#0C1310
(12,19,16)
#090F0C
(9,15,12)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #243330

#243330
(36,51,48)
#374542
(55,69,66)
#4A5754
(74,87,84)
#5D6966
(93,105,102)
#707B78
(112,123,120)
#838D8A
(131,141,138)
#969F9C
(150,159,156)
#A9B1AE
(169,177,174)
#BCC3C0
(188,195,192)
#CFD5D2
(207,213,210)
#E2E7E4
(226,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #243330; }

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

This text font color is #243330.

Background Color

.myBgColor { background-color: #243330; }

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

This div background color is #243330.

Border color

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

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

This div border color is #243330.

Opacity

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

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

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

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

This text has shadow with #243330 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #243330.

Preview

Color preview on black background

This text has color #243330 on black background.


Color preview on white background

This text has color #243330 on white background.


Black color preview on #243330 background

This text has black color on #243330 background.


White color preview on #243330 background

This text has white color on #243330 background.


Related colors

Complementary color

Complementary color for #hex is #DBCCCF.


I love getcolorcode.com

Triadic colors

1 #302433 and #333024 with #243330 are triadic colors.

2 #303324 and #332430 with #243330 are triadic colors.