COLOR #231238

HEX: #231238 RGB: (35,18,56)

Color info

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

RGB color model

#231238 color RGB value is (35,18,56).

RGB: (35,18,56) (14%, 7%, 22%)

RGB channels and saturation

R 35 of 255 = 14%
G 18 of 255 = 7%
B 56 of 255 = 22%

35
18
56

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

Portions of RGB colors in percentages

R + G + B = 35 + 18 + 56 = 109 (100%)
R 35 of 109 ~ 32.11%
G 18 of 109 ~ 16.51%
B 56 of 109 ~ 51.38'%

%32.11
%16.51
%51.38

CMYK color model

#231238 color CMYK value is (38,68,0,78).

  • cyan value is 37.50%
  • magenta value is 67.86%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK: (38,68,0,78) C38M68Y0K78 (38%,68%,0%,78%) (0.38/0.68/0.00/0.78) 

CMYK percentages

%37.5
%67.86
%0
%78.04

Codes

Color #231238 in popluar color models

23 12 38
RGB 35 18 56
HSL 267° 51.35% 14.51%
HSB/HSV 267° 67.86% 21.96%
CMYK 37.50% 67.86% 0.00%
78.04%

Color #231238 in popluar number systems.

HEX 23 12 38
Decimal 35 18 56
Binary 100011 10010 111000
Octal 43 22 70

Shades and tints

Shades of #231238

#231238
(35,18,56)
#201133
(32,17,51)
#1D102E
(29,16,46)
#1A0F29
(26,15,41)
#170E24
(23,14,36)
#140D1F
(20,13,31)
#110C1A
(17,12,26)
#0E0B15
(14,11,21)
#0B0A10
(11,10,16)
#08090B
(8,9,11)
#050806
(5,8,6)
#000000
(0,0,0)

Tints of #231238

#231238
(35,18,56)
#37274A
(55,39,74)
#4B3C5C
(75,60,92)
#5F516E
(95,81,110)
#736680
(115,102,128)
#877B92
(135,123,146)
#9B90A4
(155,144,164)
#AFA5B6
(175,165,182)
#C3BAC8
(195,186,200)
#D7CFDA
(215,207,218)
#EBE4EC
(235,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231238 color. Also use rgb(35,18,56) instead hex code.

Text Font Color

.myTextColor { color: #231238; }

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

This text font color is #231238.

Background Color

.myBgColor { background-color: #231238; }

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

This div background color is #231238.

Border color

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

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

This div border color is #231238.

Opacity

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

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

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

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

This text has shadow with #231238 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #231238.

Preview

Color preview on black background

This text has color #231238 on black background.


Color preview on white background

This text has color #231238 on white background.


Black color preview on #231238 background

This text has black color on #231238 background.


White color preview on #231238 background

This text has white color on #231238 background.


Related colors

Complementary color

Complementary color for #hex is #DCEDC7.


I love getcolorcode.com

Triadic colors

1 #382312 and #123823 with #231238 are triadic colors.

2 #381223 and #122338 with #231238 are triadic colors.