COLOR #0E0202

HEX: #0E0202
RGB: (14,2,2)

Color info

#0E0202 contains red, green and blue colors in about the same proportion. #0E0202 color is web safe color. It maybe written shortly as #000.

RGB color model

#0E0202 color RGB value is (14,2,2).

  • red value is 14;
  • green value is 2;
  • blue value is 2.
RGB:
(14,2,2)
(5%,1%,1%)

RGB channels and saturation

R 14 of 255 = 5%
G 2 of 255 = 1%
B 2 of 255 = 1%

14
2
2

R + G + B ~ 2%. #0E0202 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 2 + 2 = 18 (100%)
R 14 of 18 ~ 77.78%
G 2 of 18 ~ 11.11%
B 2 of 18 ~ 11.11%

%77.78
%11.11
%11.11

CMYK color model

#0E0202 color CMYK value is (0,86,86,95).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 85.71%
  • key color value is 94.51%
CMYK:
(0,86,86,95)
C0M86Y86K95 
(0%,86%,86%,95%)
(0.00/0.86/0.86/0.95)	

CMYK percentages

%0
%85.71
%85.71
%94.51

Codes

Color #0E0202 in popluar color models

0E0202
RGB1422
HSL75.00%3.14%
HSB/HSV85.71%5.49%
CMYK0.00%85.71%85.71%
94.51%

Color #0E0202 in popluar number systems.

HEX0E0202
Decimal1422
Binary11101010
Octal1622

Shades and tints

Shades of #0E0202

#0E0202
(14,2,2)
#0D0202
(13,2,2)
#0C0202
(12,2,2)
#0B0202
(11,2,2)
#0A0202
(10,2,2)
#090202
(9,2,2)
#080202
(8,2,2)
#070202
(7,2,2)
#060202
(6,2,2)
#050202
(5,2,2)
#040202
(4,2,2)
#000000
(0,0,0)

Tints of #0E0202

#0E0202
(14,2,2)
#231919
(35,25,25)
#383030
(56,48,48)
#4D4747
(77,71,71)
#625E5E
(98,94,94)
#777575
(119,117,117)
#8C8C8C
(140,140,140)
#A1A3A3
(161,163,163)
#B6BABA
(182,186,186)
#CBD1D1
(203,209,209)
#E0E8E8
(224,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E0202 color. Also use rgb(14,2,2) instead hex code.

Text Font Color

.myTextColor { color: #0E0202; }

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

This text font color is #0E0202.


Background Color

.myBgColor { background-color: #0E0202; }

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

This div background color is #0E0202.


Border color

.myBorderColor { border: 1px solid #0E0202; }

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

This div border color is #0E0202.


Opacity

.myOpacity80 { color: #0E0202; opacity: 0.8; }

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

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

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

This text has shadow with #0E0202 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0202 on black background.


Color preview on white background

This text has color #0E0202 on white background.



Black color preview on #0E0202 background

This text has black color on #0E0202 background.


White color preview on #0E0202 background

This text has white color on #0E0202 background.