Shades of Black #140D08
Tints of Black #140D08
RGB
CMYK
RGB Variations
Color information
#140D08 (or 0x140D08) is known color: Black. HEX triplet: 14, 0D and 08. RGB value is (20,13,8). Sum of RGB (Red+Green+Blue) = 20+13+8=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 13 (5.47% from 255 or 31.71% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #140D08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D08 is #EBF2F7. Grayscale: #0E0E0E. Windows color (decimal): -15463160 or 527636. OLE color: 527636.
HSL color Cylindrical-coordinate representation of color #140D08: hue angle of 25º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #140D08 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 13 | 8 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.92 |
| HSL | 25º | 0.43% | 0.05% | - |
| HSV(B) | 25º | 0.6% | 0.08% | - |
| XYZ | 0.48 | 0.45 | 0.29 | - |
| YUV | 14.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 8 | 0 | 0.35 | 0.60 | 0.92 | 25 | 0.43 | 0.05 |
| Hex | 14 | D | 8 | 0 | 23 | 3C | 5C | 19 | 2B | 5 |
| Octal | 24 | 15 | 10 | 0 | 43 | 74 | 134 | 31 | 53 | 5 |
| Binary | 10100 | 1101 | 1000 | 0 | 100011 | 111100 | 1011100 | 11001 | 101011 | 101 |
Color Harmonies of #140D08
Complementary color
Monochromatic Colors of #140D08
Black with #140D08
Text Example
Text Example
White with #140D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140D08; }
p { color: rgb(20,13,8); }
H1.HeaderClassName
{
color: #140D08;
}
.AnyTagClassName
{
color: #140D08;
}
</style>
background-color css
<style>
a { background-color: #140D08; }
a { background-color: rgb(20,13,8); }
div.DivClassName
{
background-color: #140D08;
}
.BgClassName
{
background-color: #140D08;
}
</style>
border-color css
<style>
span { border-color: #140D08; }
span { border-color: rgb(20,13,8); }
td.TdClassName
{
border-color: #140D08;
}
.TagClassName
{
border-color: #140D08;
}
</style>