COLOR #2B002B

HEX: #2B002B
RGB: (43,0,43)

Color info

#2B002B contains only red and blue colors. Web safe color of #2B002B is #330033 (or #303).

RGB color model

#2B002B color RGB value is (43,0,43).

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

RGB channels and saturation

R 43 of 255 = 17%
G 0 of 255 = 0%
B 43 of 255 = 17%

43
0
43

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

Portions of RGB colors in percentages

R + G + B =
43 + 0 + 43 = 86 (100%)
R 43 of 86 ~ 50%
G 0 of 86 ~ 0%
B 43 of 86 ~ 50%

%50
%50

CMYK color model

#2B002B color CMYK value is (0,100,0,83).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(0,100,0,83)
C0M100Y0K83 
(0%,100%,0%,83%)
(0.00/1.00/0.00/0.83)	

CMYK percentages

%0
%100
%0
%83.14

Codes

Color #2B002B in popluar color models

2B002B
RGB43043
HSL300°100.00%8.43%
HSB/HSV300°100.00%16.86%
CMYK0.00%100.00%0.00%
83.14%

Color #2B002B in popluar number systems.

HEX2B002B
Decimal43043
Binary1010110101011
Octal53053

Shades and tints

Shades of #2B002B

#2B002B
(43,0,43)
#280028
(40,0,40)
#250025
(37,0,37)
#220022
(34,0,34)
#1F001F
(31,0,31)
#1C001C
(28,0,28)
#190019
(25,0,25)
#160016
(22,0,22)
#130013
(19,0,19)
#100010
(16,0,16)
#0D000D
(13,0,13)
#000000
(0,0,0)

Tints of #2B002B

#2B002B
(43,0,43)
#3E173E
(62,23,62)
#512E51
(81,46,81)
#644564
(100,69,100)
#775C77
(119,92,119)
#8A738A
(138,115,138)
#9D8A9D
(157,138,157)
#B0A1B0
(176,161,176)
#C3B8C3
(195,184,195)
#D6CFD6
(214,207,214)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B002B; }

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

This text font color is #2B002B.


Background Color

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

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

This div background color is #2B002B.


Border color

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

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

This div border color is #2B002B.


Opacity

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

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

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

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

This text has shadow with #2B002B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B002B on black background.


Color preview on white background

This text has color #2B002B on white background.



Black color preview on #2B002B background

This text has black color on #2B002B background.


White color preview on #2B002B background

This text has white color on #2B002B background.