Shades of Black #140C05
Tints of Black #140C05
RGB
CMYK
RGB Variations
Color information
#140C05 (or 0x140C05) is known color: Black. HEX triplet: 14, 0C and 05. RGB value is (20,12,5). Sum of RGB (Red+Green+Blue) = 20+12+5=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 12 (5.08% from 255 or 32.43% from 37); Blue value is 5 (2.34% from 255 or 13.51% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #140C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C05 is #EBF3FA. Grayscale: #0D0D0D. Windows color (decimal): -15463419 or 330772. OLE color: 330772.
HSL color Cylindrical-coordinate representation of color #140C05: hue angle of 28º 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 #140C05 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 12 | 5 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.92 |
| HSL | 28º | 0.6% | 0.05% | - |
| HSV(B) | 28º | 0.75% | 0.08% | - |
| XYZ | 0.45 | 0.42 | 0.2 | - |
| YUV | 13.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 5 | 0 | 0.40 | 0.75 | 0.92 | 28 | 0.6 | 0.05 |
| Hex | 14 | C | 5 | 0 | 28 | 4B | 5C | 1C | 3C | 5 |
| Octal | 24 | 14 | 5 | 0 | 50 | 113 | 134 | 34 | 74 | 5 |
| Binary | 10100 | 1100 | 101 | 0 | 101000 | 1001011 | 1011100 | 11100 | 111100 | 101 |
Color Harmonies of #140C05
Complementary color
Monochromatic Colors of #140C05
Black with #140C05
Text Example
Text Example
White with #140C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140C05; }
p { color: rgb(20,12,5); }
H1.HeaderClassName
{
color: #140C05;
}
.AnyTagClassName
{
color: #140C05;
}
</style>
background-color css
<style>
a { background-color: #140C05; }
a { background-color: rgb(20,12,5); }
div.DivClassName
{
background-color: #140C05;
}
.BgClassName
{
background-color: #140C05;
}
</style>
border-color css
<style>
span { border-color: #140C05; }
span { border-color: rgb(20,12,5); }
td.TdClassName
{
border-color: #140C05;
}
.TagClassName
{
border-color: #140C05;
}
</style>