COLOR #15000A

HEX: #15000A
RGB: (21,0,10)

Color info

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

RGB color model

#15000A color RGB value is (21,0,10).

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

RGB channels and saturation

R 21 of 255 = 8%
G 0 of 255 = 0%
B 10 of 255 = 4%

21
0
10

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

Portions of RGB colors in percentages

R + G + B =
21 + 0 + 10 = 31 (100%)
R 21 of 31 ~ 67.74%
G 0 of 31 ~ 0%
B 10 of 31 ~ 32.26%

%67.74
%32.26

CMYK color model

#15000A color CMYK value is (0,100,52,92).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 52.38%
  • key color value is 91.76%
CMYK:
(0,100,52,92)
C0M100Y52K92 
(0%,100%,52%,92%)
(0.00/1.00/0.52/0.92)	

CMYK percentages

%0
%100
%52.38
%91.76

Codes

Color #15000A in popluar color models

15000A
RGB21010
HSL331°100.00%4.12%
HSB/HSV331°100.00%8.24%
CMYK0.00%100.00%52.38%
91.76%

Color #15000A in popluar number systems.

HEX15000A
Decimal21010
Binary1010101010
Octal25012

Shades and tints

Shades of #15000A

#15000A
(21,0,10)
#14000A
(20,0,10)
#13000A
(19,0,10)
#12000A
(18,0,10)
#11000A
(17,0,10)
#10000A
(16,0,10)
#0F000A
(15,0,10)
#0E000A
(14,0,10)
#0D000A
(13,0,10)
#0C000A
(12,0,10)
#0B000A
(11,0,10)
#000000
(0,0,0)

Tints of #15000A

#15000A
(21,0,10)
#2A1720
(42,23,32)
#3F2E36
(63,46,54)
#54454C
(84,69,76)
#695C62
(105,92,98)
#7E7378
(126,115,120)
#938A8E
(147,138,142)
#A8A1A4
(168,161,164)
#BDB8BA
(189,184,186)
#D2CFD0
(210,207,208)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15000A; }

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

This text font color is #15000A.


Background Color

.myBgColor { background-color: #15000A; }

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

This div background color is #15000A.


Border color

.myBorderColor { border: 1px solid #15000A; }

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

This div border color is #15000A.


Opacity

.myOpacity80 { color: #15000A; opacity: 0.8; }

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

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

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

This text has shadow with #15000A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15000A on black background.


Color preview on white background

This text has color #15000A on white background.



Black color preview on #15000A background

This text has black color on #15000A background.


White color preview on #15000A background

This text has white color on #15000A background.