COLOR #2F1121

HEX: #2F1121 RGB: (47,17,33)

Color info

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

RGB color model

#2F1121 color RGB value is (47,17,33).

RGB: (47,17,33) (18%, 7%, 13%)

RGB channels and saturation

R 47 of 255 = 18%
G 17 of 255 = 7%
B 33 of 255 = 13%

47
17
33

R + G + B ~ 13%. #2F1121 is dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 17 + 33 = 97 (100%)
R 47 of 97 ~ 48.45%
G 17 of 97 ~ 17.53%
B 33 of 97 ~ 34.02'%

%48.45
%17.53
%34.02

CMYK color model

#2F1121 color CMYK value is (0,64,30,82).

  • cyan value is 0.00%
  • magenta value is 63.83%
  • yellow value is 29.79%
  • key color value is 81.57%

CMYK: (0,64,30,82)
C0M64Y30K82 (0%, 64%, 30%, 82%)
(0.00 / 0.64 / 0.30 / 0.82)

CMYK percentages

%0
%63.83
%29.79
%81.57

Codes

Color #2F1121 in popluar color models

2F 11 21
RGB 47 17 33
HSL 328° 46.88% 12.55%
HSB/HSV 328° 63.83% 18.43%
CMYK 0.00% 63.83% 29.79%
81.57%

Color #2F1121 in popluar number systems.

HEX 2F 11 21
Decimal 47 17 33
Binary 101111 10001 100001
Octal 57 21 41

Shades and tints

Shades of #2F1121

#2F1121
(47,17,33)
#2B101E
(43,16,30)
#270F1B
(39,15,27)
#230E18
(35,14,24)
#1F0D15
(31,13,21)
#1B0C12
(27,12,18)
#170B0F
(23,11,15)
#130A0C
(19,10,12)
#0F0909
(15,9,9)
#0B0806
(11,8,6)
#070703
(7,7,3)
#000000
(0,0,0)

Tints of #2F1121

#2F1121
(47,17,33)
#412635
(65,38,53)
#533B49
(83,59,73)
#65505D
(101,80,93)
#776571
(119,101,113)
#897A85
(137,122,133)
#9B8F99
(155,143,153)
#ADA4AD
(173,164,173)
#BFB9C1
(191,185,193)
#D1CED5
(209,206,213)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F1121; }

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

This text font color is #2F1121.

Background Color

.myBgColor { background-color: #2F1121; }

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

This div background color is #2F1121.

Border color

.myBorderColor { border: 1px solid #2F1121; }

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

This div border color is #2F1121.

Opacity

.myOpacity80 { color: #2F1121; opacity: 0.8; }

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

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

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

This text has shadow with #2F1121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F1121.

Preview

Color preview on black background

This text has color #2F1121 on black background.


Color preview on white background

This text has color #2F1121 on white background.


Black color preview on #2F1121 background

This text has black color on #2F1121 background.


White color preview on #2F1121 background

This text has white color on #2F1121 background.


Related colors

Complementary color

Complementary color for #hex is #D0EEDE.


I love getcolorcode.com

Triadic colors

1 #212F11 and #11212F with #2F1121 are triadic colors.

2 #21112F and #112F21 with #2F1121 are triadic colors.