COLOR #01150B

HEX: #01150B
RGB: (1,21,11)

Color info

#01150B contains red, green and blue colors in about the same proportion. Web safe color of #01150B is #000000 (or #000).

RGB color model

#01150B color RGB value is (1,21,11).

  • red value is 1;
  • green value is 21;
  • blue value is 11.
RGB:
(1,21,11)
(0%,8%,4%)

RGB channels and saturation

R 1 of 255 = 0%
G 21 of 255 = 8%
B 11 of 255 = 4%

1
21
11

R + G + B ~ 4%. #01150B is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 21 + 11 = 33 (100%)
R 1 of 33 ~ 3.03%
G 21 of 33 ~ 63.64%
B 11 of 33 ~ 33.33%

%63.64
%33.33

CMYK color model

#01150B color CMYK value is (95,0,48,92).

  • cyan value is 95.24%
  • magenta value is 0.00%
  • yellow value is 47.62%
  • key color value is 91.76%
CMYK:
(95,0,48,92)
C95M0Y48K92 
(95%,0%,48%,92%)
(0.95/0.00/0.48/0.92)	

CMYK percentages

%95.24
%0
%47.62
%91.76

Codes

Color #01150B in popluar color models

01150B
RGB12111
HSL150°90.91%4.31%
HSB/HSV150°95.24%8.24%
CMYK95.24%0.00%47.62%
91.76%

Color #01150B in popluar number systems.

HEX01150B
Decimal12111
Binary1101011011
Octal12513

Shades and tints

Shades of #01150B

#01150B
(1,21,11)
#01140A
(1,20,10)
#011309
(1,19,9)
#011208
(1,18,8)
#011107
(1,17,7)
#011006
(1,16,6)
#010F05
(1,15,5)
#010E04
(1,14,4)
#010D03
(1,13,3)
#010C02
(1,12,2)
#010B01
(1,11,1)
#000000
(0,0,0)

Tints of #01150B

#01150B
(1,21,11)
#182A21
(24,42,33)
#2F3F37
(47,63,55)
#46544D
(70,84,77)
#5D6963
(93,105,99)
#747E79
(116,126,121)
#8B938F
(139,147,143)
#A2A8A5
(162,168,165)
#B9BDBB
(185,189,187)
#D0D2D1
(208,210,209)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01150B color. Also use rgb(1,21,11) instead hex code.

Text Font Color

.myTextColor { color: #01150B; }

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

This text font color is #01150B.


Background Color

.myBgColor { background-color: #01150B; }

<div style="background-color:#01150B">Inner text</div>

This div background color is #01150B.


Border color

.myBorderColor { border: 1px solid #01150B; }

<div style="border:3px solid #01150B">Div</div>

This div border color is #01150B.


Opacity

.myOpacity80 { color: #01150B; opacity: 0.8; }

<p style="color:#01150B;opacity:0.8;">80%</p>

Text with #01150B 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 #01150B;}

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

This text has shadow with #01150B color.

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

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

This text has shadow with #01150B primary color and red secondary color.


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

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

This text has shadow with #01150B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01150B on black background.


Color preview on white background

This text has color #01150B on white background.



Black color preview on #01150B background

This text has black color on #01150B background.


White color preview on #01150B background

This text has white color on #01150B background.