COLOR #180019

HEX: #180019
RGB: (24,0,25)

Color info

#180019 contains only red and blue colors. Web safe color of #180019 is #000000 (or #000).

RGB color model

#180019 color RGB value is (24,0,25).

  • red value is 24;
  • green value is 0;
  • blue value is 25.
RGB:
(24,0,25)
(9%,0%,10%)

RGB channels and saturation

R 24 of 255 = 9%
G 0 of 255 = 0%
B 25 of 255 = 10%

24
0
25

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

Portions of RGB colors in percentages

R + G + B =
24 + 0 + 25 = 49 (100%)
R 24 of 49 ~ 48.98%
G 0 of 49 ~ 0%
B 25 of 49 ~ 51.02%

%48.98
%51.02

CMYK color model

#180019 color CMYK value is (4,100,0,90).

  • cyan value is 4.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(4,100,0,90)
C4M100Y0K90 
(4%,100%,0%,90%)
(0.04/1.00/0.00/0.90)	

CMYK percentages

%4
%100
%0
%90.2

Codes

Color #180019 in popluar color models

180019
RGB24025
HSL298°100.00%4.90%
HSB/HSV298°100.00%9.80%
CMYK4.00%100.00%0.00%
90.20%

Color #180019 in popluar number systems.

HEX180019
Decimal24025
Binary11000011001
Octal30031

Shades and tints

Shades of #180019

#180019
(24,0,25)
#160017
(22,0,23)
#140015
(20,0,21)
#120013
(18,0,19)
#100011
(16,0,17)
#0E000F
(14,0,15)
#0C000D
(12,0,13)
#0A000B
(10,0,11)
#080009
(8,0,9)
#060007
(6,0,7)
#040005
(4,0,5)
#000000
(0,0,0)

Tints of #180019

#180019
(24,0,25)
#2D172D
(45,23,45)
#422E41
(66,46,65)
#574555
(87,69,85)
#6C5C69
(108,92,105)
#81737D
(129,115,125)
#968A91
(150,138,145)
#ABA1A5
(171,161,165)
#C0B8B9
(192,184,185)
#D5CFCD
(213,207,205)
#EAE6E1
(234,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #180019 color. Also use rgb(24,0,25) instead hex code.

Text Font Color

.myTextColor { color: #180019; }

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

This text font color is #180019.


Background Color

.myBgColor { background-color: #180019; }

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

This div background color is #180019.


Border color

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

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

This div border color is #180019.


Opacity

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

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

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

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

This text has shadow with #180019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180019 on black background.


Color preview on white background

This text has color #180019 on white background.



Black color preview on #180019 background

This text has black color on #180019 background.


White color preview on #180019 background

This text has white color on #180019 background.