COLOR #01151F

HEX: #01151F
RGB: (1,21,31)

Color info

#01151F contains red, green and blue colors in about the same proportion. Web safe color of #01151F is #000033 (or #003).

RGB color model

#01151F color RGB value is (1,21,31).

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

RGB channels and saturation

R 1 of 255 = 0%
G 21 of 255 = 8%
B 31 of 255 = 12%

1
21
31

R + G + B ~ 7%. #01151F is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 21 + 31 = 53 (100%)
R 1 of 53 ~ 1.89%
G 21 of 53 ~ 39.62%
B 31 of 53 ~ 58.49%

%39.62
%58.49

CMYK color model

#01151F color CMYK value is (97,32,0,88).

  • cyan value is 96.77%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(97,32,0,88)
C97M32Y0K88 
(97%,32%,0%,88%)
(0.97/0.32/0.00/0.88)	

CMYK percentages

%96.77
%32.26
%0
%87.84

Codes

Color #01151F in popluar color models

01151F
RGB12131
HSL200°93.75%6.27%
HSB/HSV200°96.77%12.16%
CMYK96.77%32.26%0.00%
87.84%

Color #01151F in popluar number systems.

HEX01151F
Decimal12131
Binary11010111111
Octal12537

Shades and tints

Shades of #01151F

#01151F
(1,21,31)
#01141D
(1,20,29)
#01131B
(1,19,27)
#011219
(1,18,25)
#011117
(1,17,23)
#011015
(1,16,21)
#010F13
(1,15,19)
#010E11
(1,14,17)
#010D0F
(1,13,15)
#010C0D
(1,12,13)
#010B0B
(1,11,11)
#000000
(0,0,0)

Tints of #01151F

#01151F
(1,21,31)
#182A33
(24,42,51)
#2F3F47
(47,63,71)
#46545B
(70,84,91)
#5D696F
(93,105,111)
#747E83
(116,126,131)
#8B9397
(139,147,151)
#A2A8AB
(162,168,171)
#B9BDBF
(185,189,191)
#D0D2D3
(208,210,211)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01151F; }

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

This text font color is #01151F.


Background Color

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

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

This div background color is #01151F.


Border color

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

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

This div border color is #01151F.


Opacity

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

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

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

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

This text has shadow with #01151F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01151F on black background.


Color preview on white background

This text has color #01151F on white background.



Black color preview on #01151F background

This text has black color on #01151F background.


White color preview on #01151F background

This text has white color on #01151F background.