COLOR #231827

HEX: #231827
RGB: (35,24,39)

Color info

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

RGB color model

#231827 color RGB value is (35,24,39).

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

RGB channels and saturation

R 35 of 255 = 14%
G 24 of 255 = 9%
B 39 of 255 = 15%

35
24
39

R + G + B ~ 13%. #231827 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 24 + 39 = 98 (100%)
R 35 of 98 ~ 35.71%
G 24 of 98 ~ 24.49%
B 39 of 98 ~ 39.8%

%35.71
%24.49
%39.8

CMYK color model

#231827 color CMYK value is (10,38,0,85).

  • cyan value is 10.26%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(10,38,0,85)
C10M38Y0K85 
(10%,38%,0%,85%)
(0.10/0.38/0.00/0.85)	

CMYK percentages

%10.26
%38.46
%0
%84.71

Codes

Color #231827 in popluar color models

231827
RGB352439
HSL284°23.81%12.35%
HSB/HSV284°38.46%15.29%
CMYK10.26%38.46%0.00%
84.71%

Color #231827 in popluar number systems.

HEX231827
Decimal352439
Binary10001111000100111
Octal433047

Shades and tints

Shades of #231827

#231827
(35,24,39)
#201624
(32,22,36)
#1D1421
(29,20,33)
#1A121E
(26,18,30)
#17101B
(23,16,27)
#140E18
(20,14,24)
#110C15
(17,12,21)
#0E0A12
(14,10,18)
#0B080F
(11,8,15)
#08060C
(8,6,12)
#050409
(5,4,9)
#000000
(0,0,0)

Tints of #231827

#231827
(35,24,39)
#372D3A
(55,45,58)
#4B424D
(75,66,77)
#5F5760
(95,87,96)
#736C73
(115,108,115)
#878186
(135,129,134)
#9B9699
(155,150,153)
#AFABAC
(175,171,172)
#C3C0BF
(195,192,191)
#D7D5D2
(215,213,210)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231827; }

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

This text font color is #231827.


Background Color

.myBgColor { background-color: #231827; }

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

This div background color is #231827.


Border color

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

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

This div border color is #231827.


Opacity

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

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

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

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

This text has shadow with #231827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231827 on black background.


Color preview on white background

This text has color #231827 on white background.



Black color preview on #231827 background

This text has black color on #231827 background.


White color preview on #231827 background

This text has white color on #231827 background.