COLOR #211401

HEX: #211401
RGB: (33,20,1)

Color info

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

RGB color model

#211401 color RGB value is (33,20,1).

  • red value is 33;
  • green value is 20;
  • blue value is 1.
RGB:
(33,20,1)
(13%,8%,0%)

RGB channels and saturation

R 33 of 255 = 13%
G 20 of 255 = 8%
B 1 of 255 = 0%

33
20
1

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

Portions of RGB colors in percentages

R + G + B =
33 + 20 + 1 = 54 (100%)
R 33 of 54 ~ 61.11%
G 20 of 54 ~ 37.04%
B 1 of 54 ~ 1.85%

%61.11
%37.04

CMYK color model

#211401 color CMYK value is (0,39,97,87).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 96.97%
  • key color value is 87.06%
CMYK:
(0,39,97,87)
C0M39Y97K87 
(0%,39%,97%,87%)
(0.00/0.39/0.97/0.87)	

CMYK percentages

%0
%39.39
%96.97
%87.06

Codes

Color #211401 in popluar color models

211401
RGB33201
HSL36°94.12%6.67%
HSB/HSV36°96.97%12.94%
CMYK0.00%39.39%96.97%
87.06%

Color #211401 in popluar number systems.

HEX211401
Decimal33201
Binary100001101001
Octal41241

Shades and tints

Shades of #211401

#211401
(33,20,1)
#1E1301
(30,19,1)
#1B1201
(27,18,1)
#181101
(24,17,1)
#151001
(21,16,1)
#120F01
(18,15,1)
#0F0E01
(15,14,1)
#0C0D01
(12,13,1)
#090C01
(9,12,1)
#060B01
(6,11,1)
#030A01
(3,10,1)
#000000
(0,0,0)

Tints of #211401

#211401
(33,20,1)
#352918
(53,41,24)
#493E2F
(73,62,47)
#5D5346
(93,83,70)
#71685D
(113,104,93)
#857D74
(133,125,116)
#99928B
(153,146,139)
#ADA7A2
(173,167,162)
#C1BCB9
(193,188,185)
#D5D1D0
(213,209,208)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211401 color. Also use rgb(33,20,1) instead hex code.

Text Font Color

.myTextColor { color: #211401; }

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

This text font color is #211401.


Background Color

.myBgColor { background-color: #211401; }

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

This div background color is #211401.


Border color

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

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

This div border color is #211401.


Opacity

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

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

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

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

This text has shadow with #211401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211401 on black background.


Color preview on white background

This text has color #211401 on white background.



Black color preview on #211401 background

This text has black color on #211401 background.


White color preview on #211401 background

This text has white color on #211401 background.