COLOR #1F0121

HEX: #1F0121
RGB: (31,1,33)

Color info

#1F0121 contains red, green and blue colors in about the same proportion. Web safe color of #1F0121 is #330033 (or #303).

RGB color model

#1F0121 color RGB value is (31,1,33).

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

RGB channels and saturation

R 31 of 255 = 12%
G 1 of 255 = 0%
B 33 of 255 = 13%

31
1
33

R + G + B ~ 8%. #1F0121 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 1 + 33 = 65 (100%)
R 31 of 65 ~ 47.69%
G 1 of 65 ~ 1.54%
B 33 of 65 ~ 50.77%

%47.69
%50.77

CMYK color model

#1F0121 color CMYK value is (6,97,0,87).

  • cyan value is 6.06%
  • magenta value is 96.97%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(6,97,0,87)
C6M97Y0K87 
(6%,97%,0%,87%)
(0.06/0.97/0.00/0.87)	

CMYK percentages

%6.06
%96.97
%0
%87.06

Codes

Color #1F0121 in popluar color models

1F0121
RGB31133
HSL296°94.12%6.67%
HSB/HSV296°96.97%12.94%
CMYK6.06%96.97%0.00%
87.06%

Color #1F0121 in popluar number systems.

HEX1F0121
Decimal31133
Binary111111100001
Octal37141

Shades and tints

Shades of #1F0121

#1F0121
(31,1,33)
#1D011E
(29,1,30)
#1B011B
(27,1,27)
#190118
(25,1,24)
#170115
(23,1,21)
#150112
(21,1,18)
#13010F
(19,1,15)
#11010C
(17,1,12)
#0F0109
(15,1,9)
#0D0106
(13,1,6)
#0B0103
(11,1,3)
#000000
(0,0,0)

Tints of #1F0121

#1F0121
(31,1,33)
#331835
(51,24,53)
#472F49
(71,47,73)
#5B465D
(91,70,93)
#6F5D71
(111,93,113)
#837485
(131,116,133)
#978B99
(151,139,153)
#ABA2AD
(171,162,173)
#BFB9C1
(191,185,193)
#D3D0D5
(211,208,213)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F0121; }

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

This text font color is #1F0121.


Background Color

.myBgColor { background-color: #1F0121; }

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

This div background color is #1F0121.


Border color

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

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

This div border color is #1F0121.


Opacity

.myOpacity80 { color: #1F0121; opacity: 0.8; }

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

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

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

This text has shadow with #1F0121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F0121 on black background.


Color preview on white background

This text has color #1F0121 on white background.



Black color preview on #1F0121 background

This text has black color on #1F0121 background.


White color preview on #1F0121 background

This text has white color on #1F0121 background.