COLOR #231825

HEX: #231825 RGB: (35,24,37)

Color info

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

RGB color model

#231825 color RGB value is (35,24,37).

RGB: (35,24,37) (14%, 9%, 15%)

RGB channels and saturation

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

35
24
37

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

Portions of RGB colors in percentages

R + G + B = 35 + 24 + 37 = 96 (100%)
R 35 of 96 ~ 36.46%
G 24 of 96 ~ 25%
B 37 of 96 ~ 38.54'%

%36.46
%25
%38.54

CMYK color model

#231825 color CMYK value is (5,35,0,85).

  • cyan value is 5.41%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (5,35,0,85)
C5M35Y0K85 (5%, 35%, 0%, 85%)
(0.05 / 0.35 / 0.00 / 0.85)

CMYK percentages

%5.41
%35.14
%0
%85.49

Codes

Color #231825 in popluar color models

23 18 25
RGB 35 24 37
HSL 291° 21.31% 11.96%
HSB/HSV 291° 35.14% 14.51%
CMYK 5.41% 35.14% 0.00%
85.49%

Color #231825 in popluar number systems.

HEX 23 18 25
Decimal 35 24 37
Binary 100011 11000 100101
Octal 43 30 45

Shades and tints

Shades of #231825

#231825
(35,24,37)
#201622
(32,22,34)
#1D141F
(29,20,31)
#1A121C
(26,18,28)
#171019
(23,16,25)
#140E16
(20,14,22)
#110C13
(17,12,19)
#0E0A10
(14,10,16)
#0B080D
(11,8,13)
#08060A
(8,6,10)
#050407
(5,4,7)
#000000
(0,0,0)

Tints of #231825

#231825
(35,24,37)
#372D38
(55,45,56)
#4B424B
(75,66,75)
#5F575E
(95,87,94)
#736C71
(115,108,113)
#878184
(135,129,132)
#9B9697
(155,150,151)
#AFABAA
(175,171,170)
#C3C0BD
(195,192,189)
#D7D5D0
(215,213,208)
#EBEAE3
(235,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231825; }

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

This text font color is #231825.

Background Color

.myBgColor { background-color: #231825; }

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

This div background color is #231825.

Border color

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

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

This div border color is #231825.

Opacity

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

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

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

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

This text has shadow with #231825 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #231825.

Preview

Color preview on black background

This text has color #231825 on black background.


Color preview on white background

This text has color #231825 on white background.


Black color preview on #231825 background

This text has black color on #231825 background.


White color preview on #231825 background

This text has white color on #231825 background.


Related colors

Complementary color

Complementary color for #hex is #DCE7DA.


I love getcolorcode.com

Triadic colors

1 #252318 and #182523 with #231825 are triadic colors.

2 #251823 and #182325 with #231825 are triadic colors.