COLOR #02150F

HEX: #02150F RGB: (2,21,15)

Color info

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

RGB color model

#02150F color RGB value is (2,21,15).

RGB: (2,21,15) (1%, 8%, 6%)

RGB channels and saturation

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

2
21
15

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

Portions of RGB colors in percentages

R + G + B = 2 + 21 + 15 = 38 (100%)
R 2 of 38 ~ 5.26%
G 21 of 38 ~ 55.26%
B 15 of 38 ~ 39.47'%

%55.26
%39.47

CMYK color model

#02150F color CMYK value is (90,0,29,92).

  • cyan value is 90.48%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 91.76%

CMYK: (90,0,29,92)
C90M0Y29K92 (90%, 0%, 29%, 92%)
(0.90 / 0.00 / 0.29 / 0.92)

CMYK percentages

%90.48
%0
%28.57
%91.76

Codes

Color #02150F in popluar color models

02 15 0F
RGB 2 21 15
HSL 161° 82.61% 4.51%
HSB/HSV 161° 90.48% 8.24%
CMYK 90.48% 0.00% 28.57%
91.76%

Color #02150F in popluar number systems.

HEX 02 15 0F
Decimal 2 21 15
Binary 10 10101 1111
Octal 2 25 17

Shades and tints

Shades of #02150F

#02150F
(2,21,15)
#02140E
(2,20,14)
#02130D
(2,19,13)
#02120C
(2,18,12)
#02110B
(2,17,11)
#02100A
(2,16,10)
#020F09
(2,15,9)
#020E08
(2,14,8)
#020D07
(2,13,7)
#020C06
(2,12,6)
#020B05
(2,11,5)
#000000
(0,0,0)

Tints of #02150F

#02150F
(2,21,15)
#192A24
(25,42,36)
#303F39
(48,63,57)
#47544E
(71,84,78)
#5E6963
(94,105,99)
#757E78
(117,126,120)
#8C938D
(140,147,141)
#A3A8A2
(163,168,162)
#BABDB7
(186,189,183)
#D1D2CC
(209,210,204)
#E8E7E1
(232,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02150F; }

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

This text font color is #02150F.

Background Color

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

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

This div background color is #02150F.

Border color

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

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

This div border color is #02150F.

Opacity

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

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

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

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

This text has shadow with #02150F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #02150F.

Preview

Color preview on black background

This text has color #02150F on black background.


Color preview on white background

This text has color #02150F on white background.


Black color preview on #02150F background

This text has black color on #02150F background.


White color preview on #02150F background

This text has white color on #02150F background.


Related colors

Complementary color

Complementary color for #hex is #FDEAF0.


I love getcolorcode.com

Triadic colors

1 #0F0215 and #150F02 with #02150F are triadic colors.

2 #0F1502 and #15020F with #02150F are triadic colors.