COLOR #2E0231

HEX: #2E0231 RGB: (46,2,49)

Color info

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

RGB color model

#2E0231 color RGB value is (46,2,49).

RGB: (46,2,49) (18%, 1%, 19%)

RGB channels and saturation

R 46 of 255 = 18%
G 2 of 255 = 1%
B 49 of 255 = 19%

46
2
49

R + G + B ~ 13%. #2E0231 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 2 + 49 = 97 (100%)
R 46 of 97 ~ 47.42%
G 2 of 97 ~ 2.06%
B 49 of 97 ~ 50.52'%

%47.42
%50.52

CMYK color model

#2E0231 color CMYK value is (6,96,0,81).

  • cyan value is 6.12%
  • magenta value is 95.92%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (6,96,0,81)
C6M96Y0K81 (6%, 96%, 0%, 81%)
(0.06 / 0.96 / 0.00 / 0.81)

CMYK percentages

%6.12
%95.92
%0
%80.78

Codes

Color #2E0231 in popluar color models

2E 02 31
RGB 46 2 49
HSL 296° 92.16% 10.00%
HSB/HSV 296° 95.92% 19.22%
CMYK 6.12% 95.92% 0.00%
80.78%

Color #2E0231 in popluar number systems.

HEX 2E 02 31
Decimal 46 2 49
Binary 101110 10 110001
Octal 56 2 61

Shades and tints

Shades of #2E0231

#2E0231
(46,2,49)
#2A022D
(42,2,45)
#260229
(38,2,41)
#220225
(34,2,37)
#1E0221
(30,2,33)
#1A021D
(26,2,29)
#160219
(22,2,25)
#120215
(18,2,21)
#0E0211
(14,2,17)
#0A020D
(10,2,13)
#060209
(6,2,9)
#000000
(0,0,0)

Tints of #2E0231

#2E0231
(46,2,49)
#411943
(65,25,67)
#543055
(84,48,85)
#674767
(103,71,103)
#7A5E79
(122,94,121)
#8D758B
(141,117,139)
#A08C9D
(160,140,157)
#B3A3AF
(179,163,175)
#C6BAC1
(198,186,193)
#D9D1D3
(217,209,211)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E0231 color. Also use rgb(46,2,49) instead hex code.

Text Font Color

.myTextColor { color: #2E0231; }

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

This text font color is #2E0231.

Background Color

.myBgColor { background-color: #2E0231; }

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

This div background color is #2E0231.

Border color

.myBorderColor { border: 1px solid #2E0231; }

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

This div border color is #2E0231.

Opacity

.myOpacity80 { color: #2E0231; opacity: 0.8; }

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

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

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

This text has shadow with #2E0231 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E0231.

Preview

Color preview on black background

This text has color #2E0231 on black background.


Color preview on white background

This text has color #2E0231 on white background.


Black color preview on #2E0231 background

This text has black color on #2E0231 background.


White color preview on #2E0231 background

This text has white color on #2E0231 background.


Related colors

Complementary color

Complementary color for #hex is #D1FDCE.


I love getcolorcode.com

Triadic colors

1 #312E02 and #02312E with #2E0231 are triadic colors.

2 #31022E and #022E31 with #2E0231 are triadic colors.