COLOR #241838

HEX: #241838 RGB: (36,24,56)

Color info

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

RGB color model

#241838 color RGB value is (36,24,56).

RGB: (36,24,56) (14%, 9%, 22%)

RGB channels and saturation

R 36 of 255 = 14%
G 24 of 255 = 9%
B 56 of 255 = 22%

36
24
56

R + G + B ~ 15%. #241838 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 24 + 56 = 116 (100%)
R 36 of 116 ~ 31.03%
G 24 of 116 ~ 20.69%
B 56 of 116 ~ 48.28'%

%31.03
%20.69
%48.28

CMYK color model

#241838 color CMYK value is (36,57,0,78).

  • cyan value is 35.71%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK: (36,57,0,78) C36M57Y0K78 (36%,57%,0%,78%) (0.36/0.57/0.00/0.78) 

CMYK percentages

%35.71
%57.14
%0
%78.04

Codes

Color #241838 in popluar color models

24 18 38
RGB 36 24 56
HSL 263° 40.00% 15.69%
HSB/HSV 263° 57.14% 21.96%
CMYK 35.71% 57.14% 0.00%
78.04%

Color #241838 in popluar number systems.

HEX 24 18 38
Decimal 36 24 56
Binary 100100 11000 111000
Octal 44 30 70

Shades and tints

Shades of #241838

#241838
(36,24,56)
#211633
(33,22,51)
#1E142E
(30,20,46)
#1B1229
(27,18,41)
#181024
(24,16,36)
#150E1F
(21,14,31)
#120C1A
(18,12,26)
#0F0A15
(15,10,21)
#0C0810
(12,8,16)
#09060B
(9,6,11)
#060406
(6,4,6)
#000000
(0,0,0)

Tints of #241838

#241838
(36,24,56)
#372D4A
(55,45,74)
#4A425C
(74,66,92)
#5D576E
(93,87,110)
#706C80
(112,108,128)
#838192
(131,129,146)
#9696A4
(150,150,164)
#A9ABB6
(169,171,182)
#BCC0C8
(188,192,200)
#CFD5DA
(207,213,218)
#E2EAEC
(226,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241838 color. Also use rgb(36,24,56) instead hex code.

Text Font Color

.myTextColor { color: #241838; }

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

This text font color is #241838.

Background Color

.myBgColor { background-color: #241838; }

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

This div background color is #241838.

Border color

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

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

This div border color is #241838.

Opacity

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

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

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

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

This text has shadow with #241838 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #241838.

Preview

Color preview on black background

This text has color #241838 on black background.


Color preview on white background

This text has color #241838 on white background.


Black color preview on #241838 background

This text has black color on #241838 background.


White color preview on #241838 background

This text has white color on #241838 background.


Related colors

Complementary color

Complementary color for #hex is #DBE7C7.


I love getcolorcode.com

Triadic colors

1 #382418 and #183824 with #241838 are triadic colors.

2 #381824 and #182438 with #241838 are triadic colors.