COLOR #1B251E

HEX: #1B251E
RGB: (27,37,30)

Color info

#1B251E contains red, green and blue colors in about the same proportion. Web safe color of #1B251E is #333333 (or #333).

RGB color model

#1B251E color RGB value is (27,37,30).

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

RGB channels and saturation

R 27 of 255 = 11%
G 37 of 255 = 15%
B 30 of 255 = 12%

27
37
30

R + G + B ~ 13%. #1B251E is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 37 + 30 = 94 (100%)
R 27 of 94 ~ 28.72%
G 37 of 94 ~ 39.36%
B 30 of 94 ~ 31.91%

%28.72
%39.36
%31.91

CMYK color model

#1B251E color CMYK value is (27,0,19,85).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 85.49%
CMYK:
(27,0,19,85)
C27M0Y19K85 
(27%,0%,19%,85%)
(0.27/0.00/0.19/0.85)	

CMYK percentages

%27.03
%0
%18.92
%85.49

Codes

Color #1B251E in popluar color models

1B251E
RGB273730
HSL138°15.63%12.55%
HSB/HSV138°27.03%14.51%
CMYK27.03%0.00%18.92%
85.49%

Color #1B251E in popluar number systems.

HEX1B251E
Decimal273730
Binary1101110010111110
Octal334536

Shades and tints

Shades of #1B251E

#1B251E
(27,37,30)
#19221C
(25,34,28)
#171F1A
(23,31,26)
#151C18
(21,28,24)
#131916
(19,25,22)
#111614
(17,22,20)
#0F1312
(15,19,18)
#0D1010
(13,16,16)
#0B0D0E
(11,13,14)
#090A0C
(9,10,12)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #1B251E

#1B251E
(27,37,30)
#2F3832
(47,56,50)
#434B46
(67,75,70)
#575E5A
(87,94,90)
#6B716E
(107,113,110)
#7F8482
(127,132,130)
#939796
(147,151,150)
#A7AAAA
(167,170,170)
#BBBDBE
(187,189,190)
#CFD0D2
(207,208,210)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B251E; }

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

This text font color is #1B251E.


Background Color

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

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

This div background color is #1B251E.


Border color

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

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

This div border color is #1B251E.


Opacity

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

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

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

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

This text has shadow with #1B251E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B251E on black background.


Color preview on white background

This text has color #1B251E on white background.



Black color preview on #1B251E background

This text has black color on #1B251E background.


White color preview on #1B251E background

This text has white color on #1B251E background.