COLOR #301941

HEX: #301941 RGB: (48,25,65)

Color info

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

RGB color model

#301941 color RGB value is (48,25,65).

RGB: (48,25,65) (19%, 10%, 25%)

RGB channels and saturation

R 48 of 255 = 19%
G 25 of 255 = 10%
B 65 of 255 = 25%

48
25
65

R + G + B ~ 18%. #301941 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 25 + 65 = 138 (100%)
R 48 of 138 ~ 34.78%
G 25 of 138 ~ 18.12%
B 65 of 138 ~ 47.1'%

%34.78
%18.12
%47.1

CMYK color model

#301941 color CMYK value is (26,62,0,75).

  • cyan value is 26.15%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (26,62,0,75)
C26M62Y0K75 (26%, 62%, 0%, 75%)
(0.26 / 0.62 / 0.00 / 0.75)

CMYK percentages

%26.15
%61.54
%0
%74.51

Codes

Color #301941 in popluar color models

30 19 41
RGB 48 25 65
HSL 275° 44.44% 17.65%
HSB/HSV 275° 61.54% 25.49%
CMYK 26.15% 61.54% 0.00%
74.51%

Color #301941 in popluar number systems.

HEX 30 19 41
Decimal 48 25 65
Binary 110000 11001 1000001
Octal 60 31 101

Shades and tints

Shades of #301941

#301941
(48,25,65)
#2C173C
(44,23,60)
#281537
(40,21,55)
#241332
(36,19,50)
#20112D
(32,17,45)
#1C0F28
(28,15,40)
#180D23
(24,13,35)
#140B1E
(20,11,30)
#100919
(16,9,25)
#0C0714
(12,7,20)
#08050F
(8,5,15)
#000000
(0,0,0)

Tints of #301941

#301941
(48,25,65)
#422D52
(66,45,82)
#544163
(84,65,99)
#665574
(102,85,116)
#786985
(120,105,133)
#8A7D96
(138,125,150)
#9C91A7
(156,145,167)
#AEA5B8
(174,165,184)
#C0B9C9
(192,185,201)
#D2CDDA
(210,205,218)
#E4E1EB
(228,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #301941 color. Also use rgb(48,25,65) instead hex code.

Text Font Color

.myTextColor { color: #301941; }

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

This text font color is #301941.

Background Color

.myBgColor { background-color: #301941; }

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

This div background color is #301941.

Border color

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

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

This div border color is #301941.

Opacity

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

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

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

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

This text has shadow with #301941 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #301941.

Preview

Color preview on black background

This text has color #301941 on black background.


Color preview on white background

This text has color #301941 on white background.


Black color preview on #301941 background

This text has black color on #301941 background.


White color preview on #301941 background

This text has white color on #301941 background.


Related colors

Complementary color

Complementary color for #hex is #CFE6BE.


I love getcolorcode.com

Triadic colors

1 #413019 and #194130 with #301941 are triadic colors.

2 #411930 and #193041 with #301941 are triadic colors.