COLOR #2B0B15

HEX: #2B0B15
RGB: (43,11,21)

Color info

#2B0B15 contains red, green and blue colors in about the same proportion. Web safe color of #2B0B15 is #330000 (or #300).

RGB color model

#2B0B15 color RGB value is (43,11,21).

  • red value is 43;
  • green value is 11;
  • blue value is 21.
RGB:
(43,11,21)
(17%,4%,8%)

RGB channels and saturation

R 43 of 255 = 17%
G 11 of 255 = 4%
B 21 of 255 = 8%

43
11
21

R + G + B ~ 10%. #2B0B15 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 11 + 21 = 75 (100%)
R 43 of 75 ~ 57.33%
G 11 of 75 ~ 14.67%
B 21 of 75 ~ 28%

%57.33
%14.67
%28

CMYK color model

#2B0B15 color CMYK value is (0,74,51,83).

  • cyan value is 0.00%
  • magenta value is 74.42%
  • yellow value is 51.16%
  • key color value is 83.14%
CMYK:
(0,74,51,83)
C0M74Y51K83 
(0%,74%,51%,83%)
(0.00/0.74/0.51/0.83)	

CMYK percentages

%0
%74.42
%51.16
%83.14

Codes

Color #2B0B15 in popluar color models

2B0B15
RGB431121
HSL341°59.26%10.59%
HSB/HSV341°74.42%16.86%
CMYK0.00%74.42%51.16%
83.14%

Color #2B0B15 in popluar number systems.

HEX2B0B15
Decimal431121
Binary101011101110101
Octal531325

Shades and tints

Shades of #2B0B15

#2B0B15
(43,11,21)
#280A14
(40,10,20)
#250913
(37,9,19)
#220812
(34,8,18)
#1F0711
(31,7,17)
#1C0610
(28,6,16)
#19050F
(25,5,15)
#16040E
(22,4,14)
#13030D
(19,3,13)
#10020C
(16,2,12)
#0D010B
(13,1,11)
#000000
(0,0,0)

Tints of #2B0B15

#2B0B15
(43,11,21)
#3E212A
(62,33,42)
#51373F
(81,55,63)
#644D54
(100,77,84)
#776369
(119,99,105)
#8A797E
(138,121,126)
#9D8F93
(157,143,147)
#B0A5A8
(176,165,168)
#C3BBBD
(195,187,189)
#D6D1D2
(214,209,210)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B0B15 color. Also use rgb(43,11,21) instead hex code.

Text Font Color

.myTextColor { color: #2B0B15; }

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

This text font color is #2B0B15.


Background Color

.myBgColor { background-color: #2B0B15; }

<div style="background-color:#2B0B15">Inner text</div>

This div background color is #2B0B15.


Border color

.myBorderColor { border: 1px solid #2B0B15; }

<div style="border:3px solid #2B0B15">Div</div>

This div border color is #2B0B15.


Opacity

.myOpacity80 { color: #2B0B15; opacity: 0.8; }

<p style="color:#2B0B15;opacity:0.8;">80%</p>

Text with #2B0B15 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 #2B0B15;}

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

This text has shadow with #2B0B15 color.

.textShadow {text-shadow: 3px 3px 1px #2B0B15, 3px 3px 1px red;}

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

This text has shadow with #2B0B15 primary color and red secondary color.


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

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

This text has shadow with #2B0B15 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B0B15 on black background.


Color preview on white background

This text has color #2B0B15 on white background.



Black color preview on #2B0B15 background

This text has black color on #2B0B15 background.


White color preview on #2B0B15 background

This text has white color on #2B0B15 background.