COLOR #250A21

HEX: #250A21
RGB: (37,10,33)

Color info

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

RGB color model

#250A21 color RGB value is (37,10,33).

  • red value is 37;
  • green value is 10;
  • blue value is 33.
RGB:
(37,10,33)
(15%,4%,13%)

RGB channels and saturation

R 37 of 255 = 15%
G 10 of 255 = 4%
B 33 of 255 = 13%

37
10
33

R + G + B ~ 11%. #250A21 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 10 + 33 = 80 (100%)
R 37 of 80 ~ 46.25%
G 10 of 80 ~ 12.5%
B 33 of 80 ~ 41.25%

%46.25
%12.5
%41.25

CMYK color model

#250A21 color CMYK value is (0,73,11,85).

  • cyan value is 0.00%
  • magenta value is 72.97%
  • yellow value is 10.81%
  • key color value is 85.49%
CMYK:
(0,73,11,85)
C0M73Y11K85 
(0%,73%,11%,85%)
(0.00/0.73/0.11/0.85)	

CMYK percentages

%0
%72.97
%10.81
%85.49

Codes

Color #250A21 in popluar color models

250A21
RGB371033
HSL309°57.45%9.22%
HSB/HSV309°72.97%14.51%
CMYK0.00%72.97%10.81%
85.49%

Color #250A21 in popluar number systems.

HEX250A21
Decimal371033
Binary1001011010100001
Octal451241

Shades and tints

Shades of #250A21

#250A21
(37,10,33)
#220A1E
(34,10,30)
#1F0A1B
(31,10,27)
#1C0A18
(28,10,24)
#190A15
(25,10,21)
#160A12
(22,10,18)
#130A0F
(19,10,15)
#100A0C
(16,10,12)
#0D0A09
(13,10,9)
#0A0A06
(10,10,6)
#070A03
(7,10,3)
#000000
(0,0,0)

Tints of #250A21

#250A21
(37,10,33)
#382035
(56,32,53)
#4B3649
(75,54,73)
#5E4C5D
(94,76,93)
#716271
(113,98,113)
#847885
(132,120,133)
#978E99
(151,142,153)
#AAA4AD
(170,164,173)
#BDBAC1
(189,186,193)
#D0D0D5
(208,208,213)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250A21 color. Also use rgb(37,10,33) instead hex code.

Text Font Color

.myTextColor { color: #250A21; }

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

This text font color is #250A21.


Background Color

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

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

This div background color is #250A21.


Border color

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

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

This div border color is #250A21.


Opacity

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

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

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

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

This text has shadow with #250A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250A21 on black background.


Color preview on white background

This text has color #250A21 on white background.



Black color preview on #250A21 background

This text has black color on #250A21 background.


White color preview on #250A21 background

This text has white color on #250A21 background.