Shades of Black #140A06
Tints of Black #140A06
RGB
CMYK
RGB Variations
Color information
#140A06 (or 0x140A06) is known color: Black. HEX triplet: 14, 0A and 06. RGB value is (20,10,6). Sum of RGB (Red+Green+Blue) = 20+10+6=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #140A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A06 is #EBF5F9. Grayscale: #0C0C0C. Windows color (decimal): -15463930 or 395796. OLE color: 395796.
HSL color Cylindrical-coordinate representation of color #140A06: hue angle of 17.14º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #140A06 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 10 | 6 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.92 |
| HSL | 17.14º | 0.54% | 0.05% | - |
| HSV(B) | 17.14º | 0.7% | 0.08% | - |
| XYZ | 0.43 | 0.38 | 0.22 | - |
| YUV | 12.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 10 | 6 | 0 | 0.50 | 0.70 | 0.92 | 17.14 | 0.54 | 0.05 |
| Hex | 14 | A | 6 | 0 | 32 | 46 | 5C | 11 | 36 | 5 |
| Octal | 24 | 12 | 6 | 0 | 62 | 106 | 134 | 21 | 66 | 5 |
| Binary | 10100 | 1010 | 110 | 0 | 110010 | 1000110 | 1011100 | 10001 | 110110 | 101 |
Color Harmonies of #140A06
Complementary color
Monochromatic Colors of #140A06
Black with #140A06
Text Example
Text Example
White with #140A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140A06; }
p { color: rgb(20,10,6); }
H1.HeaderClassName
{
color: #140A06;
}
.AnyTagClassName
{
color: #140A06;
}
</style>
background-color css
<style>
a { background-color: #140A06; }
a { background-color: rgb(20,10,6); }
div.DivClassName
{
background-color: #140A06;
}
.BgClassName
{
background-color: #140A06;
}
</style>
border-color css
<style>
span { border-color: #140A06; }
span { border-color: rgb(20,10,6); }
td.TdClassName
{
border-color: #140A06;
}
.TagClassName
{
border-color: #140A06;
}
</style>