COLOR #15101E

HEX: #15101E
RGB: (21,16,30)

Color info

#15101E contains red, green and blue colors in about the same proportion. Web safe color of #15101E is #000033 (or #003).

RGB color model

#15101E color RGB value is (21,16,30).

  • red value is 21;
  • green value is 16;
  • blue value is 30.
RGB:
(21,16,30)
(8%,6%,12%)

RGB channels and saturation

R 21 of 255 = 8%
G 16 of 255 = 6%
B 30 of 255 = 12%

21
16
30

R + G + B ~ 9%. #15101E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 16 + 30 = 67 (100%)
R 21 of 67 ~ 31.34%
G 16 of 67 ~ 23.88%
B 30 of 67 ~ 44.78%

%31.34
%23.88
%44.78

CMYK color model

#15101E color CMYK value is (30,47,0,88).

  • cyan value is 30.00%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(30,47,0,88)
C30M47Y0K88 
(30%,47%,0%,88%)
(0.30/0.47/0.00/0.88)	

CMYK percentages

%30
%46.67
%0
%88.24

Codes

Color #15101E in popluar color models

15101E
RGB211630
HSL261°30.43%9.02%
HSB/HSV261°46.67%11.76%
CMYK30.00%46.67%0.00%
88.24%

Color #15101E in popluar number systems.

HEX15101E
Decimal211630
Binary101011000011110
Octal252036

Shades and tints

Shades of #15101E

#15101E
(21,16,30)
#140F1C
(20,15,28)
#130E1A
(19,14,26)
#120D18
(18,13,24)
#110C16
(17,12,22)
#100B14
(16,11,20)
#0F0A12
(15,10,18)
#0E0910
(14,9,16)
#0D080E
(13,8,14)
#0C070C
(12,7,12)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #15101E

#15101E
(21,16,30)
#2A2532
(42,37,50)
#3F3A46
(63,58,70)
#544F5A
(84,79,90)
#69646E
(105,100,110)
#7E7982
(126,121,130)
#938E96
(147,142,150)
#A8A3AA
(168,163,170)
#BDB8BE
(189,184,190)
#D2CDD2
(210,205,210)
#E7E2E6
(231,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15101E color. Also use rgb(21,16,30) instead hex code.

Text Font Color

.myTextColor { color: #15101E; }

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

This text font color is #15101E.


Background Color

.myBgColor { background-color: #15101E; }

<div style="background-color:#15101E">Inner text</div>

This div background color is #15101E.


Border color

.myBorderColor { border: 1px solid #15101E; }

<div style="border:3px solid #15101E">Div</div>

This div border color is #15101E.


Opacity

.myOpacity80 { color: #15101E; opacity: 0.8; }

<p style="color:#15101E;opacity:0.8;">80%</p>

Text with #15101E 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 #15101E;}

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

This text has shadow with #15101E color.

.textShadow {text-shadow: 3px 3px 1px #15101E, 3px 3px 1px red;}

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

This text has shadow with #15101E primary color and red secondary color.


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

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

This text has shadow with #15101E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15101E on black background.


Color preview on white background

This text has color #15101E on white background.



Black color preview on #15101E background

This text has black color on #15101E background.


White color preview on #15101E background

This text has white color on #15101E background.