COLOR #15190C

HEX: #15190C RGB: (21,25,12)

Color info

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

RGB color model

#15190C color RGB value is (21,25,12).

RGB: (21,25,12) (8%, 10%, 5%)

RGB channels and saturation

R 21 of 255 = 8%
G 25 of 255 = 10%
B 12 of 255 = 5%

21
25
12

R + G + B ~ 8%. #15190C is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 25 + 12 = 58 (100%)
R 21 of 58 ~ 36.21%
G 25 of 58 ~ 43.1%
B 12 of 58 ~ 20.69'%

%36.21
%43.1
%20.69

CMYK color model

#15190C color CMYK value is (16,0,52,90).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 90.20%
CMYK: (16,0,52,90) C16M0Y52K90 (16%,0%,52%,90%) (0.16/0.00/0.52/0.90) 

CMYK percentages

%16
%0
%52
%90.2

Codes

Color #15190C in popluar color models

15 19 0C
RGB 21 25 12
HSL 78° 35.14% 7.25%
HSB/HSV 78° 52.00% 9.80%
CMYK 16.00% 0.00% 52.00%
90.20%

Color #15190C in popluar number systems.

HEX 15 19 0C
Decimal 21 25 12
Binary 10101 11001 1100
Octal 25 31 14

Shades and tints

Shades of #15190C

#15190C
(21,25,12)
#14170B
(20,23,11)
#13150A
(19,21,10)
#121309
(18,19,9)
#111108
(17,17,8)
#100F07
(16,15,7)
#0F0D06
(15,13,6)
#0E0B05
(14,11,5)
#0D0904
(13,9,4)
#0C0703
(12,7,3)
#0B0502
(11,5,2)
#000000
(0,0,0)

Tints of #15190C

#15190C
(21,25,12)
#2A2D22
(42,45,34)
#3F4138
(63,65,56)
#54554E
(84,85,78)
#696964
(105,105,100)
#7E7D7A
(126,125,122)
#939190
(147,145,144)
#A8A5A6
(168,165,166)
#BDB9BC
(189,185,188)
#D2CDD2
(210,205,210)
#E7E1E8
(231,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15190C; }

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

This text font color is #15190C.

Background Color

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

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

This div background color is #15190C.

Border color

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

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

This div border color is #15190C.

Opacity

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

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

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

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

This text has shadow with #15190C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15190C.

Preview

Color preview on black background

This text has color #15190C on black background.


Color preview on white background

This text has color #15190C on white background.


Black color preview on #15190C background

This text has black color on #15190C background.


White color preview on #15190C background

This text has white color on #15190C background.


Related colors

Complementary color

Complementary color for #hex is #EAE6F3.


I love getcolorcode.com

Triadic colors

1 #0C1519 and #190C15 with #15190C are triadic colors.

2 #0C1915 and #19150C with #15190C are triadic colors.