COLOR #1F3429

HEX: #1F3429 RGB: (31,52,41)

Color info

#1F3429 contains red, green and blue colors in about the same proportion. Web safe color of #1F3429 is #333333 (or #333).

RGB color model

#1F3429 color RGB value is (31,52,41).

RGB: (31,52,41) (12%, 20%, 16%)

RGB channels and saturation

R 31 of 255 = 12%
G 52 of 255 = 20%
B 41 of 255 = 16%

31
52
41

R + G + B ~ 16%. #1F3429 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 52 + 41 = 124 (100%)
R 31 of 124 ~ 25%
G 52 of 124 ~ 41.94%
B 41 of 124 ~ 33.06'%

%25
%41.94
%33.06

CMYK color model

#1F3429 color CMYK value is (40,0,21,80).

  • cyan value is 40.38%
  • magenta value is 0.00%
  • yellow value is 21.15%
  • key color value is 79.61%
CMYK: (40,0,21,80) C40M0Y21K80 (40%,0%,21%,80%) (0.40/0.00/0.21/0.80) 

CMYK percentages

%40.38
%0
%21.15
%79.61

Codes

Color #1F3429 in popluar color models

1F 34 29
RGB 31 52 41
HSL 149° 25.30% 16.27%
HSB/HSV 149° 40.38% 20.39%
CMYK 40.38% 0.00% 21.15%
79.61%

Color #1F3429 in popluar number systems.

HEX 1F 34 29
Decimal 31 52 41
Binary 11111 110100 101001
Octal 37 64 51

Shades and tints

Shades of #1F3429

#1F3429
(31,52,41)
#1D3026
(29,48,38)
#1B2C23
(27,44,35)
#192820
(25,40,32)
#17241D
(23,36,29)
#15201A
(21,32,26)
#131C17
(19,28,23)
#111814
(17,24,20)
#0F1411
(15,20,17)
#0D100E
(13,16,14)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #1F3429

#1F3429
(31,52,41)
#33463C
(51,70,60)
#47584F
(71,88,79)
#5B6A62
(91,106,98)
#6F7C75
(111,124,117)
#838E88
(131,142,136)
#97A09B
(151,160,155)
#ABB2AE
(171,178,174)
#BFC4C1
(191,196,193)
#D3D6D4
(211,214,212)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F3429; }

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

This text font color is #1F3429.

Background Color

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

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

This div background color is #1F3429.

Border color

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

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

This div border color is #1F3429.

Opacity

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

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

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

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

This text has shadow with #1F3429 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F3429.

Preview

Color preview on black background

This text has color #1F3429 on black background.


Color preview on white background

This text has color #1F3429 on white background.


Black color preview on #1F3429 background

This text has black color on #1F3429 background.


White color preview on #1F3429 background

This text has white color on #1F3429 background.


Related colors

Complementary color

Complementary color for #hex is #E0CBD6.


I love getcolorcode.com

Triadic colors

1 #291F34 and #34291F with #1F3429 are triadic colors.

2 #29341F and #341F29 with #1F3429 are triadic colors.