COLOR #00191C

HEX: #00191C
RGB: (0,25,28)

Color info

#00191C contains only green and blue colors. Web safe color of #00191C is #000033 (or #003).

RGB color model

#00191C color RGB value is (0,25,28).

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

RGB channels and saturation

R 0 of 255 = 0%
G 25 of 255 = 10%
B 28 of 255 = 11%

0
25
28

R + G + B ~ 7%. #00191C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 25 + 28 = 53 (100%)
R 0 of 53 ~ 0%
G 25 of 53 ~ 47.17%
B 28 of 53 ~ 52.83%

%47.17
%52.83

CMYK color model

#00191C color CMYK value is (100,11,0,89).

  • cyan value is 100.00%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(100,11,0,89)
C100M11Y0K89 
(100%,11%,0%,89%)
(1.00/0.11/0.00/0.89)	

CMYK percentages

%100
%10.71
%0
%89.02

Codes

Color #00191C in popluar color models

00191C
RGB02528
HSL186°100.00%5.49%
HSB/HSV186°100.00%10.98%
CMYK100.00%10.71%0.00%
89.02%

Color #00191C in popluar number systems.

HEX00191C
Decimal02528
Binary01100111100
Octal03134

Shades and tints

Shades of #00191C

#00191C
(0,25,28)
#00171A
(0,23,26)
#001518
(0,21,24)
#001316
(0,19,22)
#001114
(0,17,20)
#000F12
(0,15,18)
#000D10
(0,13,16)
#000B0E
(0,11,14)
#00090C
(0,9,12)
#00070A
(0,7,10)
#000508
(0,5,8)
#000000
(0,0,0)

Tints of #00191C

#00191C
(0,25,28)
#172D30
(23,45,48)
#2E4144
(46,65,68)
#455558
(69,85,88)
#5C696C
(92,105,108)
#737D80
(115,125,128)
#8A9194
(138,145,148)
#A1A5A8
(161,165,168)
#B8B9BC
(184,185,188)
#CFCDD0
(207,205,208)
#E6E1E4
(230,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00191C; }

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

This text font color is #00191C.


Background Color

.myBgColor { background-color: #00191C; }

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

This div background color is #00191C.


Border color

.myBorderColor { border: 1px solid #00191C; }

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

This div border color is #00191C.


Opacity

.myOpacity80 { color: #00191C; opacity: 0.8; }

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

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

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

This text has shadow with #00191C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00191C on black background.


Color preview on white background

This text has color #00191C on white background.



Black color preview on #00191C background

This text has black color on #00191C background.


White color preview on #00191C background

This text has white color on #00191C background.