COLOR #131225

HEX: #131225
RGB: (19,18,37)

Color info

#131225 contains red, green and blue colors in about the same proportion. Web safe color of #131225 is #000033 (or #003).

RGB color model

#131225 color RGB value is (19,18,37).

  • red value is 19;
  • green value is 18;
  • blue value is 37.
RGB:
(19,18,37)
(7%,7%,15%)

RGB channels and saturation

R 19 of 255 = 7%
G 18 of 255 = 7%
B 37 of 255 = 15%

19
18
37

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

Portions of RGB colors in percentages

R + G + B =
19 + 18 + 37 = 74 (100%)
R 19 of 74 ~ 25.68%
G 18 of 74 ~ 24.32%
B 37 of 74 ~ 50%

%25.68
%24.32
%50

CMYK color model

#131225 color CMYK value is (49,51,0,85).

  • cyan value is 48.65%
  • magenta value is 51.35%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(49,51,0,85)
C49M51Y0K85 
(49%,51%,0%,85%)
(0.49/0.51/0.00/0.85)	

CMYK percentages

%48.65
%51.35
%0
%85.49

Codes

Color #131225 in popluar color models

131225
RGB191837
HSL243°34.55%10.78%
HSB/HSV243°51.35%14.51%
CMYK48.65%51.35%0.00%
85.49%

Color #131225 in popluar number systems.

HEX131225
Decimal191837
Binary1001110010100101
Octal232245

Shades and tints

Shades of #131225

#131225
(19,18,37)
#121122
(18,17,34)
#11101F
(17,16,31)
#100F1C
(16,15,28)
#0F0E19
(15,14,25)
#0E0D16
(14,13,22)
#0D0C13
(13,12,19)
#0C0B10
(12,11,16)
#0B0A0D
(11,10,13)
#0A090A
(10,9,10)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #131225

#131225
(19,18,37)
#282738
(40,39,56)
#3D3C4B
(61,60,75)
#52515E
(82,81,94)
#676671
(103,102,113)
#7C7B84
(124,123,132)
#919097
(145,144,151)
#A6A5AA
(166,165,170)
#BBBABD
(187,186,189)
#D0CFD0
(208,207,208)
#E5E4E3
(229,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131225 color. Also use rgb(19,18,37) instead hex code.

Text Font Color

.myTextColor { color: #131225; }

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

This text font color is #131225.


Background Color

.myBgColor { background-color: #131225; }

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

This div background color is #131225.


Border color

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

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

This div border color is #131225.


Opacity

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

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

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

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

This text has shadow with #131225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131225 on black background.


Color preview on white background

This text has color #131225 on white background.



Black color preview on #131225 background

This text has black color on #131225 background.


White color preview on #131225 background

This text has white color on #131225 background.