COLOR #1B0C0C

HEX: #1B0C0C
RGB: (27,12,12)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

27
12
12

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

Portions of RGB colors in percentages

R + G + B =
27 + 12 + 12 = 51 (100%)
R 27 of 51 ~ 52.94%
G 12 of 51 ~ 23.53%
B 12 of 51 ~ 23.53%

%52.94
%23.53
%23.53

CMYK color model

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

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

CMYK percentages

%0
%55.56
%55.56
%89.41

Codes

Color #1B0C0C in popluar color models

1B0C0C
RGB271212
HSL38.46%7.65%
HSB/HSV55.56%10.59%
CMYK0.00%55.56%55.56%
89.41%

Color #1B0C0C in popluar number systems.

HEX1B0C0C
Decimal271212
Binary1101111001100
Octal331414

Shades and tints

Shades of #1B0C0C

#1B0C0C
(27,12,12)
#190B0B
(25,11,11)
#170A0A
(23,10,10)
#150909
(21,9,9)
#130808
(19,8,8)
#110707
(17,7,7)
#0F0606
(15,6,6)
#0D0505
(13,5,5)
#0B0404
(11,4,4)
#090303
(9,3,3)
#070202
(7,2,2)
#000000
(0,0,0)

Tints of #1B0C0C

#1B0C0C
(27,12,12)
#2F2222
(47,34,34)
#433838
(67,56,56)
#574E4E
(87,78,78)
#6B6464
(107,100,100)
#7F7A7A
(127,122,122)
#939090
(147,144,144)
#A7A6A6
(167,166,166)
#BBBCBC
(187,188,188)
#CFD2D2
(207,210,210)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B0C0C; }

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

This text font color is #1B0C0C.


Background Color

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

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

This div background color is #1B0C0C.


Border color

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

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

This div border color is #1B0C0C.


Opacity

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

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

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

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

This text has shadow with #1B0C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B0C0C on black background.


Color preview on white background

This text has color #1B0C0C on white background.



Black color preview on #1B0C0C background

This text has black color on #1B0C0C background.


White color preview on #1B0C0C background

This text has white color on #1B0C0C background.