COLOR #231B17

HEX: #231B17 RGB: (35,27,23)

Color info

#231B17 contains red, green and blue colors in about the same proportion. Web safe color of #231B17 is #333300 (or #330).

RGB color model

#231B17 color RGB value is (35,27,23).

RGB: (35,27,23) (14%, 11%, 9%)

RGB channels and saturation

R 35 of 255 = 14%
G 27 of 255 = 11%
B 23 of 255 = 9%

35
27
23

R + G + B ~ 11%. #231B17 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 27 + 23 = 85 (100%)
R 35 of 85 ~ 41.18%
G 27 of 85 ~ 31.76%
B 23 of 85 ~ 27.06'%

%41.18
%31.76
%27.06

CMYK color model

#231B17 color CMYK value is (0,23,34,86).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 34.29%
  • key color value is 86.27%

CMYK: (0,23,34,86)
C0M23Y34K86 (0%, 23%, 34%, 86%)
(0.00 / 0.23 / 0.34 / 0.86)

CMYK percentages

%0
%22.86
%34.29
%86.27

Codes

Color #231B17 in popluar color models

23 1B 17
RGB 35 27 23
HSL 20° 20.69% 11.37%
HSB/HSV 20° 34.29% 13.73%
CMYK 0.00% 22.86% 34.29%
86.27%

Color #231B17 in popluar number systems.

HEX 23 1B 17
Decimal 35 27 23
Binary 100011 11011 10111
Octal 43 33 27

Shades and tints

Shades of #231B17

#231B17
(35,27,23)
#201915
(32,25,21)
#1D1713
(29,23,19)
#1A1511
(26,21,17)
#17130F
(23,19,15)
#14110D
(20,17,13)
#110F0B
(17,15,11)
#0E0D09
(14,13,9)
#0B0B07
(11,11,7)
#080905
(8,9,5)
#050703
(5,7,3)
#000000
(0,0,0)

Tints of #231B17

#231B17
(35,27,23)
#372F2C
(55,47,44)
#4B4341
(75,67,65)
#5F5756
(95,87,86)
#736B6B
(115,107,107)
#877F80
(135,127,128)
#9B9395
(155,147,149)
#AFA7AA
(175,167,170)
#C3BBBF
(195,187,191)
#D7CFD4
(215,207,212)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231B17 color. Also use rgb(35,27,23) instead hex code.

Text Font Color

.myTextColor { color: #231B17; }

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

This text font color is #231B17.

Background Color

.myBgColor { background-color: #231B17; }

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

This div background color is #231B17.

Border color

.myBorderColor { border: 1px solid #231B17; }

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

This div border color is #231B17.

Opacity

.myOpacity80 { color: #231B17; opacity: 0.8; }

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

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

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

This text has shadow with #231B17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #231B17.

Preview

Color preview on black background

This text has color #231B17 on black background.


Color preview on white background

This text has color #231B17 on white background.


Black color preview on #231B17 background

This text has black color on #231B17 background.


White color preview on #231B17 background

This text has white color on #231B17 background.


Related colors

Complementary color

Complementary color for #hex is #DCE4E8.


I love getcolorcode.com

Triadic colors

1 #17231B and #1B1723 with #231B17 are triadic colors.

2 #171B23 and #1B2317 with #231B17 are triadic colors.