COLOR #250F2A

HEX: #250F2A RGB: (37,15,42)

Color info

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

RGB color model

#250F2A color RGB value is (37,15,42).

RGB: (37,15,42) (15%, 6%, 16%)

RGB channels and saturation

R 37 of 255 = 15%
G 15 of 255 = 6%
B 42 of 255 = 16%

37
15
42

R + G + B ~ 12%. #250F2A is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 15 + 42 = 94 (100%)
R 37 of 94 ~ 39.36%
G 15 of 94 ~ 15.96%
B 42 of 94 ~ 44.68'%

%39.36
%15.96
%44.68

CMYK color model

#250F2A color CMYK value is (12,64,0,84).

  • cyan value is 11.90%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 83.53%

CMYK: (12,64,0,84)
C12M64Y0K84 (12%, 64%, 0%, 84%)
(0.12 / 0.64 / 0.00 / 0.84)

CMYK percentages

%11.9
%64.29
%0
%83.53

Codes

Color #250F2A in popluar color models

25 0F 2A
RGB 37 15 42
HSL 289° 47.37% 11.18%
HSB/HSV 289° 64.29% 16.47%
CMYK 11.90% 64.29% 0.00%
83.53%

Color #250F2A in popluar number systems.

HEX 25 0F 2A
Decimal 37 15 42
Binary 100101 1111 101010
Octal 45 17 52

Shades and tints

Shades of #250F2A

#250F2A
(37,15,42)
#220E27
(34,14,39)
#1F0D24
(31,13,36)
#1C0C21
(28,12,33)
#190B1E
(25,11,30)
#160A1B
(22,10,27)
#130918
(19,9,24)
#100815
(16,8,21)
#0D0712
(13,7,18)
#0A060F
(10,6,15)
#07050C
(7,5,12)
#000000
(0,0,0)

Tints of #250F2A

#250F2A
(37,15,42)
#38243D
(56,36,61)
#4B3950
(75,57,80)
#5E4E63
(94,78,99)
#716376
(113,99,118)
#847889
(132,120,137)
#978D9C
(151,141,156)
#AAA2AF
(170,162,175)
#BDB7C2
(189,183,194)
#D0CCD5
(208,204,213)
#E3E1E8
(227,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250F2A color. Also use rgb(37,15,42) instead hex code.

Text Font Color

.myTextColor { color: #250F2A; }

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

This text font color is #250F2A.

Background Color

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

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

This div background color is #250F2A.

Border color

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

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

This div border color is #250F2A.

Opacity

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

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

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

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

This text has shadow with #250F2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250F2A.

Preview

Color preview on black background

This text has color #250F2A on black background.


Color preview on white background

This text has color #250F2A on white background.


Black color preview on #250F2A background

This text has black color on #250F2A background.


White color preview on #250F2A background

This text has white color on #250F2A background.


Related colors

Complementary color

Complementary color for #hex is #DAF0D5.


I love getcolorcode.com

Triadic colors

1 #2A250F and #0F2A25 with #250F2A are triadic colors.

2 #2A0F25 and #0F252A with #250F2A are triadic colors.