COLOR #20092B

HEX: #20092B
RGB: (32,9,43)

Color info

#20092B contains red, green and blue colors in about the same proportion. Web safe color of #20092B is #330033 (or #303).

RGB color model

#20092B color RGB value is (32,9,43).

  • red value is 32;
  • green value is 9;
  • blue value is 43.
RGB:
(32,9,43)
(13%,4%,17%)

RGB channels and saturation

R 32 of 255 = 13%
G 9 of 255 = 4%
B 43 of 255 = 17%

32
9
43

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

Portions of RGB colors in percentages

R + G + B =
32 + 9 + 43 = 84 (100%)
R 32 of 84 ~ 38.1%
G 9 of 84 ~ 10.71%
B 43 of 84 ~ 51.19%

%38.1
%10.71
%51.19

CMYK color model

#20092B color CMYK value is (26,79,0,83).

  • cyan value is 25.58%
  • magenta value is 79.07%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(26,79,0,83)
C26M79Y0K83 
(26%,79%,0%,83%)
(0.26/0.79/0.00/0.83)	

CMYK percentages

%25.58
%79.07
%0
%83.14

Codes

Color #20092B in popluar color models

20092B
RGB32943
HSL281°65.38%10.20%
HSB/HSV281°79.07%16.86%
CMYK25.58%79.07%0.00%
83.14%

Color #20092B in popluar number systems.

HEX20092B
Decimal32943
Binary1000001001101011
Octal401153

Shades and tints

Shades of #20092B

#20092B
(32,9,43)
#1E0928
(30,9,40)
#1C0925
(28,9,37)
#1A0922
(26,9,34)
#18091F
(24,9,31)
#16091C
(22,9,28)
#140919
(20,9,25)
#120916
(18,9,22)
#100913
(16,9,19)
#0E0910
(14,9,16)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #20092B

#20092B
(32,9,43)
#341F3E
(52,31,62)
#483551
(72,53,81)
#5C4B64
(92,75,100)
#706177
(112,97,119)
#84778A
(132,119,138)
#988D9D
(152,141,157)
#ACA3B0
(172,163,176)
#C0B9C3
(192,185,195)
#D4CFD6
(212,207,214)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20092B color. Also use rgb(32,9,43) instead hex code.

Text Font Color

.myTextColor { color: #20092B; }

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

This text font color is #20092B.


Background Color

.myBgColor { background-color: #20092B; }

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

This div background color is #20092B.


Border color

.myBorderColor { border: 1px solid #20092B; }

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

This div border color is #20092B.


Opacity

.myOpacity80 { color: #20092B; opacity: 0.8; }

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

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

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

This text has shadow with #20092B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20092B on black background.


Color preview on white background

This text has color #20092B on white background.



Black color preview on #20092B background

This text has black color on #20092B background.


White color preview on #20092B background

This text has white color on #20092B background.