COLOR #2E0121

HEX: #2E0121
RGB: (46,1,33)

Color info

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

RGB color model

#2E0121 color RGB value is (46,1,33).

  • red value is 46;
  • green value is 1;
  • blue value is 33.
RGB:
(46,1,33)
(18%,0%,13%)

RGB channels and saturation

R 46 of 255 = 18%
G 1 of 255 = 0%
B 33 of 255 = 13%

46
1
33

R + G + B ~ 10%. #2E0121 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 1 + 33 = 80 (100%)
R 46 of 80 ~ 57.5%
G 1 of 80 ~ 1.25%
B 33 of 80 ~ 41.25%

%57.5
%41.25

CMYK color model

#2E0121 color CMYK value is (0,98,28,82).

  • cyan value is 0.00%
  • magenta value is 97.83%
  • yellow value is 28.26%
  • key color value is 81.96%
CMYK:
(0,98,28,82)
C0M98Y28K82 
(0%,98%,28%,82%)
(0.00/0.98/0.28/0.82)	

CMYK percentages

%0
%97.83
%28.26
%81.96

Codes

Color #2E0121 in popluar color models

2E0121
RGB46133
HSL317°95.74%9.22%
HSB/HSV317°97.83%18.04%
CMYK0.00%97.83%28.26%
81.96%

Color #2E0121 in popluar number systems.

HEX2E0121
Decimal46133
Binary1011101100001
Octal56141

Shades and tints

Shades of #2E0121

#2E0121
(46,1,33)
#2A011E
(42,1,30)
#26011B
(38,1,27)
#220118
(34,1,24)
#1E0115
(30,1,21)
#1A0112
(26,1,18)
#16010F
(22,1,15)
#12010C
(18,1,12)
#0E0109
(14,1,9)
#0A0106
(10,1,6)
#060103
(6,1,3)
#000000
(0,0,0)

Tints of #2E0121

#2E0121
(46,1,33)
#411835
(65,24,53)
#542F49
(84,47,73)
#67465D
(103,70,93)
#7A5D71
(122,93,113)
#8D7485
(141,116,133)
#A08B99
(160,139,153)
#B3A2AD
(179,162,173)
#C6B9C1
(198,185,193)
#D9D0D5
(217,208,213)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E0121; }

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

This text font color is #2E0121.


Background Color

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

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

This div background color is #2E0121.


Border color

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

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

This div border color is #2E0121.


Opacity

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

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

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

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

This text has shadow with #2E0121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E0121 on black background.


Color preview on white background

This text has color #2E0121 on white background.



Black color preview on #2E0121 background

This text has black color on #2E0121 background.


White color preview on #2E0121 background

This text has white color on #2E0121 background.