COLOR #231841

HEX: #231841
RGB: (35,24,65)

Color info

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

RGB color model

#231841 color RGB value is (35,24,65).

  • red value is 35;
  • green value is 24;
  • blue value is 65.
RGB:
(35,24,65)
(14%,9%,25%)

RGB channels and saturation

R 35 of 255 = 14%
G 24 of 255 = 9%
B 65 of 255 = 25%

35
24
65

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

Portions of RGB colors in percentages

R + G + B =
35 + 24 + 65 = 124 (100%)
R 35 of 124 ~ 28.23%
G 24 of 124 ~ 19.35%
B 65 of 124 ~ 52.42%

%28.23
%19.35
%52.42

CMYK color model

#231841 color CMYK value is (46,63,0,75).

  • cyan value is 46.15%
  • magenta value is 63.08%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(46,63,0,75)
C46M63Y0K75 
(46%,63%,0%,75%)
(0.46/0.63/0.00/0.75)	

CMYK percentages

%46.15
%63.08
%0
%74.51

Codes

Color #231841 in popluar color models

231841
RGB352465
HSL256°46.07%17.45%
HSB/HSV256°63.08%25.49%
CMYK46.15%63.08%0.00%
74.51%

Color #231841 in popluar number systems.

HEX231841
Decimal352465
Binary100011110001000001
Octal4330101

Shades and tints

Shades of #231841

#231841
(35,24,65)
#20163C
(32,22,60)
#1D1437
(29,20,55)
#1A1232
(26,18,50)
#17102D
(23,16,45)
#140E28
(20,14,40)
#110C23
(17,12,35)
#0E0A1E
(14,10,30)
#0B0819
(11,8,25)
#080614
(8,6,20)
#05040F
(5,4,15)
#000000
(0,0,0)

Tints of #231841

#231841
(35,24,65)
#372D52
(55,45,82)
#4B4263
(75,66,99)
#5F5774
(95,87,116)
#736C85
(115,108,133)
#878196
(135,129,150)
#9B96A7
(155,150,167)
#AFABB8
(175,171,184)
#C3C0C9
(195,192,201)
#D7D5DA
(215,213,218)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231841 color. Also use rgb(35,24,65) instead hex code.

Text Font Color

.myTextColor { color: #231841; }

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

This text font color is #231841.


Background Color

.myBgColor { background-color: #231841; }

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

This div background color is #231841.


Border color

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

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

This div border color is #231841.


Opacity

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

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

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

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

This text has shadow with #231841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231841 on black background.


Color preview on white background

This text has color #231841 on white background.



Black color preview on #231841 background

This text has black color on #231841 background.


White color preview on #231841 background

This text has white color on #231841 background.