COLOR #30092B

HEX: #30092B RGB: (48,9,43)

Color info

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

RGB color model

#30092B color RGB value is (48,9,43).

RGB: (48,9,43) (19%, 4%, 17%)

RGB channels and saturation

R 48 of 255 = 19%
G 9 of 255 = 4%
B 43 of 255 = 17%

48
9
43

R + G + B ~ 13%. #30092B is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 9 + 43 = 100 (100%)
R 48 of 100 ~ 48%
G 9 of 100 ~ 9%
B 43 of 100 ~ 43'%

%48
%43

CMYK color model

#30092B color CMYK value is (0,81,10,81).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 10.42%
  • key color value is 81.18%

CMYK: (0,81,10,81)
C0M81Y10K81 (0%, 81%, 10%, 81%)
(0.00 / 0.81 / 0.10 / 0.81)

CMYK percentages

%0
%81.25
%10.42
%81.18

Codes

Color #30092B in popluar color models

30 09 2B
RGB 48 9 43
HSL 308° 68.42% 11.18%
HSB/HSV 308° 81.25% 18.82%
CMYK 0.00% 81.25% 10.42%
81.18%

Color #30092B in popluar number systems.

HEX 30 09 2B
Decimal 48 9 43
Binary 110000 1001 101011
Octal 60 11 53

Shades and tints

Shades of #30092B

#30092B
(48,9,43)
#2C0928
(44,9,40)
#280925
(40,9,37)
#240922
(36,9,34)
#20091F
(32,9,31)
#1C091C
(28,9,28)
#180919
(24,9,25)
#140916
(20,9,22)
#100913
(16,9,19)
#0C0910
(12,9,16)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #30092B

#30092B
(48,9,43)
#421F3E
(66,31,62)
#543551
(84,53,81)
#664B64
(102,75,100)
#786177
(120,97,119)
#8A778A
(138,119,138)
#9C8D9D
(156,141,157)
#AEA3B0
(174,163,176)
#C0B9C3
(192,185,195)
#D2CFD6
(210,207,214)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30092B; }

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

This text font color is #30092B.

Background Color

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

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

This div background color is #30092B.

Border color

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

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

This div border color is #30092B.

Opacity

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

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

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

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

This text has shadow with #30092B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30092B.

Preview

Color preview on black background

This text has color #30092B on black background.


Color preview on white background

This text has color #30092B on white background.


Black color preview on #30092B background

This text has black color on #30092B background.


White color preview on #30092B background

This text has white color on #30092B background.


Related colors

Complementary color

Complementary color for #hex is #CFF6D4.


I love getcolorcode.com

Triadic colors

1 #2B3009 and #092B30 with #30092B are triadic colors.

2 #2B0930 and #09302B with #30092B are triadic colors.