COLOR #190A15

HEX: #190A15
RGB: (25,10,21)

Color info

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

RGB color model

#190A15 color RGB value is (25,10,21).

  • red value is 25;
  • green value is 10;
  • blue value is 21.
RGB:
(25,10,21)
(10%,4%,8%)

RGB channels and saturation

R 25 of 255 = 10%
G 10 of 255 = 4%
B 21 of 255 = 8%

25
10
21

R + G + B ~ 7%. #190A15 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 10 + 21 = 56 (100%)
R 25 of 56 ~ 44.64%
G 10 of 56 ~ 17.86%
B 21 of 56 ~ 37.5%

%44.64
%17.86
%37.5

CMYK color model

#190A15 color CMYK value is (0,60,16,90).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 16.00%
  • key color value is 90.20%
CMYK:
(0,60,16,90)
C0M60Y16K90 
(0%,60%,16%,90%)
(0.00/0.60/0.16/0.90)	

CMYK percentages

%0
%60
%16
%90.2

Codes

Color #190A15 in popluar color models

190A15
RGB251021
HSL316°42.86%6.86%
HSB/HSV316°60.00%9.80%
CMYK0.00%60.00%16.00%
90.20%

Color #190A15 in popluar number systems.

HEX190A15
Decimal251021
Binary11001101010101
Octal311225

Shades and tints

Shades of #190A15

#190A15
(25,10,21)
#170A14
(23,10,20)
#150A13
(21,10,19)
#130A12
(19,10,18)
#110A11
(17,10,17)
#0F0A10
(15,10,16)
#0D0A0F
(13,10,15)
#0B0A0E
(11,10,14)
#090A0D
(9,10,13)
#070A0C
(7,10,12)
#050A0B
(5,10,11)
#000000
(0,0,0)

Tints of #190A15

#190A15
(25,10,21)
#2D202A
(45,32,42)
#41363F
(65,54,63)
#554C54
(85,76,84)
#696269
(105,98,105)
#7D787E
(125,120,126)
#918E93
(145,142,147)
#A5A4A8
(165,164,168)
#B9BABD
(185,186,189)
#CDD0D2
(205,208,210)
#E1E6E7
(225,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #190A15 color. Also use rgb(25,10,21) instead hex code.

Text Font Color

.myTextColor { color: #190A15; }

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

This text font color is #190A15.


Background Color

.myBgColor { background-color: #190A15; }

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

This div background color is #190A15.


Border color

.myBorderColor { border: 1px solid #190A15; }

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

This div border color is #190A15.


Opacity

.myOpacity80 { color: #190A15; opacity: 0.8; }

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

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

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

This text has shadow with #190A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #190A15 on black background.


Color preview on white background

This text has color #190A15 on white background.



Black color preview on #190A15 background

This text has black color on #190A15 background.


White color preview on #190A15 background

This text has white color on #190A15 background.