COLOR #022B29

HEX: #022B29
RGB: (2,43,41)

Color info

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

RGB color model

#022B29 color RGB value is (2,43,41).

  • red value is 2;
  • green value is 43;
  • blue value is 41.
RGB:
(2,43,41)
(1%,17%,16%)

RGB channels and saturation

R 2 of 255 = 1%
G 43 of 255 = 17%
B 41 of 255 = 16%

2
43
41

R + G + B ~ 11%. #022B29 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 43 + 41 = 86 (100%)
R 2 of 86 ~ 2.33%
G 43 of 86 ~ 50%
B 41 of 86 ~ 47.67%

%50
%47.67

CMYK color model

#022B29 color CMYK value is (95,0,5,83).

  • cyan value is 95.35%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 83.14%
CMYK:
(95,0,5,83)
C95M0Y5K83 
(95%,0%,5%,83%)
(0.95/0.00/0.05/0.83)	

CMYK percentages

%95.35
%0
%4.65
%83.14

Codes

Color #022B29 in popluar color models

022B29
RGB24341
HSL177°91.11%8.82%
HSB/HSV177°95.35%16.86%
CMYK95.35%0.00%4.65%
83.14%

Color #022B29 in popluar number systems.

HEX022B29
Decimal24341
Binary10101011101001
Octal25351

Shades and tints

Shades of #022B29

#022B29
(2,43,41)
#022826
(2,40,38)
#022523
(2,37,35)
#022220
(2,34,32)
#021F1D
(2,31,29)
#021C1A
(2,28,26)
#021917
(2,25,23)
#021614
(2,22,20)
#021311
(2,19,17)
#02100E
(2,16,14)
#020D0B
(2,13,11)
#000000
(0,0,0)

Tints of #022B29

#022B29
(2,43,41)
#193E3C
(25,62,60)
#30514F
(48,81,79)
#476462
(71,100,98)
#5E7775
(94,119,117)
#758A88
(117,138,136)
#8C9D9B
(140,157,155)
#A3B0AE
(163,176,174)
#BAC3C1
(186,195,193)
#D1D6D4
(209,214,212)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #022B29 color. Also use rgb(2,43,41) instead hex code.

Text Font Color

.myTextColor { color: #022B29; }

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

This text font color is #022B29.


Background Color

.myBgColor { background-color: #022B29; }

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

This div background color is #022B29.


Border color

.myBorderColor { border: 1px solid #022B29; }

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

This div border color is #022B29.


Opacity

.myOpacity80 { color: #022B29; opacity: 0.8; }

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

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

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

This text has shadow with #022B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #022B29 on black background.


Color preview on white background

This text has color #022B29 on white background.



Black color preview on #022B29 background

This text has black color on #022B29 background.


White color preview on #022B29 background

This text has white color on #022B29 background.