Shades of Black #140A05
Tints of Black #140A05
RGB
CMYK
RGB Variations
Color information
#140A05 (or 0x140A05) is known color: Black. HEX triplet: 14, 0A and 05. RGB value is (20,10,5). Sum of RGB (Red+Green+Blue) = 20+10+5=35 (4% of max value = 765). Red value is 20 (8.20% from 255 or 57.14% from 35); Green value is 10 (4.30% from 255 or 28.57% from 35); Blue value is 5 (2.34% from 255 or 14.29% from 35); Max value from RGB is 20 - color contains mainly: red. Hex color #140A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A05 is #EBF5FA. Grayscale: #0C0C0C. Windows color (decimal): -15463931 or 330260. OLE color: 330260.
HSL color Cylindrical-coordinate representation of color #140A05: hue angle of 20º 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 #140A05 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 10 | 5 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.92 |
| HSL | 20º | 0.6% | 0.05% | - |
| HSV(B) | 20º | 0.75% | 0.08% | - |
| XYZ | 0.42 | 0.38 | 0.19 | - |
| YUV | 12.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 10 | 5 | 0 | 0.50 | 0.75 | 0.92 | 20 | 0.6 | 0.05 |
| Hex | 14 | A | 5 | 0 | 32 | 4B | 5C | 14 | 3C | 5 |
| Octal | 24 | 12 | 5 | 0 | 62 | 113 | 134 | 24 | 74 | 5 |
| Binary | 10100 | 1010 | 101 | 0 | 110010 | 1001011 | 1011100 | 10100 | 111100 | 101 |
Color Harmonies of #140A05
Complementary color
Monochromatic Colors of #140A05
Black with #140A05
Text Example
Text Example
White with #140A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140A05; }
p { color: rgb(20,10,5); }
H1.HeaderClassName
{
color: #140A05;
}
.AnyTagClassName
{
color: #140A05;
}
</style>
background-color css
<style>
a { background-color: #140A05; }
a { background-color: rgb(20,10,5); }
div.DivClassName
{
background-color: #140A05;
}
.BgClassName
{
background-color: #140A05;
}
</style>
border-color css
<style>
span { border-color: #140A05; }
span { border-color: rgb(20,10,5); }
td.TdClassName
{
border-color: #140A05;
}
.TagClassName
{
border-color: #140A05;
}
</style>