COLOR #190B03

HEX: #190B03
RGB: (25,11,3)

Color info

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

RGB color model

#190B03 color RGB value is (25,11,3).

  • red value is 25;
  • green value is 11;
  • blue value is 3.
RGB:
(25,11,3)
(10%,4%,1%)

RGB channels and saturation

R 25 of 255 = 10%
G 11 of 255 = 4%
B 3 of 255 = 1%

25
11
3

R + G + B ~ 5%. #190B03 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 11 + 3 = 39 (100%)
R 25 of 39 ~ 64.1%
G 11 of 39 ~ 28.21%
B 3 of 39 ~ 7.69%

%64.1
%28.21

CMYK color model

#190B03 color CMYK value is (0,56,88,90).

  • cyan value is 0.00%
  • magenta value is 56.00%
  • yellow value is 88.00%
  • key color value is 90.20%
CMYK:
(0,56,88,90)
C0M56Y88K90 
(0%,56%,88%,90%)
(0.00/0.56/0.88/0.90)	

CMYK percentages

%0
%56
%88
%90.2

Codes

Color #190B03 in popluar color models

190B03
RGB25113
HSL22°78.57%5.49%
HSB/HSV22°88.00%9.80%
CMYK0.00%56.00%88.00%
90.20%

Color #190B03 in popluar number systems.

HEX190B03
Decimal25113
Binary11001101111
Octal31133

Shades and tints

Shades of #190B03

#190B03
(25,11,3)
#170A03
(23,10,3)
#150903
(21,9,3)
#130803
(19,8,3)
#110703
(17,7,3)
#0F0603
(15,6,3)
#0D0503
(13,5,3)
#0B0403
(11,4,3)
#090303
(9,3,3)
#070203
(7,2,3)
#050103
(5,1,3)
#000000
(0,0,0)

Tints of #190B03

#190B03
(25,11,3)
#2D2119
(45,33,25)
#41372F
(65,55,47)
#554D45
(85,77,69)
#69635B
(105,99,91)
#7D7971
(125,121,113)
#918F87
(145,143,135)
#A5A59D
(165,165,157)
#B9BBB3
(185,187,179)
#CDD1C9
(205,209,201)
#E1E7DF
(225,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #190B03 color. Also use rgb(25,11,3) instead hex code.

Text Font Color

.myTextColor { color: #190B03; }

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

This text font color is #190B03.


Background Color

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

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

This div background color is #190B03.


Border color

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

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

This div border color is #190B03.


Opacity

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

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

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

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

This text has shadow with #190B03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #190B03 on black background.


Color preview on white background

This text has color #190B03 on white background.



Black color preview on #190B03 background

This text has black color on #190B03 background.


White color preview on #190B03 background

This text has white color on #190B03 background.