COLOR #241830

HEX: #241830
RGB: (36,24,48)

Color info

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

RGB color model

#241830 color RGB value is (36,24,48).

  • red value is 36;
  • green value is 24;
  • blue value is 48.
RGB:
(36,24,48)
(14%,9%,19%)

RGB channels and saturation

R 36 of 255 = 14%
G 24 of 255 = 9%
B 48 of 255 = 19%

36
24
48

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

Portions of RGB colors in percentages

R + G + B =
36 + 24 + 48 = 108 (100%)
R 36 of 108 ~ 33.33%
G 24 of 108 ~ 22.22%
B 48 of 108 ~ 44.44%

%33.33
%22.22
%44.44

CMYK color model

#241830 color CMYK value is (25,50,0,81).

  • cyan value is 25.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(25,50,0,81)
C25M50Y0K81 
(25%,50%,0%,81%)
(0.25/0.50/0.00/0.81)	

CMYK percentages

%25
%50
%0
%81.18

Codes

Color #241830 in popluar color models

241830
RGB362448
HSL270°33.33%14.12%
HSB/HSV270°50.00%18.82%
CMYK25.00%50.00%0.00%
81.18%

Color #241830 in popluar number systems.

HEX241830
Decimal362448
Binary10010011000110000
Octal443060

Shades and tints

Shades of #241830

#241830
(36,24,48)
#21162C
(33,22,44)
#1E1428
(30,20,40)
#1B1224
(27,18,36)
#181020
(24,16,32)
#150E1C
(21,14,28)
#120C18
(18,12,24)
#0F0A14
(15,10,20)
#0C0810
(12,8,16)
#09060C
(9,6,12)
#060408
(6,4,8)
#000000
(0,0,0)

Tints of #241830

#241830
(36,24,48)
#372D42
(55,45,66)
#4A4254
(74,66,84)
#5D5766
(93,87,102)
#706C78
(112,108,120)
#83818A
(131,129,138)
#96969C
(150,150,156)
#A9ABAE
(169,171,174)
#BCC0C0
(188,192,192)
#CFD5D2
(207,213,210)
#E2EAE4
(226,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241830; }

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

This text font color is #241830.


Background Color

.myBgColor { background-color: #241830; }

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

This div background color is #241830.


Border color

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

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

This div border color is #241830.


Opacity

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

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

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

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

This text has shadow with #241830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241830 on black background.


Color preview on white background

This text has color #241830 on white background.



Black color preview on #241830 background

This text has black color on #241830 background.


White color preview on #241830 background

This text has white color on #241830 background.