COLOR #2B1119

HEX: #2B1119
RGB: (43,17,25)

Color info

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

RGB color model

#2B1119 color RGB value is (43,17,25).

  • red value is 43;
  • green value is 17;
  • blue value is 25.
RGB:
(43,17,25)
(17%,7%,10%)

RGB channels and saturation

R 43 of 255 = 17%
G 17 of 255 = 7%
B 25 of 255 = 10%

43
17
25

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

Portions of RGB colors in percentages

R + G + B =
43 + 17 + 25 = 85 (100%)
R 43 of 85 ~ 50.59%
G 17 of 85 ~ 20%
B 25 of 85 ~ 29.41%

%50.59
%20
%29.41

CMYK color model

#2B1119 color CMYK value is (0,60,42,83).

  • cyan value is 0.00%
  • magenta value is 60.47%
  • yellow value is 41.86%
  • key color value is 83.14%
CMYK:
(0,60,42,83)
C0M60Y42K83 
(0%,60%,42%,83%)
(0.00/0.60/0.42/0.83)	

CMYK percentages

%0
%60.47
%41.86
%83.14

Codes

Color #2B1119 in popluar color models

2B1119
RGB431725
HSL342°43.33%11.76%
HSB/HSV342°60.47%16.86%
CMYK0.00%60.47%41.86%
83.14%

Color #2B1119 in popluar number systems.

HEX2B1119
Decimal431725
Binary1010111000111001
Octal532131

Shades and tints

Shades of #2B1119

#2B1119
(43,17,25)
#281017
(40,16,23)
#250F15
(37,15,21)
#220E13
(34,14,19)
#1F0D11
(31,13,17)
#1C0C0F
(28,12,15)
#190B0D
(25,11,13)
#160A0B
(22,10,11)
#130909
(19,9,9)
#100807
(16,8,7)
#0D0705
(13,7,5)
#000000
(0,0,0)

Tints of #2B1119

#2B1119
(43,17,25)
#3E262D
(62,38,45)
#513B41
(81,59,65)
#645055
(100,80,85)
#776569
(119,101,105)
#8A7A7D
(138,122,125)
#9D8F91
(157,143,145)
#B0A4A5
(176,164,165)
#C3B9B9
(195,185,185)
#D6CECD
(214,206,205)
#E9E3E1
(233,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B1119 color. Also use rgb(43,17,25) instead hex code.

Text Font Color

.myTextColor { color: #2B1119; }

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

This text font color is #2B1119.


Background Color

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

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

This div background color is #2B1119.


Border color

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

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

This div border color is #2B1119.


Opacity

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

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

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

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

This text has shadow with #2B1119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B1119 on black background.


Color preview on white background

This text has color #2B1119 on white background.



Black color preview on #2B1119 background

This text has black color on #2B1119 background.


White color preview on #2B1119 background

This text has white color on #2B1119 background.