COLOR #1B090A

HEX: #1B090A
RGB: (27,9,10)

Color info

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

RGB color model

#1B090A color RGB value is (27,9,10).

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

RGB channels and saturation

R 27 of 255 = 11%
G 9 of 255 = 4%
B 10 of 255 = 4%

27
9
10

R + G + B ~ 6%. #1B090A is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 9 + 10 = 46 (100%)
R 27 of 46 ~ 58.7%
G 9 of 46 ~ 19.57%
B 10 of 46 ~ 21.74%

%58.7
%19.57
%21.74

CMYK color model

#1B090A color CMYK value is (0,67,63,89).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 62.96%
  • key color value is 89.41%
CMYK:
(0,67,63,89)
C0M67Y63K89 
(0%,67%,63%,89%)
(0.00/0.67/0.63/0.89)	

CMYK percentages

%0
%66.67
%62.96
%89.41

Codes

Color #1B090A in popluar color models

1B090A
RGB27910
HSL357°50.00%7.06%
HSB/HSV357°66.67%10.59%
CMYK0.00%66.67%62.96%
89.41%

Color #1B090A in popluar number systems.

HEX1B090A
Decimal27910
Binary1101110011010
Octal331112

Shades and tints

Shades of #1B090A

#1B090A
(27,9,10)
#19090A
(25,9,10)
#17090A
(23,9,10)
#15090A
(21,9,10)
#13090A
(19,9,10)
#11090A
(17,9,10)
#0F090A
(15,9,10)
#0D090A
(13,9,10)
#0B090A
(11,9,10)
#09090A
(9,9,10)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #1B090A

#1B090A
(27,9,10)
#2F1F20
(47,31,32)
#433536
(67,53,54)
#574B4C
(87,75,76)
#6B6162
(107,97,98)
#7F7778
(127,119,120)
#938D8E
(147,141,142)
#A7A3A4
(167,163,164)
#BBB9BA
(187,185,186)
#CFCFD0
(207,207,208)
#E3E5E6
(227,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B090A; }

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

This text font color is #1B090A.


Background Color

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

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

This div background color is #1B090A.


Border color

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

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

This div border color is #1B090A.


Opacity

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

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

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

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

This text has shadow with #1B090A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B090A on black background.


Color preview on white background

This text has color #1B090A on white background.



Black color preview on #1B090A background

This text has black color on #1B090A background.


White color preview on #1B090A background

This text has white color on #1B090A background.