COLOR #19242A

HEX: #19242A RGB: (25,36,42)

Color info

#19242A contains red, green and blue colors in about the same proportion. Web safe color of #19242A is #003333 (or #033).

RGB color model

#19242A color RGB value is (25,36,42).

RGB: (25,36,42) (10%, 14%, 16%)

RGB channels and saturation

R 25 of 255 = 10%
G 36 of 255 = 14%
B 42 of 255 = 16%

25
36
42

R + G + B ~ 13%. #19242A is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 36 + 42 = 103 (100%)
R 25 of 103 ~ 24.27%
G 36 of 103 ~ 34.95%
B 42 of 103 ~ 40.78'%

%24.27
%34.95
%40.78

CMYK color model

#19242A color CMYK value is (40,14,0,84).

  • cyan value is 40.48%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 83.53%

CMYK: (40,14,0,84)
C40M14Y0K84 (40%, 14%, 0%, 84%)
(0.40 / 0.14 / 0.00 / 0.84)

CMYK percentages

%40.48
%14.29
%0
%83.53

Codes

Color #19242A in popluar color models

19 24 2A
RGB 25 36 42
HSL 201° 25.37% 13.14%
HSB/HSV 201° 40.48% 16.47%
CMYK 40.48% 14.29% 0.00%
83.53%

Color #19242A in popluar number systems.

HEX 19 24 2A
Decimal 25 36 42
Binary 11001 100100 101010
Octal 31 44 52

Shades and tints

Shades of #19242A

#19242A
(25,36,42)
#172127
(23,33,39)
#151E24
(21,30,36)
#131B21
(19,27,33)
#11181E
(17,24,30)
#0F151B
(15,21,27)
#0D1218
(13,18,24)
#0B0F15
(11,15,21)
#090C12
(9,12,18)
#07090F
(7,9,15)
#05060C
(5,6,12)
#000000
(0,0,0)

Tints of #19242A

#19242A
(25,36,42)
#2D373D
(45,55,61)
#414A50
(65,74,80)
#555D63
(85,93,99)
#697076
(105,112,118)
#7D8389
(125,131,137)
#91969C
(145,150,156)
#A5A9AF
(165,169,175)
#B9BCC2
(185,188,194)
#CDCFD5
(205,207,213)
#E1E2E8
(225,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19242A color. Also use rgb(25,36,42) instead hex code.

Text Font Color

.myTextColor { color: #19242A; }

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

This text font color is #19242A.

Background Color

.myBgColor { background-color: #19242A; }

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

This div background color is #19242A.

Border color

.myBorderColor { border: 1px solid #19242A; }

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

This div border color is #19242A.

Opacity

.myOpacity80 { color: #19242A; opacity: 0.8; }

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

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

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

This text has shadow with #19242A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #19242A.

Preview

Color preview on black background

This text has color #19242A on black background.


Color preview on white background

This text has color #19242A on white background.


Black color preview on #19242A background

This text has black color on #19242A background.


White color preview on #19242A background

This text has white color on #19242A background.


Related colors

Complementary color

Complementary color for #19242A is #E6DBD5.


I love getcolorcode.com

Triadic colors

1 #2A1924 and #242A19 with #19242A are triadic colors.

2 #2A2419 and #24192A with #19242A are triadic colors.