COLOR #0B1F1A

HEX: #0B1F1A
RGB: (11,31,26)

Color info

#0B1F1A contains red, green and blue colors in about the same proportion. Web safe color of #0B1F1A is #003300 (or #030).

RGB color model

#0B1F1A color RGB value is (11,31,26).

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

RGB channels and saturation

R 11 of 255 = 4%
G 31 of 255 = 12%
B 26 of 255 = 10%

11
31
26

R + G + B ~ 9%. #0B1F1A is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 31 + 26 = 68 (100%)
R 11 of 68 ~ 16.18%
G 31 of 68 ~ 45.59%
B 26 of 68 ~ 38.24%

%16.18
%45.59
%38.24

CMYK color model

#0B1F1A color CMYK value is (65,0,16,88).

  • cyan value is 64.52%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 87.84%
CMYK:
(65,0,16,88)
C65M0Y16K88 
(65%,0%,16%,88%)
(0.65/0.00/0.16/0.88)	

CMYK percentages

%64.52
%0
%16.13
%87.84

Codes

Color #0B1F1A in popluar color models

0B1F1A
RGB113126
HSL165°47.62%8.24%
HSB/HSV165°64.52%12.16%
CMYK64.52%0.00%16.13%
87.84%

Color #0B1F1A in popluar number systems.

HEX0B1F1A
Decimal113126
Binary10111111111010
Octal133732

Shades and tints

Shades of #0B1F1A

#0B1F1A
(11,31,26)
#0A1D18
(10,29,24)
#091B16
(9,27,22)
#081914
(8,25,20)
#071712
(7,23,18)
#061510
(6,21,16)
#05130E
(5,19,14)
#04110C
(4,17,12)
#030F0A
(3,15,10)
#020D08
(2,13,8)
#010B06
(1,11,6)
#000000
(0,0,0)

Tints of #0B1F1A

#0B1F1A
(11,31,26)
#21332E
(33,51,46)
#374742
(55,71,66)
#4D5B56
(77,91,86)
#636F6A
(99,111,106)
#79837E
(121,131,126)
#8F9792
(143,151,146)
#A5ABA6
(165,171,166)
#BBBFBA
(187,191,186)
#D1D3CE
(209,211,206)
#E7E7E2
(231,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1F1A; }

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

This text font color is #0B1F1A.


Background Color

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

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

This div background color is #0B1F1A.


Border color

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

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

This div border color is #0B1F1A.


Opacity

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

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

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

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

This text has shadow with #0B1F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1F1A on black background.


Color preview on white background

This text has color #0B1F1A on white background.



Black color preview on #0B1F1A background

This text has black color on #0B1F1A background.


White color preview on #0B1F1A background

This text has white color on #0B1F1A background.