COLOR #1B061B

HEX: #1B061B
RGB: (27,6,27)

Color info

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

RGB color model

#1B061B color RGB value is (27,6,27).

  • red value is 27;
  • green value is 6;
  • blue value is 27.
RGB:
(27,6,27)
(11%,2%,11%)

RGB channels and saturation

R 27 of 255 = 11%
G 6 of 255 = 2%
B 27 of 255 = 11%

27
6
27

R + G + B ~ 8%. #1B061B is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 6 + 27 = 60 (100%)
R 27 of 60 ~ 45%
G 6 of 60 ~ 10%
B 27 of 60 ~ 45%

%45
%10
%45

CMYK color model

#1B061B color CMYK value is (0,78,0,89).

  • cyan value is 0.00%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(0,78,0,89)
C0M78Y0K89 
(0%,78%,0%,89%)
(0.00/0.78/0.00/0.89)	

CMYK percentages

%0
%77.78
%0
%89.41

Codes

Color #1B061B in popluar color models

1B061B
RGB27627
HSL300°63.64%6.47%
HSB/HSV300°77.78%10.59%
CMYK0.00%77.78%0.00%
89.41%

Color #1B061B in popluar number systems.

HEX1B061B
Decimal27627
Binary1101111011011
Octal33633

Shades and tints

Shades of #1B061B

#1B061B
(27,6,27)
#190619
(25,6,25)
#170617
(23,6,23)
#150615
(21,6,21)
#130613
(19,6,19)
#110611
(17,6,17)
#0F060F
(15,6,15)
#0D060D
(13,6,13)
#0B060B
(11,6,11)
#090609
(9,6,9)
#070607
(7,6,7)
#000000
(0,0,0)

Tints of #1B061B

#1B061B
(27,6,27)
#2F1C2F
(47,28,47)
#433243
(67,50,67)
#574857
(87,72,87)
#6B5E6B
(107,94,107)
#7F747F
(127,116,127)
#938A93
(147,138,147)
#A7A0A7
(167,160,167)
#BBB6BB
(187,182,187)
#CFCCCF
(207,204,207)
#E3E2E3
(227,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B061B; }

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

This text font color is #1B061B.


Background Color

.myBgColor { background-color: #1B061B; }

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

This div background color is #1B061B.


Border color

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

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

This div border color is #1B061B.


Opacity

.myOpacity80 { color: #1B061B; opacity: 0.8; }

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

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

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

This text has shadow with #1B061B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B061B on black background.


Color preview on white background

This text has color #1B061B on white background.



Black color preview on #1B061B background

This text has black color on #1B061B background.


White color preview on #1B061B background

This text has white color on #1B061B background.