COLOR #190829

HEX: #190829
RGB: (25,8,41)

Color info

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

RGB color model

#190829 color RGB value is (25,8,41).

  • red value is 25;
  • green value is 8;
  • blue value is 41.
RGB:
(25,8,41)
(10%,3%,16%)

RGB channels and saturation

R 25 of 255 = 10%
G 8 of 255 = 3%
B 41 of 255 = 16%

25
8
41

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

Portions of RGB colors in percentages

R + G + B =
25 + 8 + 41 = 74 (100%)
R 25 of 74 ~ 33.78%
G 8 of 74 ~ 10.81%
B 41 of 74 ~ 55.41%

%33.78
%10.81
%55.41

CMYK color model

#190829 color CMYK value is (39,80,0,84).

  • cyan value is 39.02%
  • magenta value is 80.49%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(39,80,0,84)
C39M80Y0K84 
(39%,80%,0%,84%)
(0.39/0.80/0.00/0.84)	

CMYK percentages

%39.02
%80.49
%0
%83.92

Codes

Color #190829 in popluar color models

190829
RGB25841
HSL271°67.35%9.61%
HSB/HSV271°80.49%16.08%
CMYK39.02%80.49%0.00%
83.92%

Color #190829 in popluar number systems.

HEX190829
Decimal25841
Binary110011000101001
Octal311051

Shades and tints

Shades of #190829

#190829
(25,8,41)
#170826
(23,8,38)
#150823
(21,8,35)
#130820
(19,8,32)
#11081D
(17,8,29)
#0F081A
(15,8,26)
#0D0817
(13,8,23)
#0B0814
(11,8,20)
#090811
(9,8,17)
#07080E
(7,8,14)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #190829

#190829
(25,8,41)
#2D1E3C
(45,30,60)
#41344F
(65,52,79)
#554A62
(85,74,98)
#696075
(105,96,117)
#7D7688
(125,118,136)
#918C9B
(145,140,155)
#A5A2AE
(165,162,174)
#B9B8C1
(185,184,193)
#CDCED4
(205,206,212)
#E1E4E7
(225,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #190829 color. Also use rgb(25,8,41) instead hex code.

Text Font Color

.myTextColor { color: #190829; }

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

This text font color is #190829.


Background Color

.myBgColor { background-color: #190829; }

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

This div background color is #190829.


Border color

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

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

This div border color is #190829.


Opacity

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

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

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

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

This text has shadow with #190829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #190829 on black background.


Color preview on white background

This text has color #190829 on white background.



Black color preview on #190829 background

This text has black color on #190829 background.


White color preview on #190829 background

This text has white color on #190829 background.