COLOR #2B0A09

HEX: #2B0A09
RGB: (43,10,9)

Color info

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

RGB color model

#2B0A09 color RGB value is (43,10,9).

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

RGB channels and saturation

R 43 of 255 = 17%
G 10 of 255 = 4%
B 9 of 255 = 4%

43
10
9

R + G + B ~ 8%. #2B0A09 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 10 + 9 = 62 (100%)
R 43 of 62 ~ 69.35%
G 10 of 62 ~ 16.13%
B 9 of 62 ~ 14.52%

%69.35
%16.13
%14.52

CMYK color model

#2B0A09 color CMYK value is (0,77,79,83).

  • cyan value is 0.00%
  • magenta value is 76.74%
  • yellow value is 79.07%
  • key color value is 83.14%
CMYK:
(0,77,79,83)
C0M77Y79K83 
(0%,77%,79%,83%)
(0.00/0.77/0.79/0.83)	

CMYK percentages

%0
%76.74
%79.07
%83.14

Codes

Color #2B0A09 in popluar color models

2B0A09
RGB43109
HSL65.38%10.20%
HSB/HSV79.07%16.86%
CMYK0.00%76.74%79.07%
83.14%

Color #2B0A09 in popluar number systems.

HEX2B0A09
Decimal43109
Binary10101110101001
Octal531211

Shades and tints

Shades of #2B0A09

#2B0A09
(43,10,9)
#280A09
(40,10,9)
#250A09
(37,10,9)
#220A09
(34,10,9)
#1F0A09
(31,10,9)
#1C0A09
(28,10,9)
#190A09
(25,10,9)
#160A09
(22,10,9)
#130A09
(19,10,9)
#100A09
(16,10,9)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #2B0A09

#2B0A09
(43,10,9)
#3E201F
(62,32,31)
#513635
(81,54,53)
#644C4B
(100,76,75)
#776261
(119,98,97)
#8A7877
(138,120,119)
#9D8E8D
(157,142,141)
#B0A4A3
(176,164,163)
#C3BAB9
(195,186,185)
#D6D0CF
(214,208,207)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B0A09 color. Also use rgb(43,10,9) instead hex code.

Text Font Color

.myTextColor { color: #2B0A09; }

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

This text font color is #2B0A09.


Background Color

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

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

This div background color is #2B0A09.


Border color

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

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

This div border color is #2B0A09.


Opacity

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

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

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

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

This text has shadow with #2B0A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B0A09 on black background.


Color preview on white background

This text has color #2B0A09 on white background.



Black color preview on #2B0A09 background

This text has black color on #2B0A09 background.


White color preview on #2B0A09 background

This text has white color on #2B0A09 background.