COLOR #1F250D

HEX: #1F250D RGB: (31,37,13)

Color info

#1F250D contains red, green and blue colors in about the same proportion. Web safe color of #1F250D is #333300 (or #330).

RGB color model

#1F250D color RGB value is (31,37,13).

RGB: (31,37,13) (12%, 15%, 5%)

RGB channels and saturation

R 31 of 255 = 12%
G 37 of 255 = 15%
B 13 of 255 = 5%

31
37
13

R + G + B ~ 11%. #1F250D is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 37 + 13 = 81 (100%)
R 31 of 81 ~ 38.27%
G 37 of 81 ~ 45.68%
B 13 of 81 ~ 16.05'%

%38.27
%45.68
%16.05

CMYK color model

#1F250D color CMYK value is (16,0,65,85).

  • cyan value is 16.22%
  • magenta value is 0.00%
  • yellow value is 64.86%
  • key color value is 85.49%
CMYK: (16,0,65,85) C16M0Y65K85 (16%,0%,65%,85%) (0.16/0.00/0.65/0.85) 

CMYK percentages

%16.22
%0
%64.86
%85.49

Codes

Color #1F250D in popluar color models

1F 25 0D
RGB 31 37 13
HSL 75° 48.00% 9.80%
HSB/HSV 75° 64.86% 14.51%
CMYK 16.22% 0.00% 64.86%
85.49%

Color #1F250D in popluar number systems.

HEX 1F 25 0D
Decimal 31 37 13
Binary 11111 100101 1101
Octal 37 45 15

Shades and tints

Shades of #1F250D

#1F250D
(31,37,13)
#1D220C
(29,34,12)
#1B1F0B
(27,31,11)
#191C0A
(25,28,10)
#171909
(23,25,9)
#151608
(21,22,8)
#131307
(19,19,7)
#111006
(17,16,6)
#0F0D05
(15,13,5)
#0D0A04
(13,10,4)
#0B0703
(11,7,3)
#000000
(0,0,0)

Tints of #1F250D

#1F250D
(31,37,13)
#333823
(51,56,35)
#474B39
(71,75,57)
#5B5E4F
(91,94,79)
#6F7165
(111,113,101)
#83847B
(131,132,123)
#979791
(151,151,145)
#ABAAA7
(171,170,167)
#BFBDBD
(191,189,189)
#D3D0D3
(211,208,211)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F250D; }

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

This text font color is #1F250D.

Background Color

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

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

This div background color is #1F250D.

Border color

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

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

This div border color is #1F250D.

Opacity

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

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

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

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

This text has shadow with #1F250D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F250D.

Preview

Color preview on black background

This text has color #1F250D on black background.


Color preview on white background

This text has color #1F250D on white background.


Black color preview on #1F250D background

This text has black color on #1F250D background.


White color preview on #1F250D background

This text has white color on #1F250D background.


Related colors

Complementary color

Complementary color for #hex is #E0DAF2.


I love getcolorcode.com

Triadic colors

1 #0D1F25 and #250D1F with #1F250D are triadic colors.

2 #0D251F and #251F0D with #1F250D are triadic colors.