COLOR #231B49

HEX: #231B49 RGB: (35,27,73)

Color info

#231B49 contains red, green and blue colors in about the same proportion. Web safe color of #231B49 is #333333 (or #333).

RGB color model

#231B49 color RGB value is (35,27,73).

RGB: (35,27,73) (14%, 11%, 29%)

RGB channels and saturation

R 35 of 255 = 14%
G 27 of 255 = 11%
B 73 of 255 = 29%

35
27
73

R + G + B ~ 18%. #231B49 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 27 + 73 = 135 (100%)
R 35 of 135 ~ 25.93%
G 27 of 135 ~ 20%
B 73 of 135 ~ 54.07'%

%25.93
%20
%54.07

CMYK color model

#231B49 color CMYK value is (52,63,0,71).

  • cyan value is 52.05%
  • magenta value is 63.01%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (52,63,0,71)
C52M63Y0K71 (52%, 63%, 0%, 71%)
(0.52 / 0.63 / 0.00 / 0.71)

CMYK percentages

%52.05
%63.01
%0
%71.37

Codes

Color #231B49 in popluar color models

23 1B 49
RGB 35 27 73
HSL 250° 46.00% 19.61%
HSB/HSV 250° 63.01% 28.63%
CMYK 52.05% 63.01% 0.00%
71.37%

Color #231B49 in popluar number systems.

HEX 23 1B 49
Decimal 35 27 73
Binary 100011 11011 1001001
Octal 43 33 111

Shades and tints

Shades of #231B49

#231B49
(35,27,73)
#201943
(32,25,67)
#1D173D
(29,23,61)
#1A1537
(26,21,55)
#171331
(23,19,49)
#14112B
(20,17,43)
#110F25
(17,15,37)
#0E0D1F
(14,13,31)
#0B0B19
(11,11,25)
#080913
(8,9,19)
#05070D
(5,7,13)
#000000
(0,0,0)

Tints of #231B49

#231B49
(35,27,73)
#372F59
(55,47,89)
#4B4369
(75,67,105)
#5F5779
(95,87,121)
#736B89
(115,107,137)
#877F99
(135,127,153)
#9B93A9
(155,147,169)
#AFA7B9
(175,167,185)
#C3BBC9
(195,187,201)
#D7CFD9
(215,207,217)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231B49 color. Also use rgb(35,27,73) instead hex code.

Text Font Color

.myTextColor { color: #231B49; }

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

This text font color is #231B49.

Background Color

.myBgColor { background-color: #231B49; }

<div style="background-color:#231B49">Inner text</div>

This div background color is #231B49.

Border color

.myBorderColor { border: 1px solid #231B49; }

<div style="border:3px solid #231B49">Div</div>

This div border color is #231B49.

Opacity

.myOpacity80 { color: #231B49; opacity: 0.8; }

<p style="color:#231B49;opacity:0.8;">80%</p>

Text with #231B49 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 #231B49;}

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

This text has shadow with #231B49 color.


.textShadow {text-shadow: 3px 3px 1px #231B49', 3px 3px 1px red;}

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

This text has shadow with #231B49 primary color and red secondary color.


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

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

This text has shadow with #231B49 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #231B49; -webkit-box-shadow: 1px 1px 3px 2px #231B49; box-shadow:1px 1px 3px 2px #231B49;">
Div content here
</div>

This div box has shadow with color #231B49.

Preview

Color preview on black background

This text has color #231B49 on black background.


Color preview on white background

This text has color #231B49 on white background.


Black color preview on #231B49 background

This text has black color on #231B49 background.


White color preview on #231B49 background

This text has white color on #231B49 background.


Related colors

Complementary color

Complementary color for #hex is #DCE4B6.


I love getcolorcode.com

Triadic colors

1 #49231B and #1B4923 with #231B49 are triadic colors.

2 #491B23 and #1B2349 with #231B49 are triadic colors.