COLOR #01211A

HEX: #01211A
RGB: (1,33,26)

Color info

#01211A contains red, green and blue colors in about the same proportion. Web safe color of #01211A is #003300 (or #030).

RGB color model

#01211A color RGB value is (1,33,26).

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

RGB channels and saturation

R 1 of 255 = 0%
G 33 of 255 = 13%
B 26 of 255 = 10%

1
33
26

R + G + B ~ 8%. #01211A is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 33 + 26 = 60 (100%)
R 1 of 60 ~ 1.67%
G 33 of 60 ~ 55%
B 26 of 60 ~ 43.33%

%55
%43.33

CMYK color model

#01211A color CMYK value is (97,0,21,87).

  • cyan value is 96.97%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 87.06%
CMYK:
(97,0,21,87)
C97M0Y21K87 
(97%,0%,21%,87%)
(0.97/0.00/0.21/0.87)	

CMYK percentages

%96.97
%0
%21.21
%87.06

Codes

Color #01211A in popluar color models

01211A
RGB13326
HSL167°94.12%6.67%
HSB/HSV167°96.97%12.94%
CMYK96.97%0.00%21.21%
87.06%

Color #01211A in popluar number systems.

HEX01211A
Decimal13326
Binary110000111010
Octal14132

Shades and tints

Shades of #01211A

#01211A
(1,33,26)
#011E18
(1,30,24)
#011B16
(1,27,22)
#011814
(1,24,20)
#011512
(1,21,18)
#011210
(1,18,16)
#010F0E
(1,15,14)
#010C0C
(1,12,12)
#01090A
(1,9,10)
#010608
(1,6,8)
#010306
(1,3,6)
#000000
(0,0,0)

Tints of #01211A

#01211A
(1,33,26)
#18352E
(24,53,46)
#2F4942
(47,73,66)
#465D56
(70,93,86)
#5D716A
(93,113,106)
#74857E
(116,133,126)
#8B9992
(139,153,146)
#A2ADA6
(162,173,166)
#B9C1BA
(185,193,186)
#D0D5CE
(208,213,206)
#E7E9E2
(231,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01211A; }

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

This text font color is #01211A.


Background Color

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

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

This div background color is #01211A.


Border color

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

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

This div border color is #01211A.


Opacity

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

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

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

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

This text has shadow with #01211A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01211A on black background.


Color preview on white background

This text has color #01211A on white background.



Black color preview on #01211A background

This text has black color on #01211A background.


White color preview on #01211A background

This text has white color on #01211A background.