COLOR #150101

HEX: #150101
RGB: (21,1,1)

Color info

#150101 contains red, green and blue colors in about the same proportion. Web safe color of #150101 is #000000 (or #000).

RGB color model

#150101 color RGB value is (21,1,1).

  • red value is 21;
  • green value is 1;
  • blue value is 1.
RGB:
(21,1,1)
(8%,0%,0%)

RGB channels and saturation

R 21 of 255 = 8%
G 1 of 255 = 0%
B 1 of 255 = 0%

21
1
1

R + G + B ~ 3%. #150101 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 1 + 1 = 23 (100%)
R 21 of 23 ~ 91.3%
G 1 of 23 ~ 4.35%
B 1 of 23 ~ 4.35%

%91.3

CMYK color model

#150101 color CMYK value is (0,95,95,92).

  • cyan value is 0.00%
  • magenta value is 95.24%
  • yellow value is 95.24%
  • key color value is 91.76%
CMYK:
(0,95,95,92)
C0M95Y95K92 
(0%,95%,95%,92%)
(0.00/0.95/0.95/0.92)	

CMYK percentages

%0
%95.24
%95.24
%91.76

Codes

Color #150101 in popluar color models

150101
RGB2111
HSL90.91%4.31%
HSB/HSV95.24%8.24%
CMYK0.00%95.24%95.24%
91.76%

Color #150101 in popluar number systems.

HEX150101
Decimal2111
Binary1010111
Octal2511

Shades and tints

Shades of #150101

#150101
(21,1,1)
#140101
(20,1,1)
#130101
(19,1,1)
#120101
(18,1,1)
#110101
(17,1,1)
#100101
(16,1,1)
#0F0101
(15,1,1)
#0E0101
(14,1,1)
#0D0101
(13,1,1)
#0C0101
(12,1,1)
#0B0101
(11,1,1)
#000000
(0,0,0)

Tints of #150101

#150101
(21,1,1)
#2A1818
(42,24,24)
#3F2F2F
(63,47,47)
#544646
(84,70,70)
#695D5D
(105,93,93)
#7E7474
(126,116,116)
#938B8B
(147,139,139)
#A8A2A2
(168,162,162)
#BDB9B9
(189,185,185)
#D2D0D0
(210,208,208)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150101 color. Also use rgb(21,1,1) instead hex code.

Text Font Color

.myTextColor { color: #150101; }

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

This text font color is #150101.


Background Color

.myBgColor { background-color: #150101; }

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

This div background color is #150101.


Border color

.myBorderColor { border: 1px solid #150101; }

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

This div border color is #150101.


Opacity

.myOpacity80 { color: #150101; opacity: 0.8; }

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

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

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

This text has shadow with #150101 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150101 on black background.


Color preview on white background

This text has color #150101 on white background.



Black color preview on #150101 background

This text has black color on #150101 background.


White color preview on #150101 background

This text has white color on #150101 background.