COLOR #0E231B

HEX: #0E231B RGB: (14,35,27)

Color info

#0E231B contains red, green and blue colors in about the same proportion. Web safe color of #0E231B is #003333 (or #033).

RGB color model

#0E231B color RGB value is (14,35,27).

RGB: (14,35,27) (5%, 14%, 11%)

RGB channels and saturation

R 14 of 255 = 5%
G 35 of 255 = 14%
B 27 of 255 = 11%

14
35
27

R + G + B ~ 10%. #0E231B is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 35 + 27 = 76 (100%)
R 14 of 76 ~ 18.42%
G 35 of 76 ~ 46.05%
B 27 of 76 ~ 35.53'%

%18.42
%46.05
%35.53

CMYK color model

#0E231B color CMYK value is (60,0,23,86).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 86.27%

CMYK: (60,0,23,86)
C60M0Y23K86 (60%, 0%, 23%, 86%)
(0.60 / 0.00 / 0.23 / 0.86)

CMYK percentages

%60
%0
%22.86
%86.27

Codes

Color #0E231B in popluar color models

0E 23 1B
RGB 14 35 27
HSL 157° 42.86% 9.61%
HSB/HSV 157° 60.00% 13.73%
CMYK 60.00% 0.00% 22.86%
86.27%

Color #0E231B in popluar number systems.

HEX 0E 23 1B
Decimal 14 35 27
Binary 1110 100011 11011
Octal 16 43 33

Shades and tints

Shades of #0E231B

#0E231B
(14,35,27)
#0D2019
(13,32,25)
#0C1D17
(12,29,23)
#0B1A15
(11,26,21)
#0A1713
(10,23,19)
#091411
(9,20,17)
#08110F
(8,17,15)
#070E0D
(7,14,13)
#060B0B
(6,11,11)
#050809
(5,8,9)
#040507
(4,5,7)
#000000
(0,0,0)

Tints of #0E231B

#0E231B
(14,35,27)
#23372F
(35,55,47)
#384B43
(56,75,67)
#4D5F57
(77,95,87)
#62736B
(98,115,107)
#77877F
(119,135,127)
#8C9B93
(140,155,147)
#A1AFA7
(161,175,167)
#B6C3BB
(182,195,187)
#CBD7CF
(203,215,207)
#E0EBE3
(224,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E231B; }

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

This text font color is #0E231B.

Background Color

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

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

This div background color is #0E231B.

Border color

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

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

This div border color is #0E231B.

Opacity

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

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

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

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

This text has shadow with #0E231B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E231B.

Preview

Color preview on black background

This text has color #0E231B on black background.


Color preview on white background

This text has color #0E231B on white background.


Black color preview on #0E231B background

This text has black color on #0E231B background.


White color preview on #0E231B background

This text has white color on #0E231B background.


Related colors

Complementary color

Complementary color for #hex is #F1DCE4.


I love getcolorcode.com

Triadic colors

1 #1B0E23 and #231B0E with #0E231B are triadic colors.

2 #1B230E and #230E1B with #0E231B are triadic colors.