COLOR #231049

HEX: #231049
RGB: (35,16,73)

Color info

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

RGB color model

#231049 color RGB value is (35,16,73).

  • red value is 35;
  • green value is 16;
  • blue value is 73.
RGB:
(35,16,73)
(14%,6%,29%)

RGB channels and saturation

R 35 of 255 = 14%
G 16 of 255 = 6%
B 73 of 255 = 29%

35
16
73

R + G + B ~ 16%. #231049 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 16 + 73 = 124 (100%)
R 35 of 124 ~ 28.23%
G 16 of 124 ~ 12.9%
B 73 of 124 ~ 58.87%

%28.23
%12.9
%58.87

CMYK color model

#231049 color CMYK value is (52,78,0,71).

  • cyan value is 52.05%
  • magenta value is 78.08%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(52,78,0,71)
C52M78Y0K71 
(52%,78%,0%,71%)
(0.52/0.78/0.00/0.71)	

CMYK percentages

%52.05
%78.08
%0
%71.37

Codes

Color #231049 in popluar color models

231049
RGB351673
HSL260°64.04%17.45%
HSB/HSV260°78.08%28.63%
CMYK52.05%78.08%0.00%
71.37%

Color #231049 in popluar number systems.

HEX231049
Decimal351673
Binary100011100001001001
Octal4320111

Shades and tints

Shades of #231049

#231049
(35,16,73)
#200F43
(32,15,67)
#1D0E3D
(29,14,61)
#1A0D37
(26,13,55)
#170C31
(23,12,49)
#140B2B
(20,11,43)
#110A25
(17,10,37)
#0E091F
(14,9,31)
#0B0819
(11,8,25)
#080713
(8,7,19)
#05060D
(5,6,13)
#000000
(0,0,0)

Tints of #231049

#231049
(35,16,73)
#372559
(55,37,89)
#4B3A69
(75,58,105)
#5F4F79
(95,79,121)
#736489
(115,100,137)
#877999
(135,121,153)
#9B8EA9
(155,142,169)
#AFA3B9
(175,163,185)
#C3B8C9
(195,184,201)
#D7CDD9
(215,205,217)
#EBE2E9
(235,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231049; }

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

This text font color is #231049.


Background Color

.myBgColor { background-color: #231049; }

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

This div background color is #231049.


Border color

.myBorderColor { border: 1px solid #231049; }

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

This div border color is #231049.


Opacity

.myOpacity80 { color: #231049; opacity: 0.8; }

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

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

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

This text has shadow with #231049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231049 on black background.


Color preview on white background

This text has color #231049 on white background.



Black color preview on #231049 background

This text has black color on #231049 background.


White color preview on #231049 background

This text has white color on #231049 background.