Shades of Black #140B09
Tints of Black #140B09
RGB
CMYK
RGB Variations
Color information
#140B09 (or 0x140B09) is known color: Black. HEX triplet: 14, 0B and 09. RGB value is (20,11,9). Sum of RGB (Red+Green+Blue) = 20+11+9=40 (5% of max value = 765). Red value is 20 (8.20% from 255 or 50% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 20 - color contains mainly: red. Hex color #140B09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B09 is #EBF4F6. Grayscale: #0D0D0D. Windows color (decimal): -15463671 or 592660. OLE color: 592660.
HSL color Cylindrical-coordinate representation of color #140B09: hue angle of 10.91º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #140B09 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 11 | 9 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.92 |
| HSL | 10.91º | 0.38% | 0.06% | - |
| HSV(B) | 10.91º | 0.55% | 0.08% | - |
| XYZ | 0.46 | 0.41 | 0.31 | - |
| YUV | 13.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 9 | 0 | 0.45 | 0.55 | 0.92 | 10.91 | 0.38 | 0.06 |
| Hex | 14 | B | 9 | 0 | 2D | 37 | 5C | B | 26 | 6 |
| Octal | 24 | 13 | 11 | 0 | 55 | 67 | 134 | 13 | 46 | 6 |
| Binary | 10100 | 1011 | 1001 | 0 | 101101 | 110111 | 1011100 | 1011 | 100110 | 110 |
Color Harmonies of #140B09
Complementary color
Monochromatic Colors of #140B09
Black with #140B09
Text Example
Text Example
White with #140B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140B09; }
p { color: rgb(20,11,9); }
H1.HeaderClassName
{
color: #140B09;
}
.AnyTagClassName
{
color: #140B09;
}
</style>
background-color css
<style>
a { background-color: #140B09; }
a { background-color: rgb(20,11,9); }
div.DivClassName
{
background-color: #140B09;
}
.BgClassName
{
background-color: #140B09;
}
</style>
border-color css
<style>
span { border-color: #140B09; }
span { border-color: rgb(20,11,9); }
td.TdClassName
{
border-color: #140B09;
}
.TagClassName
{
border-color: #140B09;
}
</style>