COLOR #010122

HEX: #010122
RGB: (1,1,34)

Color info

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

RGB color model

#010122 color RGB value is (1,1,34).

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

RGB channels and saturation

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

1
1
34

R + G + B ~ 4%. #010122 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 1 + 34 = 36 (100%)
R 1 of 36 ~ 2.78%
G 1 of 36 ~ 2.78%
B 34 of 36 ~ 94.44%

%94.44

CMYK color model

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

  • cyan value is 97.06%
  • magenta value is 97.06%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(97,97,0,87)
C97M97Y0K87 
(97%,97%,0%,87%)
(0.97/0.97/0.00/0.87)	

CMYK percentages

%97.06
%97.06
%0
%86.67

Codes

Color #010122 in popluar color models

010122
RGB1134
HSL240°94.29%6.86%
HSB/HSV240°97.06%13.33%
CMYK97.06%97.06%0.00%
86.67%

Color #010122 in popluar number systems.

HEX010122
Decimal1134
Binary11100010
Octal1142

Shades and tints

Shades of #010122

#010122
(1,1,34)
#01011F
(1,1,31)
#01011C
(1,1,28)
#010119
(1,1,25)
#010116
(1,1,22)
#010113
(1,1,19)
#010110
(1,1,16)
#01010D
(1,1,13)
#01010A
(1,1,10)
#010107
(1,1,7)
#010104
(1,1,4)
#000000
(0,0,0)

Tints of #010122

#010122
(1,1,34)
#181836
(24,24,54)
#2F2F4A
(47,47,74)
#46465E
(70,70,94)
#5D5D72
(93,93,114)
#747486
(116,116,134)
#8B8B9A
(139,139,154)
#A2A2AE
(162,162,174)
#B9B9C2
(185,185,194)
#D0D0D6
(208,208,214)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010122; }

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

This text font color is #010122.


Background Color

.myBgColor { background-color: #010122; }

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

This div background color is #010122.


Border color

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

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

This div border color is #010122.


Opacity

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

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

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

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

This text has shadow with #010122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010122 on black background.


Color preview on white background

This text has color #010122 on white background.



Black color preview on #010122 background

This text has black color on #010122 background.


White color preview on #010122 background

This text has white color on #010122 background.