COLOR #230A15

HEX: #230A15 RGB: (35,10,21)

Color info

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

RGB color model

#230A15 color RGB value is (35,10,21).

RGB: (35,10,21) (14%, 4%, 8%)

RGB channels and saturation

R 35 of 255 = 14%
G 10 of 255 = 4%
B 21 of 255 = 8%

35
10
21

R + G + B ~ 9%. #230A15 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 10 + 21 = 66 (100%)
R 35 of 66 ~ 53.03%
G 10 of 66 ~ 15.15%
B 21 of 66 ~ 31.82'%

%53.03
%15.15
%31.82

CMYK color model

#230A15 color CMYK value is (0,71,40,86).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 40.00%
  • key color value is 86.27%

CMYK: (0,71,40,86)
C0M71Y40K86 (0%, 71%, 40%, 86%)
(0.00 / 0.71 / 0.40 / 0.86)

CMYK percentages

%0
%71.43
%40
%86.27

Codes

Color #230A15 in popluar color models

23 0A 15
RGB 35 10 21
HSL 334° 55.56% 8.82%
HSB/HSV 334° 71.43% 13.73%
CMYK 0.00% 71.43% 40.00%
86.27%

Color #230A15 in popluar number systems.

HEX 23 0A 15
Decimal 35 10 21
Binary 100011 1010 10101
Octal 43 12 25

Shades and tints

Shades of #230A15

#230A15
(35,10,21)
#200A14
(32,10,20)
#1D0A13
(29,10,19)
#1A0A12
(26,10,18)
#170A11
(23,10,17)
#140A10
(20,10,16)
#110A0F
(17,10,15)
#0E0A0E
(14,10,14)
#0B0A0D
(11,10,13)
#080A0C
(8,10,12)
#050A0B
(5,10,11)
#000000
(0,0,0)

Tints of #230A15

#230A15
(35,10,21)
#37202A
(55,32,42)
#4B363F
(75,54,63)
#5F4C54
(95,76,84)
#736269
(115,98,105)
#87787E
(135,120,126)
#9B8E93
(155,142,147)
#AFA4A8
(175,164,168)
#C3BABD
(195,186,189)
#D7D0D2
(215,208,210)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #230A15 color. Also use rgb(35,10,21) instead hex code.

Text Font Color

.myTextColor { color: #230A15; }

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

This text font color is #230A15.

Background Color

.myBgColor { background-color: #230A15; }

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

This div background color is #230A15.

Border color

.myBorderColor { border: 1px solid #230A15; }

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

This div border color is #230A15.

Opacity

.myOpacity80 { color: #230A15; opacity: 0.8; }

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

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

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

This text has shadow with #230A15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #230A15.

Preview

Color preview on black background

This text has color #230A15 on black background.


Color preview on white background

This text has color #230A15 on white background.


Black color preview on #230A15 background

This text has black color on #230A15 background.


White color preview on #230A15 background

This text has white color on #230A15 background.


Related colors

Complementary color

Complementary color for #hex is #DCF5EA.


I love getcolorcode.com

Triadic colors

1 #15230A and #0A1523 with #230A15 are triadic colors.

2 #150A23 and #0A2315 with #230A15 are triadic colors.