COLOR #1E2430

HEX: #1E2430 RGB: (30,36,48)

Color info

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

RGB color model

#1E2430 color RGB value is (30,36,48).

RGB: (30,36,48) (12%, 14%, 19%)

RGB channels and saturation

R 30 of 255 = 12%
G 36 of 255 = 14%
B 48 of 255 = 19%

30
36
48

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

Portions of RGB colors in percentages

R + G + B = 30 + 36 + 48 = 114 (100%)
R 30 of 114 ~ 26.32%
G 36 of 114 ~ 31.58%
B 48 of 114 ~ 42.11'%

%26.32
%31.58
%42.11

CMYK color model

#1E2430 color CMYK value is (38,25,0,81).

  • cyan value is 37.50%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 81.18%

CMYK: (38,25,0,81)
C38M25Y0K81 (38%, 25%, 0%, 81%)
(0.38 / 0.25 / 0.00 / 0.81)

CMYK percentages

%37.5
%25
%0
%81.18

Codes

Color #1E2430 in popluar color models

1E 24 30
RGB 30 36 48
HSL 220° 23.08% 15.29%
HSB/HSV 220° 37.50% 18.82%
CMYK 37.50% 25.00% 0.00%
81.18%

Color #1E2430 in popluar number systems.

HEX 1E 24 30
Decimal 30 36 48
Binary 11110 100100 110000
Octal 36 44 60

Shades and tints

Shades of #1E2430

#1E2430
(30,36,48)
#1C212C
(28,33,44)
#1A1E28
(26,30,40)
#181B24
(24,27,36)
#161820
(22,24,32)
#14151C
(20,21,28)
#121218
(18,18,24)
#100F14
(16,15,20)
#0E0C10
(14,12,16)
#0C090C
(12,9,12)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #1E2430

#1E2430
(30,36,48)
#323742
(50,55,66)
#464A54
(70,74,84)
#5A5D66
(90,93,102)
#6E7078
(110,112,120)
#82838A
(130,131,138)
#96969C
(150,150,156)
#AAA9AE
(170,169,174)
#BEBCC0
(190,188,192)
#D2CFD2
(210,207,210)
#E6E2E4
(230,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E2430; }

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

This text font color is #1E2430.

Background Color

.myBgColor { background-color: #1E2430; }

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

This div background color is #1E2430.

Border color

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

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

This div border color is #1E2430.

Opacity

.myOpacity80 { color: #1E2430; opacity: 0.8; }

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

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

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

This text has shadow with #1E2430 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E2430.

Preview

Color preview on black background

This text has color #1E2430 on black background.


Color preview on white background

This text has color #1E2430 on white background.


Black color preview on #1E2430 background

This text has black color on #1E2430 background.


White color preview on #1E2430 background

This text has white color on #1E2430 background.


Related colors

Complementary color

Complementary color for #hex is #E1DBCF.


I love getcolorcode.com

Triadic colors

1 #301E24 and #24301E with #1E2430 are triadic colors.

2 #30241E and #241E30 with #1E2430 are triadic colors.