COLOR #012218

HEX: #012218 RGB: (1,34,24)

Color info

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

RGB color model

#012218 color RGB value is (1,34,24).

RGB: (1,34,24) (0%, 13%, 9%)

RGB channels and saturation

R 1 of 255 = 0%
G 34 of 255 = 13%
B 24 of 255 = 9%

1
34
24

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

Portions of RGB colors in percentages

R + G + B = 1 + 34 + 24 = 59 (100%)
R 1 of 59 ~ 1.69%
G 34 of 59 ~ 57.63%
B 24 of 59 ~ 40.68'%

%57.63
%40.68

CMYK color model

#012218 color CMYK value is (97,0,29,87).

  • cyan value is 97.06%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 86.67%

CMYK: (97,0,29,87)
C97M0Y29K87 (97%, 0%, 29%, 87%)
(0.97 / 0.00 / 0.29 / 0.87)

CMYK percentages

%97.06
%0
%29.41
%86.67

Codes

Color #012218 in popluar color models

01 22 18
RGB 1 34 24
HSL 162° 94.29% 6.86%
HSB/HSV 162° 97.06% 13.33%
CMYK 97.06% 0.00% 29.41%
86.67%

Color #012218 in popluar number systems.

HEX 01 22 18
Decimal 1 34 24
Binary 1 100010 11000
Octal 1 42 30

Shades and tints

Shades of #012218

#012218
(1,34,24)
#011F16
(1,31,22)
#011C14
(1,28,20)
#011912
(1,25,18)
#011610
(1,22,16)
#01130E
(1,19,14)
#01100C
(1,16,12)
#010D0A
(1,13,10)
#010A08
(1,10,8)
#010706
(1,7,6)
#010404
(1,4,4)
#000000
(0,0,0)

Tints of #012218

#012218
(1,34,24)
#18362D
(24,54,45)
#2F4A42
(47,74,66)
#465E57
(70,94,87)
#5D726C
(93,114,108)
#748681
(116,134,129)
#8B9A96
(139,154,150)
#A2AEAB
(162,174,171)
#B9C2C0
(185,194,192)
#D0D6D5
(208,214,213)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012218 color. Also use rgb(1,34,24) instead hex code.

Text Font Color

.myTextColor { color: #012218; }

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

This text font color is #012218.

Background Color

.myBgColor { background-color: #012218; }

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

This div background color is #012218.

Border color

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

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

This div border color is #012218.

Opacity

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

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

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

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

This text has shadow with #012218 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012218.

Preview

Color preview on black background

This text has color #012218 on black background.


Color preview on white background

This text has color #012218 on white background.


Black color preview on #012218 background

This text has black color on #012218 background.


White color preview on #012218 background

This text has white color on #012218 background.


Related colors

Complementary color

Complementary color for #hex is #FEDDE7.


I love getcolorcode.com

Triadic colors

1 #180122 and #221801 with #012218 are triadic colors.

2 #182201 and #220118 with #012218 are triadic colors.