COLOR #001915

HEX: #001915
RGB: (0,25,21)

Color info

#001915 contains only green and blue colors. Web safe color of #001915 is #000000 (or #000).

RGB color model

#001915 color RGB value is (0,25,21).

  • red value is 0;
  • green value is 25;
  • blue value is 21.
RGB:
(0,25,21)
(0%,10%,8%)

RGB channels and saturation

R 0 of 255 = 0%
G 25 of 255 = 10%
B 21 of 255 = 8%

0
25
21

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

Portions of RGB colors in percentages

R + G + B =
0 + 25 + 21 = 46 (100%)
R 0 of 46 ~ 0%
G 25 of 46 ~ 54.35%
B 21 of 46 ~ 45.65%

%54.35
%45.65

CMYK color model

#001915 color CMYK value is (100,0,16,90).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 90.20%
CMYK:
(100,0,16,90)
C100M0Y16K90 
(100%,0%,16%,90%)
(1.00/0.00/0.16/0.90)	

CMYK percentages

%100
%0
%16
%90.2

Codes

Color #001915 in popluar color models

001915
RGB02521
HSL170°100.00%4.90%
HSB/HSV170°100.00%9.80%
CMYK100.00%0.00%16.00%
90.20%

Color #001915 in popluar number systems.

HEX001915
Decimal02521
Binary01100110101
Octal03125

Shades and tints

Shades of #001915

#001915
(0,25,21)
#001714
(0,23,20)
#001513
(0,21,19)
#001312
(0,19,18)
#001111
(0,17,17)
#000F10
(0,15,16)
#000D0F
(0,13,15)
#000B0E
(0,11,14)
#00090D
(0,9,13)
#00070C
(0,7,12)
#00050B
(0,5,11)
#000000
(0,0,0)

Tints of #001915

#001915
(0,25,21)
#172D2A
(23,45,42)
#2E413F
(46,65,63)
#455554
(69,85,84)
#5C6969
(92,105,105)
#737D7E
(115,125,126)
#8A9193
(138,145,147)
#A1A5A8
(161,165,168)
#B8B9BD
(184,185,189)
#CFCDD2
(207,205,210)
#E6E1E7
(230,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001915 color. Also use rgb(0,25,21) instead hex code.

Text Font Color

.myTextColor { color: #001915; }

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

This text font color is #001915.


Background Color

.myBgColor { background-color: #001915; }

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

This div background color is #001915.


Border color

.myBorderColor { border: 1px solid #001915; }

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

This div border color is #001915.


Opacity

.myOpacity80 { color: #001915; opacity: 0.8; }

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

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

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

This text has shadow with #001915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001915 on black background.


Color preview on white background

This text has color #001915 on white background.



Black color preview on #001915 background

This text has black color on #001915 background.


White color preview on #001915 background

This text has white color on #001915 background.