COLOR #012021

HEX: #012021
RGB: (1,32,33)

Color info

#012021 contains red, green and blue colors in about the same proportion. Web safe color of #012021 is #003333 (or #033).

RGB color model

#012021 color RGB value is (1,32,33).

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

RGB channels and saturation

R 1 of 255 = 0%
G 32 of 255 = 13%
B 33 of 255 = 13%

1
32
33

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

Portions of RGB colors in percentages

R + G + B =
1 + 32 + 33 = 66 (100%)
R 1 of 66 ~ 1.52%
G 32 of 66 ~ 48.48%
B 33 of 66 ~ 50%

%48.48
%50

CMYK color model

#012021 color CMYK value is (97,3,0,87).

  • cyan value is 96.97%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(97,3,0,87)
C97M3Y0K87 
(97%,3%,0%,87%)
(0.97/0.03/0.00/0.87)	

CMYK percentages

%96.97
%3.03
%0
%87.06

Codes

Color #012021 in popluar color models

012021
RGB13233
HSL182°94.12%6.67%
HSB/HSV182°96.97%12.94%
CMYK96.97%3.03%0.00%
87.06%

Color #012021 in popluar number systems.

HEX012021
Decimal13233
Binary1100000100001
Octal14041

Shades and tints

Shades of #012021

#012021
(1,32,33)
#011E1E
(1,30,30)
#011C1B
(1,28,27)
#011A18
(1,26,24)
#011815
(1,24,21)
#011612
(1,22,18)
#01140F
(1,20,15)
#01120C
(1,18,12)
#011009
(1,16,9)
#010E06
(1,14,6)
#010C03
(1,12,3)
#000000
(0,0,0)

Tints of #012021

#012021
(1,32,33)
#183435
(24,52,53)
#2F4849
(47,72,73)
#465C5D
(70,92,93)
#5D7071
(93,112,113)
#748485
(116,132,133)
#8B9899
(139,152,153)
#A2ACAD
(162,172,173)
#B9C0C1
(185,192,193)
#D0D4D5
(208,212,213)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012021; }

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

This text font color is #012021.


Background Color

.myBgColor { background-color: #012021; }

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

This div background color is #012021.


Border color

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

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

This div border color is #012021.


Opacity

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

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

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

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

This text has shadow with #012021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012021 on black background.


Color preview on white background

This text has color #012021 on white background.



Black color preview on #012021 background

This text has black color on #012021 background.


White color preview on #012021 background

This text has white color on #012021 background.