COLOR #301B01

HEX: #301B01 RGB: (48,27,1)

Color info

#301B01 contains red, green and blue colors in about the same proportion. Web safe color of #301B01 is #333300 (or #330).

RGB color model

#301B01 color RGB value is (48,27,1).

RGB: (48,27,1) (19%, 11%, 0%)

RGB channels and saturation

R 48 of 255 = 19%
G 27 of 255 = 11%
B 1 of 255 = 0%

48
27
1

R + G + B ~ 10%. #301B01 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 27 + 1 = 76 (100%)
R 48 of 76 ~ 63.16%
G 27 of 76 ~ 35.53%
B 1 of 76 ~ 1.32'%

%63.16
%35.53

CMYK color model

#301B01 color CMYK value is (0,44,98,81).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 97.92%
  • key color value is 81.18%
CMYK: (0,44,98,81) C0M44Y98K81 (0%,44%,98%,81%) (0.00/0.44/0.98/0.81) 

CMYK percentages

%0
%43.75
%97.92
%81.18

Codes

Color #301B01 in popluar color models

30 1B 01
RGB 48 27 1
HSL 33° 95.92% 9.61%
HSB/HSV 33° 97.92% 18.82%
CMYK 0.00% 43.75% 97.92%
81.18%

Color #301B01 in popluar number systems.

HEX 30 1B 01
Decimal 48 27 1
Binary 110000 11011 1
Octal 60 33 1

Shades and tints

Shades of #301B01

#301B01
(48,27,1)
#2C1901
(44,25,1)
#281701
(40,23,1)
#241501
(36,21,1)
#201301
(32,19,1)
#1C1101
(28,17,1)
#180F01
(24,15,1)
#140D01
(20,13,1)
#100B01
(16,11,1)
#0C0901
(12,9,1)
#080701
(8,7,1)
#000000
(0,0,0)

Tints of #301B01

#301B01
(48,27,1)
#422F18
(66,47,24)
#54432F
(84,67,47)
#665746
(102,87,70)
#786B5D
(120,107,93)
#8A7F74
(138,127,116)
#9C938B
(156,147,139)
#AEA7A2
(174,167,162)
#C0BBB9
(192,187,185)
#D2CFD0
(210,207,208)
#E4E3E7
(228,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301B01; }

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

This text font color is #301B01.

Background Color

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

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

This div background color is #301B01.

Border color

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

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

This div border color is #301B01.

Opacity

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

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

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

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

This text has shadow with #301B01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #301B01.

Preview

Color preview on black background

This text has color #301B01 on black background.


Color preview on white background

This text has color #301B01 on white background.


Black color preview on #301B01 background

This text has black color on #301B01 background.


White color preview on #301B01 background

This text has white color on #301B01 background.


Related colors

Complementary color

Complementary color for #hex is #CFE4FE.


I love getcolorcode.com

Triadic colors

1 #01301B and #1B0130 with #301B01 are triadic colors.

2 #011B30 and #1B3001 with #301B01 are triadic colors.