COLOR #301129

HEX: #301129
RGB: (48,17,41)

Color info

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

RGB color model

#301129 color RGB value is (48,17,41).

  • red value is 48;
  • green value is 17;
  • blue value is 41.
RGB:
(48,17,41)
(19%,7%,16%)

RGB channels and saturation

R 48 of 255 = 19%
G 17 of 255 = 7%
B 41 of 255 = 16%

48
17
41

R + G + B ~ 14%. #301129 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 17 + 41 = 106 (100%)
R 48 of 106 ~ 45.28%
G 17 of 106 ~ 16.04%
B 41 of 106 ~ 38.68%

%45.28
%16.04
%38.68

CMYK color model

#301129 color CMYK value is (0,65,15,81).

  • cyan value is 0.00%
  • magenta value is 64.58%
  • yellow value is 14.58%
  • key color value is 81.18%
CMYK:
(0,65,15,81)
C0M65Y15K81 
(0%,65%,15%,81%)
(0.00/0.65/0.15/0.81)	

CMYK percentages

%0
%64.58
%14.58
%81.18

Codes

Color #301129 in popluar color models

301129
RGB481741
HSL314°47.69%12.75%
HSB/HSV314°64.58%18.82%
CMYK0.00%64.58%14.58%
81.18%

Color #301129 in popluar number systems.

HEX301129
Decimal481741
Binary11000010001101001
Octal602151

Shades and tints

Shades of #301129

#301129
(48,17,41)
#2C1026
(44,16,38)
#280F23
(40,15,35)
#240E20
(36,14,32)
#200D1D
(32,13,29)
#1C0C1A
(28,12,26)
#180B17
(24,11,23)
#140A14
(20,10,20)
#100911
(16,9,17)
#0C080E
(12,8,14)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #301129

#301129
(48,17,41)
#42263C
(66,38,60)
#543B4F
(84,59,79)
#665062
(102,80,98)
#786575
(120,101,117)
#8A7A88
(138,122,136)
#9C8F9B
(156,143,155)
#AEA4AE
(174,164,174)
#C0B9C1
(192,185,193)
#D2CED4
(210,206,212)
#E4E3E7
(228,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #301129 color. Also use rgb(48,17,41) instead hex code.

Text Font Color

.myTextColor { color: #301129; }

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

This text font color is #301129.


Background Color

.myBgColor { background-color: #301129; }

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

This div background color is #301129.


Border color

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

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

This div border color is #301129.


Opacity

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

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

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

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

This text has shadow with #301129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301129 on black background.


Color preview on white background

This text has color #301129 on white background.



Black color preview on #301129 background

This text has black color on #301129 background.


White color preview on #301129 background

This text has white color on #301129 background.