COLOR #15000C

HEX: #15000C
RGB: (21,0,12)

Color info

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

RGB color model

#15000C color RGB value is (21,0,12).

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

RGB channels and saturation

R 21 of 255 = 8%
G 0 of 255 = 0%
B 12 of 255 = 5%

21
0
12

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

Portions of RGB colors in percentages

R + G + B =
21 + 0 + 12 = 33 (100%)
R 21 of 33 ~ 63.64%
G 0 of 33 ~ 0%
B 12 of 33 ~ 36.36%

%63.64
%36.36

CMYK color model

#15000C color CMYK value is (0,100,43,92).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 42.86%
  • key color value is 91.76%
CMYK:
(0,100,43,92)
C0M100Y43K92 
(0%,100%,43%,92%)
(0.00/1.00/0.43/0.92)	

CMYK percentages

%0
%100
%42.86
%91.76

Codes

Color #15000C in popluar color models

15000C
RGB21012
HSL326°100.00%4.12%
HSB/HSV326°100.00%8.24%
CMYK0.00%100.00%42.86%
91.76%

Color #15000C in popluar number systems.

HEX15000C
Decimal21012
Binary1010101100
Octal25014

Shades and tints

Shades of #15000C

#15000C
(21,0,12)
#14000B
(20,0,11)
#13000A
(19,0,10)
#120009
(18,0,9)
#110008
(17,0,8)
#100007
(16,0,7)
#0F0006
(15,0,6)
#0E0005
(14,0,5)
#0D0004
(13,0,4)
#0C0003
(12,0,3)
#0B0002
(11,0,2)
#000000
(0,0,0)

Tints of #15000C

#15000C
(21,0,12)
#2A1722
(42,23,34)
#3F2E38
(63,46,56)
#54454E
(84,69,78)
#695C64
(105,92,100)
#7E737A
(126,115,122)
#938A90
(147,138,144)
#A8A1A6
(168,161,166)
#BDB8BC
(189,184,188)
#D2CFD2
(210,207,210)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15000C; }

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

This text font color is #15000C.


Background Color

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

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

This div background color is #15000C.


Border color

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

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

This div border color is #15000C.


Opacity

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

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

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

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

This text has shadow with #15000C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15000C on black background.


Color preview on white background

This text has color #15000C on white background.



Black color preview on #15000C background

This text has black color on #15000C background.


White color preview on #15000C background

This text has white color on #15000C background.