COLOR #01151D

HEX: #01151D
RGB: (1,21,29)

Color info

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

RGB color model

#01151D color RGB value is (1,21,29).

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

RGB channels and saturation

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

1
21
29

R + G + B ~ 6%. #01151D is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 21 + 29 = 51 (100%)
R 1 of 51 ~ 1.96%
G 21 of 51 ~ 41.18%
B 29 of 51 ~ 56.86%

%41.18
%56.86

CMYK color model

#01151D color CMYK value is (97,28,0,89).

  • cyan value is 96.55%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(97,28,0,89)
C97M28Y0K89 
(97%,28%,0%,89%)
(0.97/0.28/0.00/0.89)	

CMYK percentages

%96.55
%27.59
%0
%88.63

Codes

Color #01151D in popluar color models

01151D
RGB12129
HSL197°93.33%5.88%
HSB/HSV197°96.55%11.37%
CMYK96.55%27.59%0.00%
88.63%

Color #01151D in popluar number systems.

HEX01151D
Decimal12129
Binary11010111101
Octal12535

Shades and tints

Shades of #01151D

#01151D
(1,21,29)
#01141B
(1,20,27)
#011319
(1,19,25)
#011217
(1,18,23)
#011115
(1,17,21)
#011013
(1,16,19)
#010F11
(1,15,17)
#010E0F
(1,14,15)
#010D0D
(1,13,13)
#010C0B
(1,12,11)
#010B09
(1,11,9)
#000000
(0,0,0)

Tints of #01151D

#01151D
(1,21,29)
#182A31
(24,42,49)
#2F3F45
(47,63,69)
#465459
(70,84,89)
#5D696D
(93,105,109)
#747E81
(116,126,129)
#8B9395
(139,147,149)
#A2A8A9
(162,168,169)
#B9BDBD
(185,189,189)
#D0D2D1
(208,210,209)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01151D; }

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

This text font color is #01151D.


Background Color

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

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

This div background color is #01151D.


Border color

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

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

This div border color is #01151D.


Opacity

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

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

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

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

This text has shadow with #01151D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01151D on black background.


Color preview on white background

This text has color #01151D on white background.



Black color preview on #01151D background

This text has black color on #01151D background.


White color preview on #01151D background

This text has white color on #01151D background.