COLOR #0B251F

HEX: #0B251F
RGB: (11,37,31)

Color info

#0B251F contains red, green and blue colors in about the same proportion. Web safe color of #0B251F is #003333 (or #033).

RGB color model

#0B251F color RGB value is (11,37,31).

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

RGB channels and saturation

R 11 of 255 = 4%
G 37 of 255 = 15%
B 31 of 255 = 12%

11
37
31

R + G + B ~ 10%. #0B251F is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 37 + 31 = 79 (100%)
R 11 of 79 ~ 13.92%
G 37 of 79 ~ 46.84%
B 31 of 79 ~ 39.24%

%13.92
%46.84
%39.24

CMYK color model

#0B251F color CMYK value is (70,0,16,85).

  • cyan value is 70.27%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 85.49%
CMYK:
(70,0,16,85)
C70M0Y16K85 
(70%,0%,16%,85%)
(0.70/0.00/0.16/0.85)	

CMYK percentages

%70.27
%0
%16.22
%85.49

Codes

Color #0B251F in popluar color models

0B251F
RGB113731
HSL166°54.17%9.41%
HSB/HSV166°70.27%14.51%
CMYK70.27%0.00%16.22%
85.49%

Color #0B251F in popluar number systems.

HEX0B251F
Decimal113731
Binary101110010111111
Octal134537

Shades and tints

Shades of #0B251F

#0B251F
(11,37,31)
#0A221D
(10,34,29)
#091F1B
(9,31,27)
#081C19
(8,28,25)
#071917
(7,25,23)
#061615
(6,22,21)
#051313
(5,19,19)
#041011
(4,16,17)
#030D0F
(3,13,15)
#020A0D
(2,10,13)
#01070B
(1,7,11)
#000000
(0,0,0)

Tints of #0B251F

#0B251F
(11,37,31)
#213833
(33,56,51)
#374B47
(55,75,71)
#4D5E5B
(77,94,91)
#63716F
(99,113,111)
#798483
(121,132,131)
#8F9797
(143,151,151)
#A5AAAB
(165,170,171)
#BBBDBF
(187,189,191)
#D1D0D3
(209,208,211)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B251F color. Also use rgb(11,37,31) instead hex code.

Text Font Color

.myTextColor { color: #0B251F; }

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

This text font color is #0B251F.


Background Color

.myBgColor { background-color: #0B251F; }

<div style="background-color:#0B251F">Inner text</div>

This div background color is #0B251F.


Border color

.myBorderColor { border: 1px solid #0B251F; }

<div style="border:3px solid #0B251F">Div</div>

This div border color is #0B251F.


Opacity

.myOpacity80 { color: #0B251F; opacity: 0.8; }

<p style="color:#0B251F;opacity:0.8;">80%</p>

Text with #0B251F 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 #0B251F;}

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

This text has shadow with #0B251F color.

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

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

This text has shadow with #0B251F primary color and red secondary color.


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

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

This text has shadow with #0B251F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B251F on black background.


Color preview on white background

This text has color #0B251F on white background.



Black color preview on #0B251F background

This text has black color on #0B251F background.


White color preview on #0B251F background

This text has white color on #0B251F background.