Shades of Black #140B04
Tints of Black #140B04
RGB
CMYK
RGB Variations
Color information
#140B04 (or 0x140B04) is known color: Black. HEX triplet: 14, 0B and 04. RGB value is (20,11,4). Sum of RGB (Red+Green+Blue) = 20+11+4=35 (4% of max value = 765). Red value is 20 (8.20% from 255 or 57.14% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 20 - color contains mainly: red. Hex color #140B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B04 is #EBF4FB. Grayscale: #0C0C0C. Windows color (decimal): -15463676 or 264980. OLE color: 264980.
HSL color Cylindrical-coordinate representation of color #140B04: hue angle of 26.25º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #140B04 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 11 | 4 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.92 |
| HSL | 26.25º | 0.67% | 0.05% | - |
| HSV(B) | 26.25º | 0.8% | 0.08% | - |
| XYZ | 0.43 | 0.4 | 0.17 | - |
| YUV | 12.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 4 | 0 | 0.45 | 0.80 | 0.92 | 26.25 | 0.67 | 0.05 |
| Hex | 14 | B | 4 | 0 | 2D | 50 | 5C | 1A | 43 | 5 |
| Octal | 24 | 13 | 4 | 0 | 55 | 120 | 134 | 32 | 103 | 5 |
| Binary | 10100 | 1011 | 100 | 0 | 101101 | 1010000 | 1011100 | 11010 | 1000011 | 101 |
Color Harmonies of #140B04
Complementary color
Monochromatic Colors of #140B04
Black with #140B04
Text Example
Text Example
White with #140B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140B04; }
p { color: rgb(20,11,4); }
H1.HeaderClassName
{
color: #140B04;
}
.AnyTagClassName
{
color: #140B04;
}
</style>
background-color css
<style>
a { background-color: #140B04; }
a { background-color: rgb(20,11,4); }
div.DivClassName
{
background-color: #140B04;
}
.BgClassName
{
background-color: #140B04;
}
</style>
border-color css
<style>
span { border-color: #140B04; }
span { border-color: rgb(20,11,4); }
td.TdClassName
{
border-color: #140B04;
}
.TagClassName
{
border-color: #140B04;
}
</style>