COLOR #301B50

HEX: #301B50 RGB: (48,27,80)

Color info

#301B50 contains red, green and blue colors in about the same proportion. Web safe color of #301B50 is #333366 (or #336).

RGB color model

#301B50 color RGB value is (48,27,80).

RGB: (48,27,80) (19%, 11%, 31%)

RGB channels and saturation

R 48 of 255 = 19%
G 27 of 255 = 11%
B 80 of 255 = 31%

48
27
80

R + G + B ~ 20%. #301B50 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 27 + 80 = 155 (100%)
R 48 of 155 ~ 30.97%
G 27 of 155 ~ 17.42%
B 80 of 155 ~ 51.61'%

%30.97
%17.42
%51.61

CMYK color model

#301B50 color CMYK value is (40,66,0,69).

  • cyan value is 40.00%
  • magenta value is 66.25%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (40,66,0,69)
C40M66Y0K69 (40%, 66%, 0%, 69%)
(0.40 / 0.66 / 0.00 / 0.69)

CMYK percentages

%40
%66.25
%0
%68.63

Codes

Color #301B50 in popluar color models

30 1B 50
RGB 48 27 80
HSL 264° 49.53% 20.98%
HSB/HSV 264° 66.25% 31.37%
CMYK 40.00% 66.25% 0.00%
68.63%

Color #301B50 in popluar number systems.

HEX 30 1B 50
Decimal 48 27 80
Binary 110000 11011 1010000
Octal 60 33 120

Shades and tints

Shades of #301B50

#301B50
(48,27,80)
#2C1949
(44,25,73)
#281742
(40,23,66)
#24153B
(36,21,59)
#201334
(32,19,52)
#1C112D
(28,17,45)
#180F26
(24,15,38)
#140D1F
(20,13,31)
#100B18
(16,11,24)
#0C0911
(12,9,17)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #301B50

#301B50
(48,27,80)
#422F5F
(66,47,95)
#54436E
(84,67,110)
#66577D
(102,87,125)
#786B8C
(120,107,140)
#8A7F9B
(138,127,155)
#9C93AA
(156,147,170)
#AEA7B9
(174,167,185)
#C0BBC8
(192,187,200)
#D2CFD7
(210,207,215)
#E4E3E6
(228,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #301B50 color. Also use rgb(48,27,80) instead hex code.

Text Font Color

.myTextColor { color: #301B50; }

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

This text font color is #301B50.

Background Color

.myBgColor { background-color: #301B50; }

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

This div background color is #301B50.

Border color

.myBorderColor { border: 1px solid #301B50; }

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

This div border color is #301B50.

Opacity

.myOpacity80 { color: #301B50; opacity: 0.8; }

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

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

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

This text has shadow with #301B50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #301B50.

Preview

Color preview on black background

This text has color #301B50 on black background.


Color preview on white background

This text has color #301B50 on white background.


Black color preview on #301B50 background

This text has black color on #301B50 background.


White color preview on #301B50 background

This text has white color on #301B50 background.


Related colors

Complementary color

Complementary color for #hex is #CFE4AF.


I love getcolorcode.com

Triadic colors

1 #50301B and #1B5030 with #301B50 are triadic colors.

2 #501B30 and #1B3050 with #301B50 are triadic colors.