COLOR #231A09

HEX: #231A09 RGB: (35,26,9)

Color info

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

RGB color model

#231A09 color RGB value is (35,26,9).

RGB: (35,26,9) (14%, 10%, 4%)

RGB channels and saturation

R 35 of 255 = 14%
G 26 of 255 = 10%
B 9 of 255 = 4%

35
26
9

R + G + B ~ 9%. #231A09 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 26 + 9 = 70 (100%)
R 35 of 70 ~ 50%
G 26 of 70 ~ 37.14%
B 9 of 70 ~ 12.86'%

%50
%37.14
%12.86

CMYK color model

#231A09 color CMYK value is (0,26,74,86).

  • cyan value is 0.00%
  • magenta value is 25.71%
  • yellow value is 74.29%
  • key color value is 86.27%
CMYK: (0,26,74,86) C0M26Y74K86 (0%,26%,74%,86%) (0.00/0.26/0.74/0.86) 

CMYK percentages

%0
%25.71
%74.29
%86.27

Codes

Color #231A09 in popluar color models

23 1A 09
RGB 35 26 9
HSL 39° 59.09% 8.63%
HSB/HSV 39° 74.29% 13.73%
CMYK 0.00% 25.71% 74.29%
86.27%

Color #231A09 in popluar number systems.

HEX 23 1A 09
Decimal 35 26 9
Binary 100011 11010 1001
Octal 43 32 11

Shades and tints

Shades of #231A09

#231A09
(35,26,9)
#201809
(32,24,9)
#1D1609
(29,22,9)
#1A1409
(26,20,9)
#171209
(23,18,9)
#141009
(20,16,9)
#110E09
(17,14,9)
#0E0C09
(14,12,9)
#0B0A09
(11,10,9)
#080809
(8,8,9)
#050609
(5,6,9)
#000000
(0,0,0)

Tints of #231A09

#231A09
(35,26,9)
#372E1F
(55,46,31)
#4B4235
(75,66,53)
#5F564B
(95,86,75)
#736A61
(115,106,97)
#877E77
(135,126,119)
#9B928D
(155,146,141)
#AFA6A3
(175,166,163)
#C3BAB9
(195,186,185)
#D7CECF
(215,206,207)
#EBE2E5
(235,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231A09 color. Also use rgb(35,26,9) instead hex code.

Text Font Color

.myTextColor { color: #231A09; }

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

This text font color is #231A09.

Background Color

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

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

This div background color is #231A09.

Border color

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

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

This div border color is #231A09.

Opacity

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

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

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

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

This text has shadow with #231A09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #231A09.

Preview

Color preview on black background

This text has color #231A09 on black background.


Color preview on white background

This text has color #231A09 on white background.


Black color preview on #231A09 background

This text has black color on #231A09 background.


White color preview on #231A09 background

This text has white color on #231A09 background.


Related colors

Complementary color

Complementary color for #hex is #DCE5F6.


I love getcolorcode.com

Triadic colors

1 #09231A and #1A0923 with #231A09 are triadic colors.

2 #091A23 and #1A2309 with #231A09 are triadic colors.