COLOR #012125

HEX: #012125 RGB: (1,33,37)

Color info

#012125 contains red, green and blue colors in about the same proportion. Web safe color of #012125 is #003333 (or #033).

RGB color model

#012125 color RGB value is (1,33,37).

RGB: (1,33,37) (0%, 13%, 15%)

RGB channels and saturation

R 1 of 255 = 0%
G 33 of 255 = 13%
B 37 of 255 = 15%

1
33
37

R + G + B ~ 9%. #012125 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 33 + 37 = 71 (100%)
R 1 of 71 ~ 1.41%
G 33 of 71 ~ 46.48%
B 37 of 71 ~ 52.11'%

%46.48
%52.11

CMYK color model

#012125 color CMYK value is (97,11,0,85).

  • cyan value is 97.30%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (97,11,0,85)
C97M11Y0K85 (97%, 11%, 0%, 85%)
(0.97 / 0.11 / 0.00 / 0.85)

CMYK percentages

%97.3
%10.81
%0
%85.49

Codes

Color #012125 in popluar color models

01 21 25
RGB 1 33 37
HSL 187° 94.74% 7.45%
HSB/HSV 187° 97.30% 14.51%
CMYK 97.30% 10.81% 0.00%
85.49%

Color #012125 in popluar number systems.

HEX 01 21 25
Decimal 1 33 37
Binary 1 100001 100101
Octal 1 41 45

Shades and tints

Shades of #012125

#012125
(1,33,37)
#011E22
(1,30,34)
#011B1F
(1,27,31)
#01181C
(1,24,28)
#011519
(1,21,25)
#011216
(1,18,22)
#010F13
(1,15,19)
#010C10
(1,12,16)
#01090D
(1,9,13)
#01060A
(1,6,10)
#010307
(1,3,7)
#000000
(0,0,0)

Tints of #012125

#012125
(1,33,37)
#183538
(24,53,56)
#2F494B
(47,73,75)
#465D5E
(70,93,94)
#5D7171
(93,113,113)
#748584
(116,133,132)
#8B9997
(139,153,151)
#A2ADAA
(162,173,170)
#B9C1BD
(185,193,189)
#D0D5D0
(208,213,208)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012125; }

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

This text font color is #012125.

Background Color

.myBgColor { background-color: #012125; }

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

This div background color is #012125.

Border color

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

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

This div border color is #012125.

Opacity

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

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

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

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

This text has shadow with #012125 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012125.

Preview

Color preview on black background

This text has color #012125 on black background.


Color preview on white background

This text has color #012125 on white background.


Black color preview on #012125 background

This text has black color on #012125 background.


White color preview on #012125 background

This text has white color on #012125 background.


Related colors

Complementary color

Complementary color for #hex is #FEDEDA.


I love getcolorcode.com

Triadic colors

1 #250121 and #212501 with #012125 are triadic colors.

2 #252101 and #210125 with #012125 are triadic colors.