Shades of Black #140D0D
Tints of Black #140D0D
RGB
CMYK
RGB Variations
Color information
#140D0D (or 0x140D0D) is known color: Black. HEX triplet: 14, 0D and 0D. RGB value is (20,13,13). Sum of RGB (Red+Green+Blue) = 20+13+13=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 20 - color contains mainly: red. Hex color #140D0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D0D is #EBF2F2. Grayscale: #0F0F0F. Windows color (decimal): -15463155 or 855316. OLE color: 855316.
HSL color Cylindrical-coordinate representation of color #140D0D: hue angle of 0º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #140D0D is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 13 | 13 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.92 |
| HSL | 0º | 0.21% | 0.06% | - |
| HSV(B) | 0º | 0.35% | 0.08% | - |
| XYZ | 0.51 | 0.47 | 0.44 | - |
| YUV | 15.09 | 126.82 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 13 | 0 | 0.35 | 0.35 | 0.92 | 0 | 0.21 | 0.06 |
| Hex | 14 | D | D | 0 | 23 | 23 | 5C | 0 | 15 | 6 |
| Octal | 24 | 15 | 15 | 0 | 43 | 43 | 134 | 0 | 25 | 6 |
| Binary | 10100 | 1101 | 1101 | 0 | 100011 | 100011 | 1011100 | 0 | 10101 | 110 |
Color Harmonies of #140D0D
Complementary color
Monochromatic Colors of #140D0D
Black with #140D0D
Text Example
Text Example
White with #140D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140D0D; }
p { color: rgb(20,13,13); }
H1.HeaderClassName
{
color: #140D0D;
}
.AnyTagClassName
{
color: #140D0D;
}
</style>
background-color css
<style>
a { background-color: #140D0D; }
a { background-color: rgb(20,13,13); }
div.DivClassName
{
background-color: #140D0D;
}
.BgClassName
{
background-color: #140D0D;
}
</style>
border-color css
<style>
span { border-color: #140D0D; }
span { border-color: rgb(20,13,13); }
td.TdClassName
{
border-color: #140D0D;
}
.TagClassName
{
border-color: #140D0D;
}
</style>