COLOR #232019

HEX: #232019
RGB: (35,32,25)

Color info

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

RGB color model

#232019 color RGB value is (35,32,25).

  • red value is 35;
  • green value is 32;
  • blue value is 25.
RGB:
(35,32,25)
(14%,13%,10%)

RGB channels and saturation

R 35 of 255 = 14%
G 32 of 255 = 13%
B 25 of 255 = 10%

35
32
25

R + G + B ~ 12%. #232019 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 32 + 25 = 92 (100%)
R 35 of 92 ~ 38.04%
G 32 of 92 ~ 34.78%
B 25 of 92 ~ 27.17%

%38.04
%34.78
%27.17

CMYK color model

#232019 color CMYK value is (0,9,29,86).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 28.57%
  • key color value is 86.27%
CMYK:
(0,9,29,86)
C0M9Y29K86 
(0%,9%,29%,86%)
(0.00/0.09/0.29/0.86)	

CMYK percentages

%0
%8.57
%28.57
%86.27

Codes

Color #232019 in popluar color models

232019
RGB353225
HSL42°16.67%11.76%
HSB/HSV42°28.57%13.73%
CMYK0.00%8.57%28.57%
86.27%

Color #232019 in popluar number systems.

HEX232019
Decimal353225
Binary10001110000011001
Octal434031

Shades and tints

Shades of #232019

#232019
(35,32,25)
#201E17
(32,30,23)
#1D1C15
(29,28,21)
#1A1A13
(26,26,19)
#171811
(23,24,17)
#14160F
(20,22,15)
#11140D
(17,20,13)
#0E120B
(14,18,11)
#0B1009
(11,16,9)
#080E07
(8,14,7)
#050C05
(5,12,5)
#000000
(0,0,0)

Tints of #232019

#232019
(35,32,25)
#37342D
(55,52,45)
#4B4841
(75,72,65)
#5F5C55
(95,92,85)
#737069
(115,112,105)
#87847D
(135,132,125)
#9B9891
(155,152,145)
#AFACA5
(175,172,165)
#C3C0B9
(195,192,185)
#D7D4CD
(215,212,205)
#EBE8E1
(235,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #232019; }

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

This text font color is #232019.


Background Color

.myBgColor { background-color: #232019; }

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

This div background color is #232019.


Border color

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

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

This div border color is #232019.


Opacity

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

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

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

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

This text has shadow with #232019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #232019 on black background.


Color preview on white background

This text has color #232019 on white background.



Black color preview on #232019 background

This text has black color on #232019 background.


White color preview on #232019 background

This text has white color on #232019 background.