COLOR #02090F

HEX: #02090F RGB: (2,9,15)

Color info

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

RGB color model

#02090F color RGB value is (2,9,15).

RGB: (2,9,15) (1%, 4%, 6%)

RGB channels and saturation

R 2 of 255 = 1%
G 9 of 255 = 4%
B 15 of 255 = 6%

2
9
15

R + G + B ~ 4%. #02090F is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 9 + 15 = 26 (100%)
R 2 of 26 ~ 7.69%
G 9 of 26 ~ 34.62%
B 15 of 26 ~ 57.69'%

%34.62
%57.69

CMYK color model

#02090F color CMYK value is (87,40,0,94).

  • cyan value is 86.67%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 94.12%

CMYK: (87,40,0,94)
C87M40Y0K94 (87%, 40%, 0%, 94%)
(0.87 / 0.40 / 0.00 / 0.94)

CMYK percentages

%86.67
%40
%0
%94.12

Codes

Color #02090F in popluar color models

02 09 0F
RGB 2 9 15
HSL 208° 76.47% 3.33%
HSB/HSV 208° 86.67% 5.88%
CMYK 86.67% 40.00% 0.00%
94.12%

Color #02090F in popluar number systems.

HEX 02 09 0F
Decimal 2 9 15
Binary 10 1001 1111
Octal 2 11 17

Shades and tints

Shades of #02090F

#02090F
(2,9,15)
#02090E
(2,9,14)
#02090D
(2,9,13)
#02090C
(2,9,12)
#02090B
(2,9,11)
#02090A
(2,9,10)
#020909
(2,9,9)
#020908
(2,9,8)
#020907
(2,9,7)
#020906
(2,9,6)
#020905
(2,9,5)
#000000
(0,0,0)

Tints of #02090F

#02090F
(2,9,15)
#191F24
(25,31,36)
#303539
(48,53,57)
#474B4E
(71,75,78)
#5E6163
(94,97,99)
#757778
(117,119,120)
#8C8D8D
(140,141,141)
#A3A3A2
(163,163,162)
#BAB9B7
(186,185,183)
#D1CFCC
(209,207,204)
#E8E5E1
(232,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02090F; }

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

This text font color is #02090F.

Background Color

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

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

This div background color is #02090F.

Border color

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

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

This div border color is #02090F.

Opacity

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

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

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

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

This text has shadow with #02090F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #02090F.

Preview

Color preview on black background

This text has color #02090F on black background.


Color preview on white background

This text has color #02090F on white background.


Black color preview on #02090F background

This text has black color on #02090F background.


White color preview on #02090F background

This text has white color on #02090F background.


Related colors

Complementary color

Complementary color for #hex is #FDF6F0.


I love getcolorcode.com

Triadic colors

1 #0F0209 and #090F02 with #02090F are triadic colors.

2 #0F0902 and #09020F with #02090F are triadic colors.