COLOR #001424

HEX: #001424
RGB: (0,20,36)

Renk bilgisi

#001424 contains only green and blue colors. #001424 ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#001424 color RGB value is (0,20,36).

  • kırmız ton 0;
  • yeşil ton 20;
  • mavi ton 36.
RGB:
(0,20,36)
(0%,8%,14%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 20 of 255 = 8%
B 36 of 255 = 14%

0
20
36

R + G + B ~ 7%. #001424 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 20 + 36 = 56 (100%)
R 0 of 56 ~ 0%
G 20 of 56 ~ 35.71%
B 36 of 56 ~ 64.29%

%35.71
%64.29

CMYK RENK MODELİ

#001424 rengi CMYK tonu (100,44,0,86).

  • camgöbeği tonu 100.00%
  • eflatun tonu 44.44%
  • sarı tonu 0.00%
  • ana renk tonu 85.88%
CMYK:
(100,44,0,86)
C100M44Y0K86 
(100%,44%,0%,86%)
(1.00/0.44/0.00/0.86)	

CMYK yüzdeleri

%100
%44.44
%0
%85.88

Codes

Color #001424 in popluar color models

001424
RGB02036
HSL207°100.00%7.06%
HSB/HSV207°100.00%14.12%
CMYK100.00%44.44%0.00%
85.88%

Color #001424 in popluar number systems.

HEX001424
Decimal02036
Binary010100100100
Octal02444

Shades and tints

Shades of #001424

#001424
(0,20,36)
#001321
(0,19,33)
#00121E
(0,18,30)
#00111B
(0,17,27)
#001018
(0,16,24)
#000F15
(0,15,21)
#000E12
(0,14,18)
#000D0F
(0,13,15)
#000C0C
(0,12,12)
#000B09
(0,11,9)
#000A06
(0,10,6)
#000000
(0,0,0)

Tints of #001424

#001424
(0,20,36)
#172937
(23,41,55)
#2E3E4A
(46,62,74)
#45535D
(69,83,93)
#5C6870
(92,104,112)
#737D83
(115,125,131)
#8A9296
(138,146,150)
#A1A7A9
(161,167,169)
#B8BCBC
(184,188,188)
#CFD1CF
(207,209,207)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001424 color. Also use rgb(0,20,36) instead hex code.

Text Font Color

.myTextColor { color: #001424; }

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

This text font color is #001424.


Background Color

.myBgColor { background-color: #001424; }

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

This div background color is #001424.


Border color

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

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

This div border color is #001424.


Opacity

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

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

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

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

This text has shadow with #001424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001424 on black background.


Color preview on white background

This text has color #001424 on white background.



Black color preview on #001424 background

This text has black color on #001424 background.


White color preview on #001424 background

This text has white color on #001424 background.