COLOR #301B11

HEX: #301B11 RGB: (48,27,17)

Color info

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

RGB color model

#301B11 color RGB value is (48,27,17).

RGB: (48,27,17) (19%, 11%, 7%)

RGB channels and saturation

R 48 of 255 = 19%
G 27 of 255 = 11%
B 17 of 255 = 7%

48
27
17

R + G + B ~ 12%. #301B11 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 27 + 17 = 92 (100%)
R 48 of 92 ~ 52.17%
G 27 of 92 ~ 29.35%
B 17 of 92 ~ 18.48'%

%52.17
%29.35
%18.48

CMYK color model

#301B11 color CMYK value is (0,44,65,81).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 64.58%
  • key color value is 81.18%

CMYK: (0,44,65,81)
C0M44Y65K81 (0%, 44%, 65%, 81%)
(0.00 / 0.44 / 0.65 / 0.81)

CMYK percentages

%0
%43.75
%64.58
%81.18

Codes

Color #301B11 in popluar color models

30 1B 11
RGB 48 27 17
HSL 19° 47.69% 12.75%
HSB/HSV 19° 64.58% 18.82%
CMYK 0.00% 43.75% 64.58%
81.18%

Color #301B11 in popluar number systems.

HEX 30 1B 11
Decimal 48 27 17
Binary 110000 11011 10001
Octal 60 33 21

Shades and tints

Shades of #301B11

#301B11
(48,27,17)
#2C1910
(44,25,16)
#28170F
(40,23,15)
#24150E
(36,21,14)
#20130D
(32,19,13)
#1C110C
(28,17,12)
#180F0B
(24,15,11)
#140D0A
(20,13,10)
#100B09
(16,11,9)
#0C0908
(12,9,8)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #301B11

#301B11
(48,27,17)
#422F26
(66,47,38)
#54433B
(84,67,59)
#665750
(102,87,80)
#786B65
(120,107,101)
#8A7F7A
(138,127,122)
#9C938F
(156,147,143)
#AEA7A4
(174,167,164)
#C0BBB9
(192,187,185)
#D2CFCE
(210,207,206)
#E4E3E3
(228,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301B11; }

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

This text font color is #301B11.

Background Color

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

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

This div background color is #301B11.

Border color

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

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

This div border color is #301B11.

Opacity

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

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

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

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

This text has shadow with #301B11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #301B11.

Preview

Color preview on black background

This text has color #301B11 on black background.


Color preview on white background

This text has color #301B11 on white background.


Black color preview on #301B11 background

This text has black color on #301B11 background.


White color preview on #301B11 background

This text has white color on #301B11 background.


Related colors

Complementary color

Complementary color for #hex is #CFE4EE.


I love getcolorcode.com

Triadic colors

1 #11301B and #1B1130 with #301B11 are triadic colors.

2 #111B30 and #1B3011 with #301B11 are triadic colors.