COLOR #020409

HEX: #020409
RGB: (2,4,9)

Renk bilgisi

#020409 contains red, green and blue colors in about the same proportion. #020409 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#020409 color RGB value is (2,4,9).

  • kırmız ton 2;
  • yeşil ton 4;
  • mavi ton 9.
RGB:
(2,4,9)
(1%,2%,4%)

RGB bağlantıları ve doygunluk

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

2
4
9

R + G + B ~ 2%. #020409 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
2 + 4 + 9 = 15 (100%)
R 2 of 15 ~ 13.33%
G 4 of 15 ~ 26.67%
B 9 of 15 ~ 60%

%13.33
%26.67
%60

CMYK RENK MODELİ

#020409 rengi CMYK tonu (78,56,0,96).

  • camgöbeği tonu 77.78%
  • eflatun tonu 55.56%
  • sarı tonu 0.00%
  • ana renk tonu 96.47%
CMYK:
(78,56,0,96)
C78M56Y0K96 
(78%,56%,0%,96%)
(0.78/0.56/0.00/0.96)	

CMYK yüzdeleri

%77.78
%55.56
%0
%96.47

Codes

Color #020409 in popluar color models

020409
RGB249
HSL223°63.64%2.16%
HSB/HSV223°77.78%3.53%
CMYK77.78%55.56%0.00%
96.47%

Color #020409 in popluar number systems.

HEX020409
Decimal249
Binary101001001
Octal2411

Shades and tints

Tints of #020409

#020409
(2,4,9)
#191A1F
(25,26,31)
#303035
(48,48,53)
#47464B
(71,70,75)
#5E5C61
(94,92,97)
#757277
(117,114,119)
#8C888D
(140,136,141)
#A39EA3
(163,158,163)
#BAB4B9
(186,180,185)
#D1CACF
(209,202,207)
#E8E0E5
(232,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020409; }

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

This text font color is #020409.


Background Color

.myBgColor { background-color: #020409; }

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

This div background color is #020409.


Border color

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

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

This div border color is #020409.


Opacity

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

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

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

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

This text has shadow with #020409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020409 on black background.


Color preview on white background

This text has color #020409 on white background.



Black color preview on #020409 background

This text has black color on #020409 background.


White color preview on #020409 background

This text has white color on #020409 background.