COLOR #150018

HEX: #150018 RGB: (21,0,24)

Color info

#150018 contains only red and blue colors. Web safe color of #150018 is #000000 (or #000).

RGB color model

#150018 color RGB value is (21,0,24).

RGB: (21,0,24) (8%, 0%, 9%)

RGB channels and saturation

R 21 of 255 = 8%
G 0 of 255 = 0%
B 24 of 255 = 9%

21
0
24

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

Portions of RGB colors in percentages

R + G + B = 21 + 0 + 24 = 45 (100%)
R 21 of 45 ~ 46.67%
G 0 of 45 ~ 0%
B 24 of 45 ~ 53.33'%

%46.67
%53.33

CMYK color model

#150018 color CMYK value is (13,100,0,91).

  • cyan value is 12.50%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 90.59%

CMYK: (13,100,0,91)
C13M100Y0K91 (13%, 100%, 0%, 91%)
(0.13 / 1.00 / 0.00 / 0.91)

CMYK percentages

%12.5
%100
%0
%90.59

Codes

Color #150018 in popluar color models

15 00 18
RGB 21 0 24
HSL 293° 100.00% 4.71%
HSB/HSV 293° 100.00% 9.41%
CMYK 12.50% 100.00% 0.00%
90.59%

Color #150018 in popluar number systems.

HEX 15 00 18
Decimal 21 0 24
Binary 10101 0 11000
Octal 25 0 30

Shades and tints

Shades of #150018

#150018
(21,0,24)
#140016
(20,0,22)
#130014
(19,0,20)
#120012
(18,0,18)
#110010
(17,0,16)
#10000E
(16,0,14)
#0F000C
(15,0,12)
#0E000A
(14,0,10)
#0D0008
(13,0,8)
#0C0006
(12,0,6)
#0B0004
(11,0,4)
#000000
(0,0,0)

Tints of #150018

#150018
(21,0,24)
#2A172D
(42,23,45)
#3F2E42
(63,46,66)
#544557
(84,69,87)
#695C6C
(105,92,108)
#7E7381
(126,115,129)
#938A96
(147,138,150)
#A8A1AB
(168,161,171)
#BDB8C0
(189,184,192)
#D2CFD5
(210,207,213)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150018; }

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

This text font color is #150018.

Background Color

.myBgColor { background-color: #150018; }

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

This div background color is #150018.

Border color

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

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

This div border color is #150018.

Opacity

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

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

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

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

This text has shadow with #150018 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150018.

Preview

Color preview on black background

This text has color #150018 on black background.


Color preview on white background

This text has color #150018 on white background.


Black color preview on #150018 background

This text has black color on #150018 background.


White color preview on #150018 background

This text has white color on #150018 background.


Related colors

Complementary color

Complementary color for #hex is #EAFFE7.


I love getcolorcode.com

Triadic colors

1 #181500 and #001815 with #150018 are triadic colors.

2 #180015 and #001518 with #150018 are triadic colors.