COLOR #1B090C

HEX: #1B090C
RGB: (27,9,12)

Color info

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

RGB color model

#1B090C color RGB value is (27,9,12).

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

RGB channels and saturation

R 27 of 255 = 11%
G 9 of 255 = 4%
B 12 of 255 = 5%

27
9
12

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

Portions of RGB colors in percentages

R + G + B =
27 + 9 + 12 = 48 (100%)
R 27 of 48 ~ 56.25%
G 9 of 48 ~ 18.75%
B 12 of 48 ~ 25%

%56.25
%18.75
%25

CMYK color model

#1B090C color CMYK value is (0,67,56,89).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 55.56%
  • key color value is 89.41%
CMYK:
(0,67,56,89)
C0M67Y56K89 
(0%,67%,56%,89%)
(0.00/0.67/0.56/0.89)	

CMYK percentages

%0
%66.67
%55.56
%89.41

Codes

Color #1B090C in popluar color models

1B090C
RGB27912
HSL350°50.00%7.06%
HSB/HSV350°66.67%10.59%
CMYK0.00%66.67%55.56%
89.41%

Color #1B090C in popluar number systems.

HEX1B090C
Decimal27912
Binary1101110011100
Octal331114

Shades and tints

Shades of #1B090C

#1B090C
(27,9,12)
#19090B
(25,9,11)
#17090A
(23,9,10)
#150909
(21,9,9)
#130908
(19,9,8)
#110907
(17,9,7)
#0F0906
(15,9,6)
#0D0905
(13,9,5)
#0B0904
(11,9,4)
#090903
(9,9,3)
#070902
(7,9,2)
#000000
(0,0,0)

Tints of #1B090C

#1B090C
(27,9,12)
#2F1F22
(47,31,34)
#433538
(67,53,56)
#574B4E
(87,75,78)
#6B6164
(107,97,100)
#7F777A
(127,119,122)
#938D90
(147,141,144)
#A7A3A6
(167,163,166)
#BBB9BC
(187,185,188)
#CFCFD2
(207,207,210)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B090C; }

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

This text font color is #1B090C.


Background Color

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

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

This div background color is #1B090C.


Border color

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

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

This div border color is #1B090C.


Opacity

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

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

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

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

This text has shadow with #1B090C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B090C on black background.


Color preview on white background

This text has color #1B090C on white background.



Black color preview on #1B090C background

This text has black color on #1B090C background.


White color preview on #1B090C background

This text has white color on #1B090C background.