COLOR #250216

HEX: #250216 RGB: (37,2,22)

Color info

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

RGB color model

#250216 color RGB value is (37,2,22).

RGB: (37,2,22) (15%, 1%, 9%)

RGB channels and saturation

R 37 of 255 = 15%
G 2 of 255 = 1%
B 22 of 255 = 9%

37
2
22

R + G + B ~ 8%. #250216 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 2 + 22 = 61 (100%)
R 37 of 61 ~ 60.66%
G 2 of 61 ~ 3.28%
B 22 of 61 ~ 36.07'%

%60.66
%36.07

CMYK color model

#250216 color CMYK value is (0,95,41,85).

  • cyan value is 0.00%
  • magenta value is 94.59%
  • yellow value is 40.54%
  • key color value is 85.49%

CMYK: (0,95,41,85)
C0M95Y41K85 (0%, 95%, 41%, 85%)
(0.00 / 0.95 / 0.41 / 0.85)

CMYK percentages

%0
%94.59
%40.54
%85.49

Codes

Color #250216 in popluar color models

25 02 16
RGB 37 2 22
HSL 326° 89.74% 7.65%
HSB/HSV 326° 94.59% 14.51%
CMYK 0.00% 94.59% 40.54%
85.49%

Color #250216 in popluar number systems.

HEX 25 02 16
Decimal 37 2 22
Binary 100101 10 10110
Octal 45 2 26

Shades and tints

Shades of #250216

#250216
(37,2,22)
#220214
(34,2,20)
#1F0212
(31,2,18)
#1C0210
(28,2,16)
#19020E
(25,2,14)
#16020C
(22,2,12)
#13020A
(19,2,10)
#100208
(16,2,8)
#0D0206
(13,2,6)
#0A0204
(10,2,4)
#070202
(7,2,2)
#000000
(0,0,0)

Tints of #250216

#250216
(37,2,22)
#38192B
(56,25,43)
#4B3040
(75,48,64)
#5E4755
(94,71,85)
#715E6A
(113,94,106)
#84757F
(132,117,127)
#978C94
(151,140,148)
#AAA3A9
(170,163,169)
#BDBABE
(189,186,190)
#D0D1D3
(208,209,211)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250216 color. Also use rgb(37,2,22) instead hex code.

Text Font Color

.myTextColor { color: #250216; }

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

This text font color is #250216.

Background Color

.myBgColor { background-color: #250216; }

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

This div background color is #250216.

Border color

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

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

This div border color is #250216.

Opacity

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

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

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

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

This text has shadow with #250216 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250216.

Preview

Color preview on black background

This text has color #250216 on black background.


Color preview on white background

This text has color #250216 on white background.


Black color preview on #250216 background

This text has black color on #250216 background.


White color preview on #250216 background

This text has white color on #250216 background.


Related colors

Complementary color

Complementary color for #hex is #DAFDE9.


I love getcolorcode.com

Triadic colors

1 #162502 and #021625 with #250216 are triadic colors.

2 #160225 and #022516 with #250216 are triadic colors.