COLOR #150901

HEX: #150901 RGB: (21,9,1)

Color info

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

RGB color model

#150901 color RGB value is (21,9,1).

RGB: (21,9,1) (8%, 4%, 0%)

RGB channels and saturation

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

21
9
1

R + G + B ~ 4%. #150901 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 9 + 1 = 31 (100%)
R 21 of 31 ~ 67.74%
G 9 of 31 ~ 29.03%
B 1 of 31 ~ 3.23'%

%67.74
%29.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 95.24%
  • key color value is 91.76%

CMYK: (0,57,95,92)
C0M57Y95K92 (0%, 57%, 95%, 92%)
(0.00 / 0.57 / 0.95 / 0.92)

CMYK percentages

%0
%57.14
%95.24
%91.76

Codes

Color #150901 in popluar color models

15 09 01
RGB 21 9 1
HSL 24° 90.91% 4.31%
HSB/HSV 24° 95.24% 8.24%
CMYK 0.00% 57.14% 95.24%
91.76%

Color #150901 in popluar number systems.

HEX 15 09 01
Decimal 21 9 1
Binary 10101 1001 1
Octal 25 11 1

Shades and tints

Shades of #150901

#150901
(21,9,1)
#140901
(20,9,1)
#130901
(19,9,1)
#120901
(18,9,1)
#110901
(17,9,1)
#100901
(16,9,1)
#0F0901
(15,9,1)
#0E0901
(14,9,1)
#0D0901
(13,9,1)
#0C0901
(12,9,1)
#0B0901
(11,9,1)
#000000
(0,0,0)

Tints of #150901

#150901
(21,9,1)
#2A1F18
(42,31,24)
#3F352F
(63,53,47)
#544B46
(84,75,70)
#69615D
(105,97,93)
#7E7774
(126,119,116)
#938D8B
(147,141,139)
#A8A3A2
(168,163,162)
#BDB9B9
(189,185,185)
#D2CFD0
(210,207,208)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150901; }

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

This text font color is #150901.

Background Color

.myBgColor { background-color: #150901; }

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

This div background color is #150901.

Border color

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

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

This div border color is #150901.

Opacity

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

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

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

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

This text has shadow with #150901 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150901.

Preview

Color preview on black background

This text has color #150901 on black background.


Color preview on white background

This text has color #150901 on white background.


Black color preview on #150901 background

This text has black color on #150901 background.


White color preview on #150901 background

This text has white color on #150901 background.


Related colors

Complementary color

Complementary color for #hex is #EAF6FE.


I love getcolorcode.com

Triadic colors

1 #011509 and #090115 with #150901 are triadic colors.

2 #010915 and #091501 with #150901 are triadic colors.