COLOR #0A190C

HEX: #0A190C RGB: (10,25,12)

Color info

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

RGB color model

#0A190C color RGB value is (10,25,12).

RGB: (10,25,12) (4%, 10%, 5%)

RGB channels and saturation

R 10 of 255 = 4%
G 25 of 255 = 10%
B 12 of 255 = 5%

10
25
12

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

Portions of RGB colors in percentages

R + G + B = 10 + 25 + 12 = 47 (100%)
R 10 of 47 ~ 21.28%
G 25 of 47 ~ 53.19%
B 12 of 47 ~ 25.53'%

%21.28
%53.19
%25.53

CMYK color model

#0A190C color CMYK value is (60,0,52,90).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 90.20%

CMYK: (60,0,52,90)
C60M0Y52K90 (60%, 0%, 52%, 90%)
(0.60 / 0.00 / 0.52 / 0.90)

CMYK percentages

%60
%0
%52
%90.2

Codes

Color #0A190C in popluar color models

0A 19 0C
RGB 10 25 12
HSL 128° 42.86% 6.86%
HSB/HSV 128° 60.00% 9.80%
CMYK 60.00% 0.00% 52.00%
90.20%

Color #0A190C in popluar number systems.

HEX 0A 19 0C
Decimal 10 25 12
Binary 1010 11001 1100
Octal 12 31 14

Shades and tints

Shades of #0A190C

#0A190C
(10,25,12)
#0A170B
(10,23,11)
#0A150A
(10,21,10)
#0A1309
(10,19,9)
#0A1108
(10,17,8)
#0A0F07
(10,15,7)
#0A0D06
(10,13,6)
#0A0B05
(10,11,5)
#0A0904
(10,9,4)
#0A0703
(10,7,3)
#0A0502
(10,5,2)
#000000
(0,0,0)

Tints of #0A190C

#0A190C
(10,25,12)
#202D22
(32,45,34)
#364138
(54,65,56)
#4C554E
(76,85,78)
#626964
(98,105,100)
#787D7A
(120,125,122)
#8E9190
(142,145,144)
#A4A5A6
(164,165,166)
#BAB9BC
(186,185,188)
#D0CDD2
(208,205,210)
#E6E1E8
(230,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A190C; }

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

This text font color is #0A190C.

Background Color

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

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

This div background color is #0A190C.

Border color

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

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

This div border color is #0A190C.

Opacity

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

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

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

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

This text has shadow with #0A190C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A190C.

Preview

Color preview on black background

This text has color #0A190C on black background.


Color preview on white background

This text has color #0A190C on white background.


Black color preview on #0A190C background

This text has black color on #0A190C background.


White color preview on #0A190C background

This text has white color on #0A190C background.


Related colors

Complementary color

Complementary color for #hex is #F5E6F3.


I love getcolorcode.com

Triadic colors

1 #0C0A19 and #190C0A with #0A190C are triadic colors.

2 #0C190A and #190A0C with #0A190C are triadic colors.