COLOR #251A21

HEX: #251A21
RGB: (37,26,33)

Color info

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

RGB color model

#251A21 color RGB value is (37,26,33).

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

RGB channels and saturation

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

37
26
33

R + G + B ~ 13%. #251A21 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 26 + 33 = 96 (100%)
R 37 of 96 ~ 38.54%
G 26 of 96 ~ 27.08%
B 33 of 96 ~ 34.38%

%38.54
%27.08
%34.38

CMYK color model

#251A21 color CMYK value is (0,30,11,85).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 10.81%
  • key color value is 85.49%
CMYK:
(0,30,11,85)
C0M30Y11K85 
(0%,30%,11%,85%)
(0.00/0.30/0.11/0.85)	

CMYK percentages

%0
%29.73
%10.81
%85.49

Codes

Color #251A21 in popluar color models

251A21
RGB372633
HSL322°17.46%12.35%
HSB/HSV322°29.73%14.51%
CMYK0.00%29.73%10.81%
85.49%

Color #251A21 in popluar number systems.

HEX251A21
Decimal372633
Binary10010111010100001
Octal453241

Shades and tints

Shades of #251A21

#251A21
(37,26,33)
#22181E
(34,24,30)
#1F161B
(31,22,27)
#1C1418
(28,20,24)
#191215
(25,18,21)
#161012
(22,16,18)
#130E0F
(19,14,15)
#100C0C
(16,12,12)
#0D0A09
(13,10,9)
#0A0806
(10,8,6)
#070603
(7,6,3)
#000000
(0,0,0)

Tints of #251A21

#251A21
(37,26,33)
#382E35
(56,46,53)
#4B4249
(75,66,73)
#5E565D
(94,86,93)
#716A71
(113,106,113)
#847E85
(132,126,133)
#979299
(151,146,153)
#AAA6AD
(170,166,173)
#BDBAC1
(189,186,193)
#D0CED5
(208,206,213)
#E3E2E9
(227,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251A21; }

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

This text font color is #251A21.


Background Color

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

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

This div background color is #251A21.


Border color

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

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

This div border color is #251A21.


Opacity

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

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

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

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

This text has shadow with #251A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251A21 on black background.


Color preview on white background

This text has color #251A21 on white background.



Black color preview on #251A21 background

This text has black color on #251A21 background.


White color preview on #251A21 background

This text has white color on #251A21 background.