COLOR #101121

HEX: #101121
RGB: (16,17,33)

Color info

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

RGB color model

#101121 color RGB value is (16,17,33).

  • red value is 16;
  • green value is 17;
  • blue value is 33.
RGB:
(16,17,33)
(6%,7%,13%)

RGB channels and saturation

R 16 of 255 = 6%
G 17 of 255 = 7%
B 33 of 255 = 13%

16
17
33

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

Portions of RGB colors in percentages

R + G + B =
16 + 17 + 33 = 66 (100%)
R 16 of 66 ~ 24.24%
G 17 of 66 ~ 25.76%
B 33 of 66 ~ 50%

%24.24
%25.76
%50

CMYK color model

#101121 color CMYK value is (52,48,0,87).

  • cyan value is 51.52%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(52,48,0,87)
C52M48Y0K87 
(52%,48%,0%,87%)
(0.52/0.48/0.00/0.87)	

CMYK percentages

%51.52
%48.48
%0
%87.06

Codes

Color #101121 in popluar color models

101121
RGB161733
HSL236°34.69%9.61%
HSB/HSV236°51.52%12.94%
CMYK51.52%48.48%0.00%
87.06%

Color #101121 in popluar number systems.

HEX101121
Decimal161733
Binary1000010001100001
Octal202141

Shades and tints

Shades of #101121

#101121
(16,17,33)
#0F101E
(15,16,30)
#0E0F1B
(14,15,27)
#0D0E18
(13,14,24)
#0C0D15
(12,13,21)
#0B0C12
(11,12,18)
#0A0B0F
(10,11,15)
#090A0C
(9,10,12)
#080909
(8,9,9)
#070806
(7,8,6)
#060703
(6,7,3)
#000000
(0,0,0)

Tints of #101121

#101121
(16,17,33)
#252635
(37,38,53)
#3A3B49
(58,59,73)
#4F505D
(79,80,93)
#646571
(100,101,113)
#797A85
(121,122,133)
#8E8F99
(142,143,153)
#A3A4AD
(163,164,173)
#B8B9C1
(184,185,193)
#CDCED5
(205,206,213)
#E2E3E9
(226,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #101121 color. Also use rgb(16,17,33) instead hex code.

Text Font Color

.myTextColor { color: #101121; }

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

This text font color is #101121.


Background Color

.myBgColor { background-color: #101121; }

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

This div background color is #101121.


Border color

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

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

This div border color is #101121.


Opacity

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

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

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

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

This text has shadow with #101121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #101121 on black background.


Color preview on white background

This text has color #101121 on white background.



Black color preview on #101121 background

This text has black color on #101121 background.


White color preview on #101121 background

This text has white color on #101121 background.