COLOR #231F41

HEX: #231F41 RGB: (35,31,65)

Color info

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

RGB color model

#231F41 color RGB value is (35,31,65).

RGB: (35,31,65) (14%, 12%, 25%)

RGB channels and saturation

R 35 of 255 = 14%
G 31 of 255 = 12%
B 65 of 255 = 25%

35
31
65

R + G + B ~ 17%. #231F41 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 31 + 65 = 131 (100%)
R 35 of 131 ~ 26.72%
G 31 of 131 ~ 23.66%
B 65 of 131 ~ 49.62'%

%26.72
%23.66
%49.62

CMYK color model

#231F41 color CMYK value is (46,52,0,75).

  • cyan value is 46.15%
  • magenta value is 52.31%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK: (46,52,0,75) C46M52Y0K75 (46%,52%,0%,75%) (0.46/0.52/0.00/0.75) 

CMYK percentages

%46.15
%52.31
%0
%74.51

Codes

Color #231F41 in popluar color models

23 1F 41
RGB 35 31 65
HSL 247° 35.42% 18.82%
HSB/HSV 247° 52.31% 25.49%
CMYK 46.15% 52.31% 0.00%
74.51%

Color #231F41 in popluar number systems.

HEX 23 1F 41
Decimal 35 31 65
Binary 100011 11111 1000001
Octal 43 37 101

Shades and tints

Shades of #231F41

#231F41
(35,31,65)
#201D3C
(32,29,60)
#1D1B37
(29,27,55)
#1A1932
(26,25,50)
#17172D
(23,23,45)
#141528
(20,21,40)
#111323
(17,19,35)
#0E111E
(14,17,30)
#0B0F19
(11,15,25)
#080D14
(8,13,20)
#050B0F
(5,11,15)
#000000
(0,0,0)

Tints of #231F41

#231F41
(35,31,65)
#373352
(55,51,82)
#4B4763
(75,71,99)
#5F5B74
(95,91,116)
#736F85
(115,111,133)
#878396
(135,131,150)
#9B97A7
(155,151,167)
#AFABB8
(175,171,184)
#C3BFC9
(195,191,201)
#D7D3DA
(215,211,218)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231F41; }

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

This text font color is #231F41.

Background Color

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

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

This div background color is #231F41.

Border color

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

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

This div border color is #231F41.

Opacity

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

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

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

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

This text has shadow with #231F41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #231F41.

Preview

Color preview on black background

This text has color #231F41 on black background.


Color preview on white background

This text has color #231F41 on white background.


Black color preview on #231F41 background

This text has black color on #231F41 background.


White color preview on #231F41 background

This text has white color on #231F41 background.


Related colors

Complementary color

Complementary color for #hex is #DCE0BE.


I love getcolorcode.com

Triadic colors

1 #41231F and #1F4123 with #231F41 are triadic colors.

2 #411F23 and #1F2341 with #231F41 are triadic colors.