COLOR #002122

HEX: #002122
RGB: (0,33,34)

Color info

#002122 contains only green and blue colors. Web safe color of #002122 is #003333 (or #033).

RGB color model

#002122 color RGB value is (0,33,34).

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

RGB channels and saturation

R 0 of 255 = 0%
G 33 of 255 = 13%
B 34 of 255 = 13%

0
33
34

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

Portions of RGB colors in percentages

R + G + B =
0 + 33 + 34 = 67 (100%)
R 0 of 67 ~ 0%
G 33 of 67 ~ 49.25%
B 34 of 67 ~ 50.75%

%49.25
%50.75

CMYK color model

#002122 color CMYK value is (100,3,0,87).

  • cyan value is 100.00%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(100,3,0,87)
C100M3Y0K87 
(100%,3%,0%,87%)
(1.00/0.03/0.00/0.87)	

CMYK percentages

%100
%2.94
%0
%86.67

Codes

Color #002122 in popluar color models

002122
RGB03334
HSL182°100.00%6.67%
HSB/HSV182°100.00%13.33%
CMYK100.00%2.94%0.00%
86.67%

Color #002122 in popluar number systems.

HEX002122
Decimal03334
Binary0100001100010
Octal04142

Shades and tints

Shades of #002122

#002122
(0,33,34)
#001E1F
(0,30,31)
#001B1C
(0,27,28)
#001819
(0,24,25)
#001516
(0,21,22)
#001213
(0,18,19)
#000F10
(0,15,16)
#000C0D
(0,12,13)
#00090A
(0,9,10)
#000607
(0,6,7)
#000304
(0,3,4)
#000000
(0,0,0)

Tints of #002122

#002122
(0,33,34)
#173536
(23,53,54)
#2E494A
(46,73,74)
#455D5E
(69,93,94)
#5C7172
(92,113,114)
#738586
(115,133,134)
#8A999A
(138,153,154)
#A1ADAE
(161,173,174)
#B8C1C2
(184,193,194)
#CFD5D6
(207,213,214)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002122; }

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

This text font color is #002122.


Background Color

.myBgColor { background-color: #002122; }

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

This div background color is #002122.


Border color

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

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

This div border color is #002122.


Opacity

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

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

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

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

This text has shadow with #002122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002122 on black background.


Color preview on white background

This text has color #002122 on white background.



Black color preview on #002122 background

This text has black color on #002122 background.


White color preview on #002122 background

This text has white color on #002122 background.