COLOR #1A1829

HEX: #1A1829
RGB: (26,24,41)

Color info

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

RGB color model

#1A1829 color RGB value is (26,24,41).

  • red value is 26;
  • green value is 24;
  • blue value is 41.
RGB:
(26,24,41)
(10%,9%,16%)

RGB channels and saturation

R 26 of 255 = 10%
G 24 of 255 = 9%
B 41 of 255 = 16%

26
24
41

R + G + B ~ 12%. #1A1829 is dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 24 + 41 = 91 (100%)
R 26 of 91 ~ 28.57%
G 24 of 91 ~ 26.37%
B 41 of 91 ~ 45.05%

%28.57
%26.37
%45.05

CMYK color model

#1A1829 color CMYK value is (37,41,0,84).

  • cyan value is 36.59%
  • magenta value is 41.46%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(37,41,0,84)
C37M41Y0K84 
(37%,41%,0%,84%)
(0.37/0.41/0.00/0.84)	

CMYK percentages

%36.59
%41.46
%0
%83.92

Codes

Color #1A1829 in popluar color models

1A1829
RGB262441
HSL247°26.15%12.75%
HSB/HSV247°41.46%16.08%
CMYK36.59%41.46%0.00%
83.92%

Color #1A1829 in popluar number systems.

HEX1A1829
Decimal262441
Binary1101011000101001
Octal323051

Shades and tints

Shades of #1A1829

#1A1829
(26,24,41)
#181626
(24,22,38)
#161423
(22,20,35)
#141220
(20,18,32)
#12101D
(18,16,29)
#100E1A
(16,14,26)
#0E0C17
(14,12,23)
#0C0A14
(12,10,20)
#0A0811
(10,8,17)
#08060E
(8,6,14)
#06040B
(6,4,11)
#000000
(0,0,0)

Tints of #1A1829

#1A1829
(26,24,41)
#2E2D3C
(46,45,60)
#42424F
(66,66,79)
#565762
(86,87,98)
#6A6C75
(106,108,117)
#7E8188
(126,129,136)
#92969B
(146,150,155)
#A6ABAE
(166,171,174)
#BAC0C1
(186,192,193)
#CED5D4
(206,213,212)
#E2EAE7
(226,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A1829 color. Also use rgb(26,24,41) instead hex code.

Text Font Color

.myTextColor { color: #1A1829; }

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

This text font color is #1A1829.


Background Color

.myBgColor { background-color: #1A1829; }

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

This div background color is #1A1829.


Border color

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

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

This div border color is #1A1829.


Opacity

.myOpacity80 { color: #1A1829; opacity: 0.8; }

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

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

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

This text has shadow with #1A1829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A1829 on black background.


Color preview on white background

This text has color #1A1829 on white background.



Black color preview on #1A1829 background

This text has black color on #1A1829 background.


White color preview on #1A1829 background

This text has white color on #1A1829 background.