COLOR #15231B

HEX: #15231B RGB: (21,35,27)

Color info

#15231B contains red, green and blue colors in about the same proportion. Web safe color of #15231B is #003333 (or #033).

RGB color model

#15231B color RGB value is (21,35,27).

RGB: (21,35,27) (8%, 14%, 11%)

RGB channels and saturation

R 21 of 255 = 8%
G 35 of 255 = 14%
B 27 of 255 = 11%

21
35
27

R + G + B ~ 11%. #15231B is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 35 + 27 = 83 (100%)
R 21 of 83 ~ 25.3%
G 35 of 83 ~ 42.17%
B 27 of 83 ~ 32.53'%

%25.3
%42.17
%32.53

CMYK color model

#15231B color CMYK value is (40,0,23,86).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 86.27%

CMYK: (40,0,23,86)
C40M0Y23K86 (40%, 0%, 23%, 86%)
(0.40 / 0.00 / 0.23 / 0.86)

CMYK percentages

%40
%0
%22.86
%86.27

Codes

Color #15231B in popluar color models

15 23 1B
RGB 21 35 27
HSL 146° 25.00% 10.98%
HSB/HSV 146° 40.00% 13.73%
CMYK 40.00% 0.00% 22.86%
86.27%

Color #15231B in popluar number systems.

HEX 15 23 1B
Decimal 21 35 27
Binary 10101 100011 11011
Octal 25 43 33

Shades and tints

Shades of #15231B

#15231B
(21,35,27)
#142019
(20,32,25)
#131D17
(19,29,23)
#121A15
(18,26,21)
#111713
(17,23,19)
#101411
(16,20,17)
#0F110F
(15,17,15)
#0E0E0D
(14,14,13)
#0D0B0B
(13,11,11)
#0C0809
(12,8,9)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #15231B

#15231B
(21,35,27)
#2A372F
(42,55,47)
#3F4B43
(63,75,67)
#545F57
(84,95,87)
#69736B
(105,115,107)
#7E877F
(126,135,127)
#939B93
(147,155,147)
#A8AFA7
(168,175,167)
#BDC3BB
(189,195,187)
#D2D7CF
(210,215,207)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15231B color. Also use rgb(21,35,27) instead hex code.

Text Font Color

.myTextColor { color: #15231B; }

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

This text font color is #15231B.

Background Color

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

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

This div background color is #15231B.

Border color

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

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

This div border color is #15231B.

Opacity

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

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

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

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

This text has shadow with #15231B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15231B.

Preview

Color preview on black background

This text has color #15231B on black background.


Color preview on white background

This text has color #15231B on white background.


Black color preview on #15231B background

This text has black color on #15231B background.


White color preview on #15231B background

This text has white color on #15231B background.


Related colors

Complementary color

Complementary color for #hex is #EADCE4.


I love getcolorcode.com

Triadic colors

1 #1B1523 and #231B15 with #15231B are triadic colors.

2 #1B2315 and #23151B with #15231B are triadic colors.