Shades of Black #140B06
Tints of Black #140B06
RGB
CMYK
RGB Variations
Color information
#140B06 (or 0x140B06) is known color: Black. HEX triplet: 14, 0B and 06. RGB value is (20,11,6). Sum of RGB (Red+Green+Blue) = 20+11+6=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 6 (2.73% from 255 or 16.22% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #140B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B06 is #EBF4F9. Grayscale: #0D0D0D. Windows color (decimal): -15463674 or 396052. OLE color: 396052.
HSL color Cylindrical-coordinate representation of color #140B06: hue angle of 21.43º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #140B06 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 11 | 6 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.92 |
| HSL | 21.43º | 0.54% | 0.05% | - |
| HSV(B) | 21.43º | 0.7% | 0.08% | - |
| XYZ | 0.44 | 0.4 | 0.23 | - |
| YUV | 13.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 6 | 0 | 0.45 | 0.70 | 0.92 | 21.43 | 0.54 | 0.05 |
| Hex | 14 | B | 6 | 0 | 2D | 46 | 5C | 15 | 36 | 5 |
| Octal | 24 | 13 | 6 | 0 | 55 | 106 | 134 | 25 | 66 | 5 |
| Binary | 10100 | 1011 | 110 | 0 | 101101 | 1000110 | 1011100 | 10101 | 110110 | 101 |
Color Harmonies of #140B06
Complementary color
Monochromatic Colors of #140B06
Black with #140B06
Text Example
Text Example
White with #140B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140B06; }
p { color: rgb(20,11,6); }
H1.HeaderClassName
{
color: #140B06;
}
.AnyTagClassName
{
color: #140B06;
}
</style>
background-color css
<style>
a { background-color: #140B06; }
a { background-color: rgb(20,11,6); }
div.DivClassName
{
background-color: #140B06;
}
.BgClassName
{
background-color: #140B06;
}
</style>
border-color css
<style>
span { border-color: #140B06; }
span { border-color: rgb(20,11,6); }
td.TdClassName
{
border-color: #140B06;
}
.TagClassName
{
border-color: #140B06;
}
</style>