COLOR #1B090F

HEX: #1B090F
RGB: (27,9,15)

Color info

#1B090F contains red, green and blue colors in about the same proportion. Web safe color of #1B090F is #330000 (or #300).

RGB color model

#1B090F color RGB value is (27,9,15).

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

RGB channels and saturation

R 27 of 255 = 11%
G 9 of 255 = 4%
B 15 of 255 = 6%

27
9
15

R + G + B ~ 7%. #1B090F is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 9 + 15 = 51 (100%)
R 27 of 51 ~ 52.94%
G 9 of 51 ~ 17.65%
B 15 of 51 ~ 29.41%

%52.94
%17.65
%29.41

CMYK color model

#1B090F color CMYK value is (0,67,44,89).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 44.44%
  • key color value is 89.41%
CMYK:
(0,67,44,89)
C0M67Y44K89 
(0%,67%,44%,89%)
(0.00/0.67/0.44/0.89)	

CMYK percentages

%0
%66.67
%44.44
%89.41

Codes

Color #1B090F in popluar color models

1B090F
RGB27915
HSL340°50.00%7.06%
HSB/HSV340°66.67%10.59%
CMYK0.00%66.67%44.44%
89.41%

Color #1B090F in popluar number systems.

HEX1B090F
Decimal27915
Binary1101110011111
Octal331117

Shades and tints

Shades of #1B090F

#1B090F
(27,9,15)
#19090E
(25,9,14)
#17090D
(23,9,13)
#15090C
(21,9,12)
#13090B
(19,9,11)
#11090A
(17,9,10)
#0F0909
(15,9,9)
#0D0908
(13,9,8)
#0B0907
(11,9,7)
#090906
(9,9,6)
#070905
(7,9,5)
#000000
(0,0,0)

Tints of #1B090F

#1B090F
(27,9,15)
#2F1F24
(47,31,36)
#433539
(67,53,57)
#574B4E
(87,75,78)
#6B6163
(107,97,99)
#7F7778
(127,119,120)
#938D8D
(147,141,141)
#A7A3A2
(167,163,162)
#BBB9B7
(187,185,183)
#CFCFCC
(207,207,204)
#E3E5E1
(227,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B090F; }

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

This text font color is #1B090F.


Background Color

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

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

This div background color is #1B090F.


Border color

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

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

This div border color is #1B090F.


Opacity

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

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

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

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

This text has shadow with #1B090F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B090F on black background.


Color preview on white background

This text has color #1B090F on white background.



Black color preview on #1B090F background

This text has black color on #1B090F background.


White color preview on #1B090F background

This text has white color on #1B090F background.