COLOR #012413

HEX: #012413 RGB: (1,36,19)

Color info

#012413 contains red, green and blue colors in about the same proportion. Web safe color of #012413 is #003300 (or #030).

RGB color model

#012413 color RGB value is (1,36,19).

RGB: (1,36,19) (0%, 14%, 7%)

RGB channels and saturation

R 1 of 255 = 0%
G 36 of 255 = 14%
B 19 of 255 = 7%

1
36
19

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

Portions of RGB colors in percentages

R + G + B = 1 + 36 + 19 = 56 (100%)
R 1 of 56 ~ 1.79%
G 36 of 56 ~ 64.29%
B 19 of 56 ~ 33.93'%

%64.29
%33.93

CMYK color model

#012413 color CMYK value is (97,0,47,86).

  • cyan value is 97.22%
  • magenta value is 0.00%
  • yellow value is 47.22%
  • key color value is 85.88%

CMYK: (97,0,47,86)
C97M0Y47K86 (97%, 0%, 47%, 86%)
(0.97 / 0.00 / 0.47 / 0.86)

CMYK percentages

%97.22
%0
%47.22
%85.88

Codes

Color #012413 in popluar color models

01 24 13
RGB 1 36 19
HSL 151° 94.59% 7.25%
HSB/HSV 151° 97.22% 14.12%
CMYK 97.22% 0.00% 47.22%
85.88%

Color #012413 in popluar number systems.

HEX 01 24 13
Decimal 1 36 19
Binary 1 100100 10011
Octal 1 44 23

Shades and tints

Shades of #012413

#012413
(1,36,19)
#012112
(1,33,18)
#011E11
(1,30,17)
#011B10
(1,27,16)
#01180F
(1,24,15)
#01150E
(1,21,14)
#01120D
(1,18,13)
#010F0C
(1,15,12)
#010C0B
(1,12,11)
#01090A
(1,9,10)
#010609
(1,6,9)
#000000
(0,0,0)

Tints of #012413

#012413
(1,36,19)
#183728
(24,55,40)
#2F4A3D
(47,74,61)
#465D52
(70,93,82)
#5D7067
(93,112,103)
#74837C
(116,131,124)
#8B9691
(139,150,145)
#A2A9A6
(162,169,166)
#B9BCBB
(185,188,187)
#D0CFD0
(208,207,208)
#E7E2E5
(231,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012413 color. Also use rgb(1,36,19) instead hex code.

Text Font Color

.myTextColor { color: #012413; }

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

This text font color is #012413.

Background Color

.myBgColor { background-color: #012413; }

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

This div background color is #012413.

Border color

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

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

This div border color is #012413.

Opacity

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

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

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

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

This text has shadow with #012413 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012413.

Preview

Color preview on black background

This text has color #012413 on black background.


Color preview on white background

This text has color #012413 on white background.


Black color preview on #012413 background

This text has black color on #012413 background.


White color preview on #012413 background

This text has white color on #012413 background.


Related colors

Complementary color

Complementary color for #hex is #FEDBEC.


I love getcolorcode.com

Triadic colors

1 #130124 and #241301 with #012413 are triadic colors.

2 #132401 and #240113 with #012413 are triadic colors.