COLOR #193130

HEX: #193130 RGB: (25,49,48)

Color info

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

RGB color model

#193130 color RGB value is (25,49,48).

RGB: (25,49,48) (10%, 19%, 19%)

RGB channels and saturation

R 25 of 255 = 10%
G 49 of 255 = 19%
B 48 of 255 = 19%

25
49
48

R + G + B ~ 16%. #193130 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 49 + 48 = 122 (100%)
R 25 of 122 ~ 20.49%
G 49 of 122 ~ 40.16%
B 48 of 122 ~ 39.34'%

%20.49
%40.16
%39.34

CMYK color model

#193130 color CMYK value is (49,0,2,81).

  • cyan value is 48.98%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 80.78%

CMYK: (49,0,2,81)
C49M0Y2K81 (49%, 0%, 2%, 81%)
(0.49 / 0.00 / 0.02 / 0.81)

CMYK percentages

%48.98
%0
%2.04
%80.78

Codes

Color #193130 in popluar color models

19 31 30
RGB 25 49 48
HSL 178° 32.43% 14.51%
HSB/HSV 178° 48.98% 19.22%
CMYK 48.98% 0.00% 2.04%
80.78%

Color #193130 in popluar number systems.

HEX 19 31 30
Decimal 25 49 48
Binary 11001 110001 110000
Octal 31 61 60

Shades and tints

Shades of #193130

#193130
(25,49,48)
#172D2C
(23,45,44)
#152928
(21,41,40)
#132524
(19,37,36)
#112120
(17,33,32)
#0F1D1C
(15,29,28)
#0D1918
(13,25,24)
#0B1514
(11,21,20)
#091110
(9,17,16)
#070D0C
(7,13,12)
#050908
(5,9,8)
#000000
(0,0,0)

Tints of #193130

#193130
(25,49,48)
#2D4342
(45,67,66)
#415554
(65,85,84)
#556766
(85,103,102)
#697978
(105,121,120)
#7D8B8A
(125,139,138)
#919D9C
(145,157,156)
#A5AFAE
(165,175,174)
#B9C1C0
(185,193,192)
#CDD3D2
(205,211,210)
#E1E5E4
(225,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193130 color. Also use rgb(25,49,48) instead hex code.

Text Font Color

.myTextColor { color: #193130; }

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

This text font color is #193130.

Background Color

.myBgColor { background-color: #193130; }

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

This div background color is #193130.

Border color

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

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

This div border color is #193130.

Opacity

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

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

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

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

This text has shadow with #193130 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #193130.

Preview

Color preview on black background

This text has color #193130 on black background.


Color preview on white background

This text has color #193130 on white background.


Black color preview on #193130 background

This text has black color on #193130 background.


White color preview on #193130 background

This text has white color on #193130 background.


Related colors

Complementary color

Complementary color for #hex is #E6CECF.


I love getcolorcode.com

Triadic colors

1 #301931 and #313019 with #193130 are triadic colors.

2 #303119 and #311930 with #193130 are triadic colors.