COLOR #001815

HEX: #001815
RGB: (0,24,21)

Color info

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

RGB color model

#001815 color RGB value is (0,24,21).

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

RGB channels and saturation

R 0 of 255 = 0%
G 24 of 255 = 9%
B 21 of 255 = 8%

0
24
21

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

Portions of RGB colors in percentages

R + G + B =
0 + 24 + 21 = 45 (100%)
R 0 of 45 ~ 0%
G 24 of 45 ~ 53.33%
B 21 of 45 ~ 46.67%

%53.33
%46.67

CMYK color model

#001815 color CMYK value is (100,0,13,91).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 90.59%
CMYK:
(100,0,13,91)
C100M0Y13K91 
(100%,0%,13%,91%)
(1.00/0.00/0.13/0.91)	

CMYK percentages

%100
%0
%12.5
%90.59

Codes

Color #001815 in popluar color models

001815
RGB02421
HSL173°100.00%4.71%
HSB/HSV173°100.00%9.41%
CMYK100.00%0.00%12.50%
90.59%

Color #001815 in popluar number systems.

HEX001815
Decimal02421
Binary01100010101
Octal03025

Shades and tints

Shades of #001815

#001815
(0,24,21)
#001614
(0,22,20)
#001413
(0,20,19)
#001212
(0,18,18)
#001011
(0,16,17)
#000E10
(0,14,16)
#000C0F
(0,12,15)
#000A0E
(0,10,14)
#00080D
(0,8,13)
#00060C
(0,6,12)
#00040B
(0,4,11)
#000000
(0,0,0)

Tints of #001815

#001815
(0,24,21)
#172D2A
(23,45,42)
#2E423F
(46,66,63)
#455754
(69,87,84)
#5C6C69
(92,108,105)
#73817E
(115,129,126)
#8A9693
(138,150,147)
#A1ABA8
(161,171,168)
#B8C0BD
(184,192,189)
#CFD5D2
(207,213,210)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001815; }

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

This text font color is #001815.


Background Color

.myBgColor { background-color: #001815; }

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

This div background color is #001815.


Border color

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

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

This div border color is #001815.


Opacity

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

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

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

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

This text has shadow with #001815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001815 on black background.


Color preview on white background

This text has color #001815 on white background.



Black color preview on #001815 background

This text has black color on #001815 background.


White color preview on #001815 background

This text has white color on #001815 background.