COLOR #15090A

HEX: #15090A
RGB: (21,9,10)

Color info

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

RGB color model

#15090A color RGB value is (21,9,10).

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

RGB channels and saturation

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

21
9
10

R + G + B ~ 5%. #15090A is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 9 + 10 = 40 (100%)
R 21 of 40 ~ 52.5%
G 9 of 40 ~ 22.5%
B 10 of 40 ~ 25%

%52.5
%22.5
%25

CMYK color model

#15090A color CMYK value is (0,57,52,92).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 52.38%
  • key color value is 91.76%
CMYK:
(0,57,52,92)
C0M57Y52K92 
(0%,57%,52%,92%)
(0.00/0.57/0.52/0.92)	

CMYK percentages

%0
%57.14
%52.38
%91.76

Codes

Color #15090A in popluar color models

15090A
RGB21910
HSL355°40.00%5.88%
HSB/HSV355°57.14%8.24%
CMYK0.00%57.14%52.38%
91.76%

Color #15090A in popluar number systems.

HEX15090A
Decimal21910
Binary1010110011010
Octal251112

Shades and tints

Shades of #15090A

#15090A
(21,9,10)
#14090A
(20,9,10)
#13090A
(19,9,10)
#12090A
(18,9,10)
#11090A
(17,9,10)
#10090A
(16,9,10)
#0F090A
(15,9,10)
#0E090A
(14,9,10)
#0D090A
(13,9,10)
#0C090A
(12,9,10)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #15090A

#15090A
(21,9,10)
#2A1F20
(42,31,32)
#3F3536
(63,53,54)
#544B4C
(84,75,76)
#696162
(105,97,98)
#7E7778
(126,119,120)
#938D8E
(147,141,142)
#A8A3A4
(168,163,164)
#BDB9BA
(189,185,186)
#D2CFD0
(210,207,208)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15090A; }

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

This text font color is #15090A.


Background Color

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

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

This div background color is #15090A.


Border color

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

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

This div border color is #15090A.


Opacity

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

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

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

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

This text has shadow with #15090A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15090A on black background.


Color preview on white background

This text has color #15090A on white background.



Black color preview on #15090A background

This text has black color on #15090A background.


White color preview on #15090A background

This text has white color on #15090A background.