Shades of Black #140808
Tints of Black #140808
RGB
CMYK
RGB Variations
Color information
#140808 (or 0x140808) is known color: Black. HEX triplet: 14, 08 and 08. RGB value is (20,8,8). Sum of RGB (Red+Green+Blue) = 20+8+8=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 8 (3.52% from 255 or 22.22% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #140808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140808 is #EBF7F7. Grayscale: #0B0B0B. Windows color (decimal): -15464440 or 526356. OLE color: 526356.
HSL color Cylindrical-coordinate representation of color #140808: hue angle of 0º 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 #140808 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 8 | 8 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.92 |
| HSL | 0º | 0.43% | 0.05% | - |
| HSV(B) | 0º | 0.6% | 0.08% | - |
| XYZ | 0.42 | 0.34 | 0.27 | - |
| YUV | 11.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 8 | 0 | 0.60 | 0.60 | 0.92 | 0 | 0.43 | 0.05 |
| Hex | 14 | 8 | 8 | 0 | 3C | 3C | 5C | 0 | 2B | 5 |
| Octal | 24 | 10 | 10 | 0 | 74 | 74 | 134 | 0 | 53 | 5 |
| Binary | 10100 | 1000 | 1000 | 0 | 111100 | 111100 | 1011100 | 0 | 101011 | 101 |
Color Harmonies of #140808
Complementary color
Monochromatic Colors of #140808
Black with #140808
Text Example
Text Example
White with #140808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140808; }
p { color: rgb(20,8,8); }
H1.HeaderClassName
{
color: #140808;
}
.AnyTagClassName
{
color: #140808;
}
</style>
background-color css
<style>
a { background-color: #140808; }
a { background-color: rgb(20,8,8); }
div.DivClassName
{
background-color: #140808;
}
.BgClassName
{
background-color: #140808;
}
</style>
border-color css
<style>
span { border-color: #140808; }
span { border-color: rgb(20,8,8); }
td.TdClassName
{
border-color: #140808;
}
.TagClassName
{
border-color: #140808;
}
</style>