COLOR #15010C

HEX: #15010C RGB: (21,1,12)

Color info

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

RGB color model

#15010C color RGB value is (21,1,12).

RGB: (21,1,12) (8%, 0%, 5%)

RGB channels and saturation

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

21
1
12

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

Portions of RGB colors in percentages

R + G + B = 21 + 1 + 12 = 34 (100%)
R 21 of 34 ~ 61.76%
G 1 of 34 ~ 2.94%
B 12 of 34 ~ 35.29'%

%61.76
%35.29

CMYK color model

#15010C color CMYK value is (0,95,43,92).

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

CMYK: (0,95,43,92)
C0M95Y43K92 (0%, 95%, 43%, 92%)
(0.00 / 0.95 / 0.43 / 0.92)

CMYK percentages

%0
%95.24
%42.86
%91.76

Codes

Color #15010C in popluar color models

15 01 0C
RGB 21 1 12
HSL 327° 90.91% 4.31%
HSB/HSV 327° 95.24% 8.24%
CMYK 0.00% 95.24% 42.86%
91.76%

Color #15010C in popluar number systems.

HEX 15 01 0C
Decimal 21 1 12
Binary 10101 1 1100
Octal 25 1 14

Shades and tints

Shades of #15010C

#15010C
(21,1,12)
#14010B
(20,1,11)
#13010A
(19,1,10)
#120109
(18,1,9)
#110108
(17,1,8)
#100107
(16,1,7)
#0F0106
(15,1,6)
#0E0105
(14,1,5)
#0D0104
(13,1,4)
#0C0103
(12,1,3)
#0B0102
(11,1,2)
#000000
(0,0,0)

Tints of #15010C

#15010C
(21,1,12)
#2A1822
(42,24,34)
#3F2F38
(63,47,56)
#54464E
(84,70,78)
#695D64
(105,93,100)
#7E747A
(126,116,122)
#938B90
(147,139,144)
#A8A2A6
(168,162,166)
#BDB9BC
(189,185,188)
#D2D0D2
(210,208,210)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15010C; }

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

This text font color is #15010C.

Background Color

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

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

This div background color is #15010C.

Border color

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

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

This div border color is #15010C.

Opacity

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

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

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

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

This text has shadow with #15010C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15010C.

Preview

Color preview on black background

This text has color #15010C on black background.


Color preview on white background

This text has color #15010C on white background.


Black color preview on #15010C background

This text has black color on #15010C background.


White color preview on #15010C background

This text has white color on #15010C background.


Related colors

Complementary color

Complementary color for #hex is #EAFEF3.


I love getcolorcode.com

Triadic colors

1 #0C1501 and #010C15 with #15010C are triadic colors.

2 #0C0115 and #01150C with #15010C are triadic colors.