COLOR #250024

HEX: #250024
RGB: (37,0,36)

Color info

#250024 contains only red and blue colors. Web safe color of #250024 is #330033 (or #303).

RGB color model

#250024 color RGB value is (37,0,36).

  • red value is 37;
  • green value is 0;
  • blue value is 36.
RGB:
(37,0,36)
(15%,0%,14%)

RGB channels and saturation

R 37 of 255 = 15%
G 0 of 255 = 0%
B 36 of 255 = 14%

37
0
36

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

Portions of RGB colors in percentages

R + G + B =
37 + 0 + 36 = 73 (100%)
R 37 of 73 ~ 50.68%
G 0 of 73 ~ 0%
B 36 of 73 ~ 49.32%

%50.68
%49.32

CMYK color model

#250024 color CMYK value is (0,100,3,85).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 2.70%
  • key color value is 85.49%
CMYK:
(0,100,3,85)
C0M100Y3K85 
(0%,100%,3%,85%)
(0.00/1.00/0.03/0.85)	

CMYK percentages

%0
%100
%2.7
%85.49

Codes

Color #250024 in popluar color models

250024
RGB37036
HSL302°100.00%7.25%
HSB/HSV302°100.00%14.51%
CMYK0.00%100.00%2.70%
85.49%

Color #250024 in popluar number systems.

HEX250024
Decimal37036
Binary1001010100100
Octal45044

Shades and tints

Shades of #250024

#250024
(37,0,36)
#220021
(34,0,33)
#1F001E
(31,0,30)
#1C001B
(28,0,27)
#190018
(25,0,24)
#160015
(22,0,21)
#130012
(19,0,18)
#10000F
(16,0,15)
#0D000C
(13,0,12)
#0A0009
(10,0,9)
#070006
(7,0,6)
#000000
(0,0,0)

Tints of #250024

#250024
(37,0,36)
#381737
(56,23,55)
#4B2E4A
(75,46,74)
#5E455D
(94,69,93)
#715C70
(113,92,112)
#847383
(132,115,131)
#978A96
(151,138,150)
#AAA1A9
(170,161,169)
#BDB8BC
(189,184,188)
#D0CFCF
(208,207,207)
#E3E6E2
(227,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250024 color. Also use rgb(37,0,36) instead hex code.

Text Font Color

.myTextColor { color: #250024; }

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

This text font color is #250024.


Background Color

.myBgColor { background-color: #250024; }

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

This div background color is #250024.


Border color

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

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

This div border color is #250024.


Opacity

.myOpacity80 { color: #250024; opacity: 0.8; }

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

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

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

This text has shadow with #250024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250024 on black background.


Color preview on white background

This text has color #250024 on white background.



Black color preview on #250024 background

This text has black color on #250024 background.


White color preview on #250024 background

This text has white color on #250024 background.