COLOR #012124

HEX: #012124
RGB: (1,33,36)

Color info

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

RGB color model

#012124 color RGB value is (1,33,36).

  • red value is 1;
  • green value is 33;
  • blue value is 36.
RGB:
(1,33,36)
(0%,13%,14%)

RGB channels and saturation

R 1 of 255 = 0%
G 33 of 255 = 13%
B 36 of 255 = 14%

1
33
36

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

Portions of RGB colors in percentages

R + G + B =
1 + 33 + 36 = 70 (100%)
R 1 of 70 ~ 1.43%
G 33 of 70 ~ 47.14%
B 36 of 70 ~ 51.43%

%47.14
%51.43

CMYK color model

#012124 color CMYK value is (97,8,0,86).

  • cyan value is 97.22%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(97,8,0,86)
C97M8Y0K86 
(97%,8%,0%,86%)
(0.97/0.08/0.00/0.86)	

CMYK percentages

%97.22
%8.33
%0
%85.88

Codes

Color #012124 in popluar color models

012124
RGB13336
HSL185°94.59%7.25%
HSB/HSV185°97.22%14.12%
CMYK97.22%8.33%0.00%
85.88%

Color #012124 in popluar number systems.

HEX012124
Decimal13336
Binary1100001100100
Octal14144

Shades and tints

Shades of #012124

#012124
(1,33,36)
#011E21
(1,30,33)
#011B1E
(1,27,30)
#01181B
(1,24,27)
#011518
(1,21,24)
#011215
(1,18,21)
#010F12
(1,15,18)
#010C0F
(1,12,15)
#01090C
(1,9,12)
#010609
(1,6,9)
#010306
(1,3,6)
#000000
(0,0,0)

Tints of #012124

#012124
(1,33,36)
#183537
(24,53,55)
#2F494A
(47,73,74)
#465D5D
(70,93,93)
#5D7170
(93,113,112)
#748583
(116,133,131)
#8B9996
(139,153,150)
#A2ADA9
(162,173,169)
#B9C1BC
(185,193,188)
#D0D5CF
(208,213,207)
#E7E9E2
(231,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012124; }

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

This text font color is #012124.


Background Color

.myBgColor { background-color: #012124; }

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

This div background color is #012124.


Border color

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

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

This div border color is #012124.


Opacity

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

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

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

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

This text has shadow with #012124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012124 on black background.


Color preview on white background

This text has color #012124 on white background.



Black color preview on #012124 background

This text has black color on #012124 background.


White color preview on #012124 background

This text has white color on #012124 background.