COLOR #231413

HEX: #231413 RGB: (35,20,19)

Color info

#231413 contains red, green and blue colors in about the same proportion. Web safe color of #231413 is #330000 (or #300).

RGB color model

#231413 color RGB value is (35,20,19).

RGB: (35,20,19) (14%, 8%, 7%)

RGB channels and saturation

R 35 of 255 = 14%
G 20 of 255 = 8%
B 19 of 255 = 7%

35
20
19

R + G + B ~ 10%. #231413 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 20 + 19 = 74 (100%)
R 35 of 74 ~ 47.3%
G 20 of 74 ~ 27.03%
B 19 of 74 ~ 25.68'%

%47.3
%27.03
%25.68

CMYK color model

#231413 color CMYK value is (0,43,46,86).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 45.71%
  • key color value is 86.27%
CMYK: (0,43,46,86) C0M43Y46K86 (0%,43%,46%,86%) (0.00/0.43/0.46/0.86) 

CMYK percentages

%0
%42.86
%45.71
%86.27

Codes

Color #231413 in popluar color models

23 14 13
RGB 35 20 19
HSL 29.63% 10.59%
HSB/HSV 45.71% 13.73%
CMYK 0.00% 42.86% 45.71%
86.27%

Color #231413 in popluar number systems.

HEX 23 14 13
Decimal 35 20 19
Binary 100011 10100 10011
Octal 43 24 23

Shades and tints

Shades of #231413

#231413
(35,20,19)
#201312
(32,19,18)
#1D1211
(29,18,17)
#1A1110
(26,17,16)
#17100F
(23,16,15)
#140F0E
(20,15,14)
#110E0D
(17,14,13)
#0E0D0C
(14,13,12)
#0B0C0B
(11,12,11)
#080B0A
(8,11,10)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #231413

#231413
(35,20,19)
#372928
(55,41,40)
#4B3E3D
(75,62,61)
#5F5352
(95,83,82)
#736867
(115,104,103)
#877D7C
(135,125,124)
#9B9291
(155,146,145)
#AFA7A6
(175,167,166)
#C3BCBB
(195,188,187)
#D7D1D0
(215,209,208)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231413 color. Also use rgb(35,20,19) instead hex code.

Text Font Color

.myTextColor { color: #231413; }

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

This text font color is #231413.

Background Color

.myBgColor { background-color: #231413; }

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

This div background color is #231413.

Border color

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

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

This div border color is #231413.

Opacity

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

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

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

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

This text has shadow with #231413 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #231413.

Preview

Color preview on black background

This text has color #231413 on black background.


Color preview on white background

This text has color #231413 on white background.


Black color preview on #231413 background

This text has black color on #231413 background.


White color preview on #231413 background

This text has white color on #231413 background.


Related colors

Complementary color

Complementary color for #hex is #DCEBEC.


I love getcolorcode.com

Triadic colors

1 #132314 and #141323 with #231413 are triadic colors.

2 #131423 and #142313 with #231413 are triadic colors.