COLOR #250320

HEX: #250320 RGB: (37,3,32)

Color info

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

RGB color model

#250320 color RGB value is (37,3,32).

RGB: (37,3,32) (15%, 1%, 13%)

RGB channels and saturation

R 37 of 255 = 15%
G 3 of 255 = 1%
B 32 of 255 = 13%

37
3
32

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

Portions of RGB colors in percentages

R + G + B = 37 + 3 + 32 = 72 (100%)
R 37 of 72 ~ 51.39%
G 3 of 72 ~ 4.17%
B 32 of 72 ~ 44.44'%

%51.39
%44.44

CMYK color model

#250320 color CMYK value is (0,92,14,85).

  • cyan value is 0.00%
  • magenta value is 91.89%
  • yellow value is 13.51%
  • key color value is 85.49%
CMYK: (0,92,14,85) C0M92Y14K85 (0%,92%,14%,85%) (0.00/0.92/0.14/0.85) 

CMYK percentages

%0
%91.89
%13.51
%85.49

Codes

Color #250320 in popluar color models

25 03 20
RGB 37 3 32
HSL 309° 85.00% 7.84%
HSB/HSV 309° 91.89% 14.51%
CMYK 0.00% 91.89% 13.51%
85.49%

Color #250320 in popluar number systems.

HEX 25 03 20
Decimal 37 3 32
Binary 100101 11 100000
Octal 45 3 40

Shades and tints

Shades of #250320

#250320
(37,3,32)
#22031E
(34,3,30)
#1F031C
(31,3,28)
#1C031A
(28,3,26)
#190318
(25,3,24)
#160316
(22,3,22)
#130314
(19,3,20)
#100312
(16,3,18)
#0D0310
(13,3,16)
#0A030E
(10,3,14)
#07030C
(7,3,12)
#000000
(0,0,0)

Tints of #250320

#250320
(37,3,32)
#381934
(56,25,52)
#4B2F48
(75,47,72)
#5E455C
(94,69,92)
#715B70
(113,91,112)
#847184
(132,113,132)
#978798
(151,135,152)
#AA9DAC
(170,157,172)
#BDB3C0
(189,179,192)
#D0C9D4
(208,201,212)
#E3DFE8
(227,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250320 color. Also use rgb(37,3,32) instead hex code.

Text Font Color

.myTextColor { color: #250320; }

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

This text font color is #250320.

Background Color

.myBgColor { background-color: #250320; }

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

This div background color is #250320.

Border color

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

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

This div border color is #250320.

Opacity

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

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

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

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

This text has shadow with #250320 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250320.

Preview

Color preview on black background

This text has color #250320 on black background.


Color preview on white background

This text has color #250320 on white background.


Black color preview on #250320 background

This text has black color on #250320 background.


White color preview on #250320 background

This text has white color on #250320 background.


Related colors

Complementary color

Complementary color for #hex is #DAFCDF.


I love getcolorcode.com

Triadic colors

1 #202503 and #032025 with #250320 are triadic colors.

2 #200325 and #032520 with #250320 are triadic colors.