COLOR #011421

HEX: #011421 RGB: (1,20,33)

Color info

#011421 contains red, green and blue colors in about the same proportion. Web safe color of #011421 is #000033 (or #003).

RGB color model

#011421 color RGB value is (1,20,33).

RGB: (1,20,33) (0%, 8%, 13%)

RGB channels and saturation

R 1 of 255 = 0%
G 20 of 255 = 8%
B 33 of 255 = 13%

1
20
33

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

Portions of RGB colors in percentages

R + G + B = 1 + 20 + 33 = 54 (100%)
R 1 of 54 ~ 1.85%
G 20 of 54 ~ 37.04%
B 33 of 54 ~ 61.11'%

%37.04
%61.11

CMYK color model

#011421 color CMYK value is (97,39,0,87).

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

CMYK: (97,39,0,87)
C97M39Y0K87 (97%, 39%, 0%, 87%)
(0.97 / 0.39 / 0.00 / 0.87)

CMYK percentages

%96.97
%39.39
%0
%87.06

Codes

Color #011421 in popluar color models

01 14 21
RGB 1 20 33
HSL 204° 94.12% 6.67%
HSB/HSV 204° 96.97% 12.94%
CMYK 96.97% 39.39% 0.00%
87.06%

Color #011421 in popluar number systems.

HEX 01 14 21
Decimal 1 20 33
Binary 1 10100 100001
Octal 1 24 41

Shades and tints

Shades of #011421

#011421
(1,20,33)
#01131E
(1,19,30)
#01121B
(1,18,27)
#011118
(1,17,24)
#011015
(1,16,21)
#010F12
(1,15,18)
#010E0F
(1,14,15)
#010D0C
(1,13,12)
#010C09
(1,12,9)
#010B06
(1,11,6)
#010A03
(1,10,3)
#000000
(0,0,0)

Tints of #011421

#011421
(1,20,33)
#182935
(24,41,53)
#2F3E49
(47,62,73)
#46535D
(70,83,93)
#5D6871
(93,104,113)
#747D85
(116,125,133)
#8B9299
(139,146,153)
#A2A7AD
(162,167,173)
#B9BCC1
(185,188,193)
#D0D1D5
(208,209,213)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011421; }

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

This text font color is #011421.

Background Color

.myBgColor { background-color: #011421; }

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

This div background color is #011421.

Border color

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

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

This div border color is #011421.

Opacity

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

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

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

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

This text has shadow with #011421 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011421.

Preview

Color preview on black background

This text has color #011421 on black background.


Color preview on white background

This text has color #011421 on white background.


Black color preview on #011421 background

This text has black color on #011421 background.


White color preview on #011421 background

This text has white color on #011421 background.


Related colors

Complementary color

Complementary color for #hex is #FEEBDE.


I love getcolorcode.com

Triadic colors

1 #210114 and #142101 with #011421 are triadic colors.

2 #211401 and #140121 with #011421 are triadic colors.