COLOR #230014

HEX: #230014 RGB: (35,0,20)

Color info

#230014 contains only red and blue colors. Web safe color of #230014 is #330000 (or #300).

RGB color model

#230014 color RGB value is (35,0,20).

RGB: (35,0,20) (14%, 0%, 8%)

RGB channels and saturation

R 35 of 255 = 14%
G 0 of 255 = 0%
B 20 of 255 = 8%

35
0
20

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

Portions of RGB colors in percentages

R + G + B = 35 + 0 + 20 = 55 (100%)
R 35 of 55 ~ 63.64%
G 0 of 55 ~ 0%
B 20 of 55 ~ 36.36'%

%63.64
%36.36

CMYK color model

#230014 color CMYK value is (0,100,43,86).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 42.86%
  • key color value is 86.27%

CMYK: (0,100,43,86)
C0M100Y43K86 (0%, 100%, 43%, 86%)
(0.00 / 1.00 / 0.43 / 0.86)

CMYK percentages

%0
%100
%42.86
%86.27

Codes

Color #230014 in popluar color models

23 00 14
RGB 35 0 20
HSL 326° 100.00% 6.86%
HSB/HSV 326° 100.00% 13.73%
CMYK 0.00% 100.00% 42.86%
86.27%

Color #230014 in popluar number systems.

HEX 23 00 14
Decimal 35 0 20
Binary 100011 0 10100
Octal 43 0 24

Shades and tints

Shades of #230014

#230014
(35,0,20)
#200013
(32,0,19)
#1D0012
(29,0,18)
#1A0011
(26,0,17)
#170010
(23,0,16)
#14000F
(20,0,15)
#11000E
(17,0,14)
#0E000D
(14,0,13)
#0B000C
(11,0,12)
#08000B
(8,0,11)
#05000A
(5,0,10)
#000000
(0,0,0)

Tints of #230014

#230014
(35,0,20)
#371729
(55,23,41)
#4B2E3E
(75,46,62)
#5F4553
(95,69,83)
#735C68
(115,92,104)
#87737D
(135,115,125)
#9B8A92
(155,138,146)
#AFA1A7
(175,161,167)
#C3B8BC
(195,184,188)
#D7CFD1
(215,207,209)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #230014; }

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

This text font color is #230014.

Background Color

.myBgColor { background-color: #230014; }

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

This div background color is #230014.

Border color

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

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

This div border color is #230014.

Opacity

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

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

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

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

This text has shadow with #230014 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #230014.

Preview

Color preview on black background

This text has color #230014 on black background.


Color preview on white background

This text has color #230014 on white background.


Black color preview on #230014 background

This text has black color on #230014 background.


White color preview on #230014 background

This text has white color on #230014 background.


Related colors

Complementary color

Complementary color for #hex is #DCFFEB.


I love getcolorcode.com

Triadic colors

1 #142300 and #001423 with #230014 are triadic colors.

2 #140023 and #002314 with #230014 are triadic colors.