COLOR #2B193B

HEX: #2B193B
RGB: (43,25,59)

Color info

#2B193B contains red, green and blue colors in about the same proportion. Web safe color of #2B193B is #330033 (or #303).

RGB color model

#2B193B color RGB value is (43,25,59).

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

RGB channels and saturation

R 43 of 255 = 17%
G 25 of 255 = 10%
B 59 of 255 = 23%

43
25
59

R + G + B ~ 17%. #2B193B is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 25 + 59 = 127 (100%)
R 43 of 127 ~ 33.86%
G 25 of 127 ~ 19.69%
B 59 of 127 ~ 46.46%

%33.86
%19.69
%46.46

CMYK color model

#2B193B color CMYK value is (27,58,0,77).

  • cyan value is 27.12%
  • magenta value is 57.63%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(27,58,0,77)
C27M58Y0K77 
(27%,58%,0%,77%)
(0.27/0.58/0.00/0.77)	

CMYK percentages

%27.12
%57.63
%0
%76.86

Codes

Color #2B193B in popluar color models

2B193B
RGB432559
HSL272°40.48%16.47%
HSB/HSV272°57.63%23.14%
CMYK27.12%57.63%0.00%
76.86%

Color #2B193B in popluar number systems.

HEX2B193B
Decimal432559
Binary10101111001111011
Octal533173

Shades and tints

Shades of #2B193B

#2B193B
(43,25,59)
#281736
(40,23,54)
#251531
(37,21,49)
#22132C
(34,19,44)
#1F1127
(31,17,39)
#1C0F22
(28,15,34)
#190D1D
(25,13,29)
#160B18
(22,11,24)
#130913
(19,9,19)
#10070E
(16,7,14)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #2B193B

#2B193B
(43,25,59)
#3E2D4C
(62,45,76)
#51415D
(81,65,93)
#64556E
(100,85,110)
#77697F
(119,105,127)
#8A7D90
(138,125,144)
#9D91A1
(157,145,161)
#B0A5B2
(176,165,178)
#C3B9C3
(195,185,195)
#D6CDD4
(214,205,212)
#E9E1E5
(233,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B193B; }

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

This text font color is #2B193B.


Background Color

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

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

This div background color is #2B193B.


Border color

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

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

This div border color is #2B193B.


Opacity

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

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

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

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

This text has shadow with #2B193B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B193B on black background.


Color preview on white background

This text has color #2B193B on white background.



Black color preview on #2B193B background

This text has black color on #2B193B background.


White color preview on #2B193B background

This text has white color on #2B193B background.