COLOR #220013

HEX: #220013 RGB: (34,0,19)

Color info

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

RGB color model

#220013 color RGB value is (34,0,19).

RGB: (34,0,19) (13%, 0%, 7%)

RGB channels and saturation

R 34 of 255 = 13%
G 0 of 255 = 0%
B 19 of 255 = 7%

34
0
19

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

Portions of RGB colors in percentages

R + G + B = 34 + 0 + 19 = 53 (100%)
R 34 of 53 ~ 64.15%
G 0 of 53 ~ 0%
B 19 of 53 ~ 35.85'%

%64.15
%35.85

CMYK color model

#220013 color CMYK value is (0,100,44,87).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 44.12%
  • key color value is 86.67%
CMYK: (0,100,44,87) C0M100Y44K87 (0%,100%,44%,87%) (0.00/1.00/0.44/0.87) 

CMYK percentages

%0
%100
%44.12
%86.67

Codes

Color #220013 in popluar color models

22 00 13
RGB 34 0 19
HSL 326° 100.00% 6.67%
HSB/HSV 326° 100.00% 13.33%
CMYK 0.00% 100.00% 44.12%
86.67%

Color #220013 in popluar number systems.

HEX 22 00 13
Decimal 34 0 19
Binary 100010 0 10011
Octal 42 0 23

Shades and tints

Shades of #220013

#220013
(34,0,19)
#1F0012
(31,0,18)
#1C0011
(28,0,17)
#190010
(25,0,16)
#16000F
(22,0,15)
#13000E
(19,0,14)
#10000D
(16,0,13)
#0D000C
(13,0,12)
#0A000B
(10,0,11)
#07000A
(7,0,10)
#040009
(4,0,9)
#000000
(0,0,0)

Tints of #220013

#220013
(34,0,19)
#361728
(54,23,40)
#4A2E3D
(74,46,61)
#5E4552
(94,69,82)
#725C67
(114,92,103)
#86737C
(134,115,124)
#9A8A91
(154,138,145)
#AEA1A6
(174,161,166)
#C2B8BB
(194,184,187)
#D6CFD0
(214,207,208)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #220013 color. Also use rgb(34,0,19) instead hex code.

Text Font Color

.myTextColor { color: #220013; }

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

This text font color is #220013.

Background Color

.myBgColor { background-color: #220013; }

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

This div background color is #220013.

Border color

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

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

This div border color is #220013.

Opacity

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

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

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

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

This text has shadow with #220013 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #220013.

Preview

Color preview on black background

This text has color #220013 on black background.


Color preview on white background

This text has color #220013 on white background.


Black color preview on #220013 background

This text has black color on #220013 background.


White color preview on #220013 background

This text has white color on #220013 background.


Related colors

Complementary color

Complementary color for #hex is #DDFFEC.


I love getcolorcode.com

Triadic colors

1 #132200 and #001322 with #220013 are triadic colors.

2 #130022 and #002213 with #220013 are triadic colors.