COLOR #23090A

HEX: #23090A RGB: (35,9,10)

Color info

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

RGB color model

#23090A color RGB value is (35,9,10).

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

RGB channels and saturation

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

35
9
10

R + G + B ~ 7%. #23090A is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 9 + 10 = 54 (100%)
R 35 of 54 ~ 64.81%
G 9 of 54 ~ 16.67%
B 10 of 54 ~ 18.52'%

%64.81
%16.67
%18.52

CMYK color model

#23090A color CMYK value is (0,74,71,86).

  • cyan value is 0.00%
  • magenta value is 74.29%
  • yellow value is 71.43%
  • key color value is 86.27%
CMYK: (0,74,71,86) C0M74Y71K86 (0%,74%,71%,86%) (0.00/0.74/0.71/0.86) 

CMYK percentages

%0
%74.29
%71.43
%86.27

Codes

Color #23090A in popluar color models

23 09 0A
RGB 35 9 10
HSL 358° 59.09% 8.63%
HSB/HSV 358° 74.29% 13.73%
CMYK 0.00% 74.29% 71.43%
86.27%

Color #23090A in popluar number systems.

HEX 23 09 0A
Decimal 35 9 10
Binary 100011 1001 1010
Octal 43 11 12

Shades and tints

Shades of #23090A

#23090A
(35,9,10)
#20090A
(32,9,10)
#1D090A
(29,9,10)
#1A090A
(26,9,10)
#17090A
(23,9,10)
#14090A
(20,9,10)
#11090A
(17,9,10)
#0E090A
(14,9,10)
#0B090A
(11,9,10)
#08090A
(8,9,10)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #23090A

#23090A
(35,9,10)
#371F20
(55,31,32)
#4B3536
(75,53,54)
#5F4B4C
(95,75,76)
#736162
(115,97,98)
#877778
(135,119,120)
#9B8D8E
(155,141,142)
#AFA3A4
(175,163,164)
#C3B9BA
(195,185,186)
#D7CFD0
(215,207,208)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23090A color. Also use rgb(35,9,10) instead hex code.

Text Font Color

.myTextColor { color: #23090A; }

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

This text font color is #23090A.

Background Color

.myBgColor { background-color: #23090A; }

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

This div background color is #23090A.

Border color

.myBorderColor { border: 1px solid #23090A; }

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

This div border color is #23090A.

Opacity

.myOpacity80 { color: #23090A; opacity: 0.8; }

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

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

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

This text has shadow with #23090A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #23090A.

Preview

Color preview on black background

This text has color #23090A on black background.


Color preview on white background

This text has color #23090A on white background.


Black color preview on #23090A background

This text has black color on #23090A background.


White color preview on #23090A background

This text has white color on #23090A background.


Related colors

Complementary color

Complementary color for #hex is #DCF6F5.


I love getcolorcode.com

Triadic colors

1 #0A2309 and #090A23 with #23090A are triadic colors.

2 #0A0923 and #09230A with #23090A are triadic colors.