COLOR #250C19

HEX: #250C19
RGB: (37,12,25)

Color info

#250C19 contains red, green and blue colors in about the same proportion. Web safe color of #250C19 is #330000 (or #300).

RGB color model

#250C19 color RGB value is (37,12,25).

  • red value is 37;
  • green value is 12;
  • blue value is 25.
RGB:
(37,12,25)
(15%,5%,10%)

RGB channels and saturation

R 37 of 255 = 15%
G 12 of 255 = 5%
B 25 of 255 = 10%

37
12
25

R + G + B ~ 10%. #250C19 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 12 + 25 = 74 (100%)
R 37 of 74 ~ 50%
G 12 of 74 ~ 16.22%
B 25 of 74 ~ 33.78%

%50
%16.22
%33.78

CMYK color model

#250C19 color CMYK value is (0,68,32,85).

  • cyan value is 0.00%
  • magenta value is 67.57%
  • yellow value is 32.43%
  • key color value is 85.49%
CMYK:
(0,68,32,85)
C0M68Y32K85 
(0%,68%,32%,85%)
(0.00/0.68/0.32/0.85)	

CMYK percentages

%0
%67.57
%32.43
%85.49

Codes

Color #250C19 in popluar color models

250C19
RGB371225
HSL329°51.02%9.61%
HSB/HSV329°67.57%14.51%
CMYK0.00%67.57%32.43%
85.49%

Color #250C19 in popluar number systems.

HEX250C19
Decimal371225
Binary100101110011001
Octal451431

Shades and tints

Shades of #250C19

#250C19
(37,12,25)
#220B17
(34,11,23)
#1F0A15
(31,10,21)
#1C0913
(28,9,19)
#190811
(25,8,17)
#16070F
(22,7,15)
#13060D
(19,6,13)
#10050B
(16,5,11)
#0D0409
(13,4,9)
#0A0307
(10,3,7)
#070205
(7,2,5)
#000000
(0,0,0)

Tints of #250C19

#250C19
(37,12,25)
#38222D
(56,34,45)
#4B3841
(75,56,65)
#5E4E55
(94,78,85)
#716469
(113,100,105)
#847A7D
(132,122,125)
#979091
(151,144,145)
#AAA6A5
(170,166,165)
#BDBCB9
(189,188,185)
#D0D2CD
(208,210,205)
#E3E8E1
(227,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250C19 color. Also use rgb(37,12,25) instead hex code.

Text Font Color

.myTextColor { color: #250C19; }

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

This text font color is #250C19.


Background Color

.myBgColor { background-color: #250C19; }

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

This div background color is #250C19.


Border color

.myBorderColor { border: 1px solid #250C19; }

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

This div border color is #250C19.


Opacity

.myOpacity80 { color: #250C19; opacity: 0.8; }

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

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

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

This text has shadow with #250C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250C19 on black background.


Color preview on white background

This text has color #250C19 on white background.



Black color preview on #250C19 background

This text has black color on #250C19 background.


White color preview on #250C19 background

This text has white color on #250C19 background.