COLOR #01150F

HEX: #01150F
RGB: (1,21,15)

Color info

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

RGB color model

#01150F color RGB value is (1,21,15).

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

RGB channels and saturation

R 1 of 255 = 0%
G 21 of 255 = 8%
B 15 of 255 = 6%

1
21
15

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

Portions of RGB colors in percentages

R + G + B =
1 + 21 + 15 = 37 (100%)
R 1 of 37 ~ 2.7%
G 21 of 37 ~ 56.76%
B 15 of 37 ~ 40.54%

%56.76
%40.54

CMYK color model

#01150F color CMYK value is (95,0,29,92).

  • cyan value is 95.24%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 91.76%
CMYK:
(95,0,29,92)
C95M0Y29K92 
(95%,0%,29%,92%)
(0.95/0.00/0.29/0.92)	

CMYK percentages

%95.24
%0
%28.57
%91.76

Codes

Color #01150F in popluar color models

01150F
RGB12115
HSL162°90.91%4.31%
HSB/HSV162°95.24%8.24%
CMYK95.24%0.00%28.57%
91.76%

Color #01150F in popluar number systems.

HEX01150F
Decimal12115
Binary1101011111
Octal12517

Shades and tints

Shades of #01150F

#01150F
(1,21,15)
#01140E
(1,20,14)
#01130D
(1,19,13)
#01120C
(1,18,12)
#01110B
(1,17,11)
#01100A
(1,16,10)
#010F09
(1,15,9)
#010E08
(1,14,8)
#010D07
(1,13,7)
#010C06
(1,12,6)
#010B05
(1,11,5)
#000000
(0,0,0)

Tints of #01150F

#01150F
(1,21,15)
#182A24
(24,42,36)
#2F3F39
(47,63,57)
#46544E
(70,84,78)
#5D6963
(93,105,99)
#747E78
(116,126,120)
#8B938D
(139,147,141)
#A2A8A2
(162,168,162)
#B9BDB7
(185,189,183)
#D0D2CC
(208,210,204)
#E7E7E1
(231,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01150F; }

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

This text font color is #01150F.


Background Color

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

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

This div background color is #01150F.


Border color

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

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

This div border color is #01150F.


Opacity

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

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

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

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

This text has shadow with #01150F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01150F on black background.


Color preview on white background

This text has color #01150F on white background.



Black color preview on #01150F background

This text has black color on #01150F background.


White color preview on #01150F background

This text has white color on #01150F background.