COLOR #190612

HEX: #190612 RGB: (25,6,18)

Color info

#190612 contains red, green and blue colors in about the same proportion. Web safe color of #190612 is #000000 (or #000).

RGB color model

#190612 color RGB value is (25,6,18).

RGB: (25,6,18) (10%, 2%, 7%)

RGB channels and saturation

R 25 of 255 = 10%
G 6 of 255 = 2%
B 18 of 255 = 7%

25
6
18

R + G + B ~ 6%. #190612 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 6 + 18 = 49 (100%)
R 25 of 49 ~ 51.02%
G 6 of 49 ~ 12.24%
B 18 of 49 ~ 36.73'%

%51.02
%12.24
%36.73

CMYK color model

#190612 color CMYK value is (0,76,28,90).

  • cyan value is 0.00%
  • magenta value is 76.00%
  • yellow value is 28.00%
  • key color value is 90.20%

CMYK: (0,76,28,90)
C0M76Y28K90 (0%, 76%, 28%, 90%)
(0.00 / 0.76 / 0.28 / 0.90)

CMYK percentages

%0
%76
%28
%90.2

Codes

Color #190612 in popluar color models

19 06 12
RGB 25 6 18
HSL 322° 61.29% 6.08%
HSB/HSV 322° 76.00% 9.80%
CMYK 0.00% 76.00% 28.00%
90.20%

Color #190612 in popluar number systems.

HEX 19 06 12
Decimal 25 6 18
Binary 11001 110 10010
Octal 31 6 22

Shades and tints

Shades of #190612

#190612
(25,6,18)
#170611
(23,6,17)
#150610
(21,6,16)
#13060F
(19,6,15)
#11060E
(17,6,14)
#0F060D
(15,6,13)
#0D060C
(13,6,12)
#0B060B
(11,6,11)
#09060A
(9,6,10)
#070609
(7,6,9)
#050608
(5,6,8)
#000000
(0,0,0)

Tints of #190612

#190612
(25,6,18)
#2D1C27
(45,28,39)
#41323C
(65,50,60)
#554851
(85,72,81)
#695E66
(105,94,102)
#7D747B
(125,116,123)
#918A90
(145,138,144)
#A5A0A5
(165,160,165)
#B9B6BA
(185,182,186)
#CDCCCF
(205,204,207)
#E1E2E4
(225,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #190612 color. Also use rgb(25,6,18) instead hex code.

Text Font Color

.myTextColor { color: #190612; }

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

This text font color is #190612.

Background Color

.myBgColor { background-color: #190612; }

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

This div background color is #190612.

Border color

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

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

This div border color is #190612.

Opacity

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

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

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

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

This text has shadow with #190612 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #190612.

Preview

Color preview on black background

This text has color #190612 on black background.


Color preview on white background

This text has color #190612 on white background.


Black color preview on #190612 background

This text has black color on #190612 background.


White color preview on #190612 background

This text has white color on #190612 background.


Related colors

Complementary color

Complementary color for #hex is #E6F9ED.


I love getcolorcode.com

Triadic colors

1 #121906 and #061219 with #190612 are triadic colors.

2 #120619 and #061912 with #190612 are triadic colors.