COLOR #012113

HEX: #012113 RGB: (1,33,19)

Color info

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

RGB color model

#012113 color RGB value is (1,33,19).

RGB: (1,33,19) (0%, 13%, 7%)

RGB channels and saturation

R 1 of 255 = 0%
G 33 of 255 = 13%
B 19 of 255 = 7%

1
33
19

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

Portions of RGB colors in percentages

R + G + B = 1 + 33 + 19 = 53 (100%)
R 1 of 53 ~ 1.89%
G 33 of 53 ~ 62.26%
B 19 of 53 ~ 35.85'%

%62.26
%35.85

CMYK color model

#012113 color CMYK value is (97,0,42,87).

  • cyan value is 96.97%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 87.06%

CMYK: (97,0,42,87)
C97M0Y42K87 (97%, 0%, 42%, 87%)
(0.97 / 0.00 / 0.42 / 0.87)

CMYK percentages

%96.97
%0
%42.42
%87.06

Codes

Color #012113 in popluar color models

01 21 13
RGB 1 33 19
HSL 154° 94.12% 6.67%
HSB/HSV 154° 96.97% 12.94%
CMYK 96.97% 0.00% 42.42%
87.06%

Color #012113 in popluar number systems.

HEX 01 21 13
Decimal 1 33 19
Binary 1 100001 10011
Octal 1 41 23

Shades and tints

Shades of #012113

#012113
(1,33,19)
#011E12
(1,30,18)
#011B11
(1,27,17)
#011810
(1,24,16)
#01150F
(1,21,15)
#01120E
(1,18,14)
#010F0D
(1,15,13)
#010C0C
(1,12,12)
#01090B
(1,9,11)
#01060A
(1,6,10)
#010309
(1,3,9)
#000000
(0,0,0)

Tints of #012113

#012113
(1,33,19)
#183528
(24,53,40)
#2F493D
(47,73,61)
#465D52
(70,93,82)
#5D7167
(93,113,103)
#74857C
(116,133,124)
#8B9991
(139,153,145)
#A2ADA6
(162,173,166)
#B9C1BB
(185,193,187)
#D0D5D0
(208,213,208)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012113; }

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

This text font color is #012113.

Background Color

.myBgColor { background-color: #012113; }

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

This div background color is #012113.

Border color

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

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

This div border color is #012113.

Opacity

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

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

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

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

This text has shadow with #012113 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012113.

Preview

Color preview on black background

This text has color #012113 on black background.


Color preview on white background

This text has color #012113 on white background.


Black color preview on #012113 background

This text has black color on #012113 background.


White color preview on #012113 background

This text has white color on #012113 background.


Related colors

Complementary color

Complementary color for #hex is #FEDEEC.


I love getcolorcode.com

Triadic colors

1 #130121 and #211301 with #012113 are triadic colors.

2 #132101 and #210113 with #012113 are triadic colors.