COLOR #0A191B

HEX: #0A191B
RGB: (10,25,27)

Color info

#0A191B contains red, green and blue colors in about the same proportion. Web safe color of #0A191B is #000033 (or #003).

RGB color model

#0A191B color RGB value is (10,25,27).

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

RGB channels and saturation

R 10 of 255 = 4%
G 25 of 255 = 10%
B 27 of 255 = 11%

10
25
27

R + G + B ~ 8%. #0A191B is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 25 + 27 = 62 (100%)
R 10 of 62 ~ 16.13%
G 25 of 62 ~ 40.32%
B 27 of 62 ~ 43.55%

%16.13
%40.32
%43.55

CMYK color model

#0A191B color CMYK value is (63,7,0,89).

  • cyan value is 62.96%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(63,7,0,89)
C63M7Y0K89 
(63%,7%,0%,89%)
(0.63/0.07/0.00/0.89)	

CMYK percentages

%62.96
%7.41
%0
%89.41

Codes

Color #0A191B in popluar color models

0A191B
RGB102527
HSL187°45.95%7.25%
HSB/HSV187°62.96%10.59%
CMYK62.96%7.41%0.00%
89.41%

Color #0A191B in popluar number systems.

HEX0A191B
Decimal102527
Binary10101100111011
Octal123133

Shades and tints

Shades of #0A191B

#0A191B
(10,25,27)
#0A1719
(10,23,25)
#0A1517
(10,21,23)
#0A1315
(10,19,21)
#0A1113
(10,17,19)
#0A0F11
(10,15,17)
#0A0D0F
(10,13,15)
#0A0B0D
(10,11,13)
#0A090B
(10,9,11)
#0A0709
(10,7,9)
#0A0507
(10,5,7)
#000000
(0,0,0)

Tints of #0A191B

#0A191B
(10,25,27)
#202D2F
(32,45,47)
#364143
(54,65,67)
#4C5557
(76,85,87)
#62696B
(98,105,107)
#787D7F
(120,125,127)
#8E9193
(142,145,147)
#A4A5A7
(164,165,167)
#BAB9BB
(186,185,187)
#D0CDCF
(208,205,207)
#E6E1E3
(230,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A191B; }

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

This text font color is #0A191B.


Background Color

.myBgColor { background-color: #0A191B; }

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

This div background color is #0A191B.


Border color

.myBorderColor { border: 1px solid #0A191B; }

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

This div border color is #0A191B.


Opacity

.myOpacity80 { color: #0A191B; opacity: 0.8; }

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

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

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

This text has shadow with #0A191B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A191B on black background.


Color preview on white background

This text has color #0A191B on white background.



Black color preview on #0A191B background

This text has black color on #0A191B background.


White color preview on #0A191B background

This text has white color on #0A191B background.