COLOR #151021

HEX: #151021 RGB: (21,16,33)

Color info

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

RGB color model

#151021 color RGB value is (21,16,33).

RGB: (21,16,33) (8%, 6%, 13%)

RGB channels and saturation

R 21 of 255 = 8%
G 16 of 255 = 6%
B 33 of 255 = 13%

21
16
33

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

Portions of RGB colors in percentages

R + G + B = 21 + 16 + 33 = 70 (100%)
R 21 of 70 ~ 30%
G 16 of 70 ~ 22.86%
B 33 of 70 ~ 47.14'%

%30
%22.86
%47.14

CMYK color model

#151021 color CMYK value is (36,52,0,87).

  • cyan value is 36.36%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (36,52,0,87)
C36M52Y0K87 (36%, 52%, 0%, 87%)
(0.36 / 0.52 / 0.00 / 0.87)

CMYK percentages

%36.36
%51.52
%0
%87.06

Codes

Color #151021 in popluar color models

15 10 21
RGB 21 16 33
HSL 258° 34.69% 9.61%
HSB/HSV 258° 51.52% 12.94%
CMYK 36.36% 51.52% 0.00%
87.06%

Color #151021 in popluar number systems.

HEX 15 10 21
Decimal 21 16 33
Binary 10101 10000 100001
Octal 25 20 41

Shades and tints

Shades of #151021

#151021
(21,16,33)
#140F1E
(20,15,30)
#130E1B
(19,14,27)
#120D18
(18,13,24)
#110C15
(17,12,21)
#100B12
(16,11,18)
#0F0A0F
(15,10,15)
#0E090C
(14,9,12)
#0D0809
(13,8,9)
#0C0706
(12,7,6)
#0B0603
(11,6,3)
#000000
(0,0,0)

Tints of #151021

#151021
(21,16,33)
#2A2535
(42,37,53)
#3F3A49
(63,58,73)
#544F5D
(84,79,93)
#696471
(105,100,113)
#7E7985
(126,121,133)
#938E99
(147,142,153)
#A8A3AD
(168,163,173)
#BDB8C1
(189,184,193)
#D2CDD5
(210,205,213)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151021; }

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

This text font color is #151021.

Background Color

.myBgColor { background-color: #151021; }

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

This div background color is #151021.

Border color

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

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

This div border color is #151021.

Opacity

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

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

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

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

This text has shadow with #151021 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #151021.

Preview

Color preview on black background

This text has color #151021 on black background.


Color preview on white background

This text has color #151021 on white background.


Black color preview on #151021 background

This text has black color on #151021 background.


White color preview on #151021 background

This text has white color on #151021 background.


Related colors

Complementary color

Complementary color for #hex is #EAEFDE.


I love getcolorcode.com

Triadic colors

1 #211510 and #102115 with #151021 are triadic colors.

2 #211015 and #101521 with #151021 are triadic colors.