COLOR #231935

HEX: #231935 RGB: (35,25,53)

Color info

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

RGB color model

#231935 color RGB value is (35,25,53).

RGB: (35,25,53) (14%, 10%, 21%)

RGB channels and saturation

R 35 of 255 = 14%
G 25 of 255 = 10%
B 53 of 255 = 21%

35
25
53

R + G + B ~ 15%. #231935 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 25 + 53 = 113 (100%)
R 35 of 113 ~ 30.97%
G 25 of 113 ~ 22.12%
B 53 of 113 ~ 46.9'%

%30.97
%22.12
%46.9

CMYK color model

#231935 color CMYK value is (34,53,0,79).

  • cyan value is 33.96%
  • magenta value is 52.83%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (34,53,0,79)
C34M53Y0K79 (34%, 53%, 0%, 79%)
(0.34 / 0.53 / 0.00 / 0.79)

CMYK percentages

%33.96
%52.83
%0
%79.22

Codes

Color #231935 in popluar color models

23 19 35
RGB 35 25 53
HSL 261° 35.90% 15.29%
HSB/HSV 261° 52.83% 20.78%
CMYK 33.96% 52.83% 0.00%
79.22%

Color #231935 in popluar number systems.

HEX 23 19 35
Decimal 35 25 53
Binary 100011 11001 110101
Octal 43 31 65

Shades and tints

Shades of #231935

#231935
(35,25,53)
#201731
(32,23,49)
#1D152D
(29,21,45)
#1A1329
(26,19,41)
#171125
(23,17,37)
#140F21
(20,15,33)
#110D1D
(17,13,29)
#0E0B19
(14,11,25)
#0B0915
(11,9,21)
#080711
(8,7,17)
#05050D
(5,5,13)
#000000
(0,0,0)

Tints of #231935

#231935
(35,25,53)
#372D47
(55,45,71)
#4B4159
(75,65,89)
#5F556B
(95,85,107)
#73697D
(115,105,125)
#877D8F
(135,125,143)
#9B91A1
(155,145,161)
#AFA5B3
(175,165,179)
#C3B9C5
(195,185,197)
#D7CDD7
(215,205,215)
#EBE1E9
(235,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231935 color. Also use rgb(35,25,53) instead hex code.

Text Font Color

.myTextColor { color: #231935; }

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

This text font color is #231935.

Background Color

.myBgColor { background-color: #231935; }

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

This div background color is #231935.

Border color

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

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

This div border color is #231935.

Opacity

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

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

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

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

This text has shadow with #231935 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #231935.

Preview

Color preview on black background

This text has color #231935 on black background.


Color preview on white background

This text has color #231935 on white background.


Black color preview on #231935 background

This text has black color on #231935 background.


White color preview on #231935 background

This text has white color on #231935 background.


Related colors

Complementary color

Complementary color for #hex is #DCE6CA.


I love getcolorcode.com

Triadic colors

1 #352319 and #193523 with #231935 are triadic colors.

2 #351923 and #192335 with #231935 are triadic colors.