COLOR #15090B

HEX: #15090B RGB: (21,9,11)

Color info

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

RGB color model

#15090B color RGB value is (21,9,11).

RGB: (21,9,11) (8%, 4%, 4%)

RGB channels and saturation

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

21
9
11

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

Portions of RGB colors in percentages

R + G + B = 21 + 9 + 11 = 41 (100%)
R 21 of 41 ~ 51.22%
G 9 of 41 ~ 21.95%
B 11 of 41 ~ 26.83'%

%51.22
%21.95
%26.83

CMYK color model

#15090B color CMYK value is (0,57,48,92).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 47.62%
  • key color value is 91.76%

CMYK: (0,57,48,92)
C0M57Y48K92 (0%, 57%, 48%, 92%)
(0.00 / 0.57 / 0.48 / 0.92)

CMYK percentages

%0
%57.14
%47.62
%91.76

Codes

Color #15090B in popluar color models

15 09 0B
RGB 21 9 11
HSL 350° 40.00% 5.88%
HSB/HSV 350° 57.14% 8.24%
CMYK 0.00% 57.14% 47.62%
91.76%

Color #15090B in popluar number systems.

HEX 15 09 0B
Decimal 21 9 11
Binary 10101 1001 1011
Octal 25 11 13

Shades and tints

Shades of #15090B

#15090B
(21,9,11)
#14090A
(20,9,10)
#130909
(19,9,9)
#120908
(18,9,8)
#110907
(17,9,7)
#100906
(16,9,6)
#0F0905
(15,9,5)
#0E0904
(14,9,4)
#0D0903
(13,9,3)
#0C0902
(12,9,2)
#0B0901
(11,9,1)
#000000
(0,0,0)

Tints of #15090B

#15090B
(21,9,11)
#2A1F21
(42,31,33)
#3F3537
(63,53,55)
#544B4D
(84,75,77)
#696163
(105,97,99)
#7E7779
(126,119,121)
#938D8F
(147,141,143)
#A8A3A5
(168,163,165)
#BDB9BB
(189,185,187)
#D2CFD1
(210,207,209)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15090B; }

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

This text font color is #15090B.

Background Color

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

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

This div background color is #15090B.

Border color

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

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

This div border color is #15090B.

Opacity

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

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

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

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

This text has shadow with #15090B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15090B.

Preview

Color preview on black background

This text has color #15090B on black background.


Color preview on white background

This text has color #15090B on white background.


Black color preview on #15090B background

This text has black color on #15090B background.


White color preview on #15090B background

This text has white color on #15090B background.


Related colors

Complementary color

Complementary color for #hex is #EAF6F4.


I love getcolorcode.com

Triadic colors

1 #0B1509 and #090B15 with #15090B are triadic colors.

2 #0B0915 and #09150B with #15090B are triadic colors.