COLOR #0E0121

HEX: #0E0121
RGB: (14,1,33)

Renk bilgisi

#0E0121 contains red, green and blue colors in about the same proportion. #0E0121 ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#0E0121 color RGB value is (14,1,33).

  • kırmız ton 14;
  • yeşil ton 1;
  • mavi ton 33.
RGB:
(14,1,33)
(5%,0%,13%)

RGB bağlantıları ve doygunluk

R 14 of 255 = 5%
G 1 of 255 = 0%
B 33 of 255 = 13%

14
1
33

R + G + B ~ 6%. #0E0121 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
14 + 1 + 33 = 48 (100%)
R 14 of 48 ~ 29.17%
G 1 of 48 ~ 2.08%
B 33 of 48 ~ 68.75%

%29.17
%68.75

CMYK RENK MODELİ

#0E0121 rengi CMYK tonu (58,97,0,87).

  • camgöbeği tonu 57.58%
  • eflatun tonu 96.97%
  • sarı tonu 0.00%
  • ana renk tonu 87.06%
CMYK:
(58,97,0,87)
C58M97Y0K87 
(58%,97%,0%,87%)
(0.58/0.97/0.00/0.87)	

CMYK yüzdeleri

%57.58
%96.97
%0
%87.06

Codes

Color #0E0121 in popluar color models

0E0121
RGB14133
HSL264°94.12%6.67%
HSB/HSV264°96.97%12.94%
CMYK57.58%96.97%0.00%
87.06%

Color #0E0121 in popluar number systems.

HEX0E0121
Decimal14133
Binary11101100001
Octal16141

Shades and tints

Shades of #0E0121

#0E0121
(14,1,33)
#0D011E
(13,1,30)
#0C011B
(12,1,27)
#0B0118
(11,1,24)
#0A0115
(10,1,21)
#090112
(9,1,18)
#08010F
(8,1,15)
#07010C
(7,1,12)
#060109
(6,1,9)
#050106
(5,1,6)
#040103
(4,1,3)
#000000
(0,0,0)

Tints of #0E0121

#0E0121
(14,1,33)
#231835
(35,24,53)
#382F49
(56,47,73)
#4D465D
(77,70,93)
#625D71
(98,93,113)
#777485
(119,116,133)
#8C8B99
(140,139,153)
#A1A2AD
(161,162,173)
#B6B9C1
(182,185,193)
#CBD0D5
(203,208,213)
#E0E7E9
(224,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0121; }

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

This text font color is #0E0121.


Background Color

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

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

This div background color is #0E0121.


Border color

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

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

This div border color is #0E0121.


Opacity

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

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

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

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

This text has shadow with #0E0121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0121 on black background.


Color preview on white background

This text has color #0E0121 on white background.



Black color preview on #0E0121 background

This text has black color on #0E0121 background.


White color preview on #0E0121 background

This text has white color on #0E0121 background.