HEX: #06190D
RGB: (6,25,13)
#06190D contains red, green and blue colors in about the same proportion. Web safe color of #06190D is #000000 (or #000).
#06190D color RGB value is (6,25,13).
RGB: (6,25,13)
(2%, 10%, 5%)
R 6 of 255 = 2%
G 25 of 255 = 10%
B 13 of 255 = 5%
R + G + B ~ 6%. #06190D is dark color.
R + G + B = 6 + 25 + 13 = 44 (100%)
R 6 of 44 ~ 13.64%
G 25 of 44 ~ 56.82%
B 13 of 44 ~ 29.55'%
#06190D color CMYK value is (76,0,48,90).
CMYK: (76,0,48,90)
C76M0Y48K90 (76%, 0%, 48%, 90%)
(0.76 / 0.00 / 0.48 / 0.90)
Color #06190D in popluar color models
06 | 19 | 0D | |
---|---|---|---|
RGB | 6 | 25 | 13 |
HSL | 142° | 61.29% | 6.08% |
HSB/HSV | 142° | 76.00% | 9.80% |
CMYK | 76.00% | 0.00% | 48.00% |
90.20% |
Color #06190D in popluar number systems.
HEX | 06 | 19 | 0D |
Decimal | 6 | 25 | 13 |
Binary | 110 | 11001 | 1101 |
Octal | 6 | 31 | 15 |
Shades of #06190D
Tints of #06190D
Examples of css and html codes for elements with #06190D color. Also use rgb(6,25,13) instead hex code.
.myTextColor { color: #06190D; }
<p style="color:#06190D">This sample text font color is #06190D.</p>
This text font color is #06190D.
.myBgColor { background-color: #06190D; }
<div style="background-color:#06190D">Inner text</div>
This div background color is #06190D.
.myBorderColor { border: 1px solid #06190D; }
<div style="border:3px solid #06190D">Div</div>
This div border color is #06190D.
.myOpacity80 { color: #06190D; opacity: 0.8; }
<p style="color:#06190D;opacity:0.8;">80%</p>
Text with #06190D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #06190D;}
<p style="text-shadow: 3px 3px 1px #06190D">Text here.</p>
This text has shadow with #06190D color.
.textShadow {text-shadow: 3px 3px 1px #06190D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #06190D, 5px 5px 20px red">Text here.</p>
This text has shadow with #06190D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06190D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#06190D, Direction=45, Strength=4)">Text</p>
This text has shadow with #06190D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06190D;
-webkit-box-shadow: 1px 1px 3px 2px #06190D;
box-shadow: 1px 1px 3px 2px #06190D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06190D; -webkit-box-shadow: 1px 1px 3px 2px #06190D; box-shadow:1px 1px 3px 2px #06190D;">
Div content here
</div>
This text has color #06190D on black background.
This text has color #06190D on white background.
This text has black color on #06190D background.
This text has white color on #06190D background.
Complementary color for #hex is #F9E6F2.