COLOR #231337

HEX: #231337 RGB: (35,19,55)

Color info

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

RGB color model

#231337 color RGB value is (35,19,55).

RGB: (35,19,55) (14%, 7%, 22%)

RGB channels and saturation

R 35 of 255 = 14%
G 19 of 255 = 7%
B 55 of 255 = 22%

35
19
55

R + G + B ~ 14%. #231337 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 19 + 55 = 109 (100%)
R 35 of 109 ~ 32.11%
G 19 of 109 ~ 17.43%
B 55 of 109 ~ 50.46'%

%32.11
%17.43
%50.46

CMYK color model

#231337 color CMYK value is (36,65,0,78).

  • cyan value is 36.36%
  • magenta value is 65.45%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (36,65,0,78)
C36M65Y0K78 (36%, 65%, 0%, 78%)
(0.36 / 0.65 / 0.00 / 0.78)

CMYK percentages

%36.36
%65.45
%0
%78.43

Codes

Color #231337 in popluar color models

23 13 37
RGB 35 19 55
HSL 267° 48.65% 14.51%
HSB/HSV 267° 65.45% 21.57%
CMYK 36.36% 65.45% 0.00%
78.43%

Color #231337 in popluar number systems.

HEX 23 13 37
Decimal 35 19 55
Binary 100011 10011 110111
Octal 43 23 67

Shades and tints

Shades of #231337

#231337
(35,19,55)
#201232
(32,18,50)
#1D112D
(29,17,45)
#1A1028
(26,16,40)
#170F23
(23,15,35)
#140E1E
(20,14,30)
#110D19
(17,13,25)
#0E0C14
(14,12,20)
#0B0B0F
(11,11,15)
#080A0A
(8,10,10)
#050905
(5,9,5)
#000000
(0,0,0)

Tints of #231337

#231337
(35,19,55)
#372849
(55,40,73)
#4B3D5B
(75,61,91)
#5F526D
(95,82,109)
#73677F
(115,103,127)
#877C91
(135,124,145)
#9B91A3
(155,145,163)
#AFA6B5
(175,166,181)
#C3BBC7
(195,187,199)
#D7D0D9
(215,208,217)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231337 color. Also use rgb(35,19,55) instead hex code.

Text Font Color

.myTextColor { color: #231337; }

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

This text font color is #231337.

Background Color

.myBgColor { background-color: #231337; }

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

This div background color is #231337.

Border color

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

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

This div border color is #231337.

Opacity

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

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

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

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

This text has shadow with #231337 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #231337.

Preview

Color preview on black background

This text has color #231337 on black background.


Color preview on white background

This text has color #231337 on white background.


Black color preview on #231337 background

This text has black color on #231337 background.


White color preview on #231337 background

This text has white color on #231337 background.


Related colors

Complementary color

Complementary color for #hex is #DCECC8.


I love getcolorcode.com

Triadic colors

1 #372313 and #133723 with #231337 are triadic colors.

2 #371323 and #132337 with #231337 are triadic colors.