Shades of Black #140605
Tints of Black #140605
RGB
CMYK
RGB Variations
Color information
#140605 (or 0x140605) is known color: Black. HEX triplet: 14, 06 and 05. RGB value is (20,6,5). Sum of RGB (Red+Green+Blue) = 20+6+5=31 (4% of max value = 765). Red value is 20 (8.20% from 255 or 64.52% from 31); Green value is 6 (2.73% from 255 or 19.35% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 20 - color contains mainly: red. Hex color #140605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140605 is #EBF9FA. Grayscale: #0A0A0A. Windows color (decimal): -15464955 or 329236. OLE color: 329236.
HSL color Cylindrical-coordinate representation of color #140605: hue angle of 4º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #140605 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 6 | 5 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.92 |
| HSL | 4º | 0.6% | 0.05% | - |
| HSV(B) | 4º | 0.75% | 0.08% | - |
| XYZ | 0.38 | 0.29 | 0.18 | - |
| YUV | 10.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 5 | 0 | 0.70 | 0.75 | 0.92 | 4 | 0.6 | 0.05 |
| Hex | 14 | 6 | 5 | 0 | 46 | 4B | 5C | 4 | 3C | 5 |
| Octal | 24 | 6 | 5 | 0 | 106 | 113 | 134 | 4 | 74 | 5 |
| Binary | 10100 | 110 | 101 | 0 | 1000110 | 1001011 | 1011100 | 100 | 111100 | 101 |
Color Harmonies of #140605
Complementary color
Monochromatic Colors of #140605
Black with #140605
Text Example
Text Example
White with #140605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140605; }
p { color: rgb(20,6,5); }
H1.HeaderClassName
{
color: #140605;
}
.AnyTagClassName
{
color: #140605;
}
</style>
background-color css
<style>
a { background-color: #140605; }
a { background-color: rgb(20,6,5); }
div.DivClassName
{
background-color: #140605;
}
.BgClassName
{
background-color: #140605;
}
</style>
border-color css
<style>
span { border-color: #140605; }
span { border-color: rgb(20,6,5); }
td.TdClassName
{
border-color: #140605;
}
.TagClassName
{
border-color: #140605;
}
</style>