Shades of Black #140300
Tints of Black #140300
RGB
CMYK
RGB Variations
Color information
#140300 (or 0x140300) is known color: Black. HEX triplet: 14, 03 and 00. RGB value is (20,3,0). Sum of RGB (Red+Green+Blue) = 20+3+0=23 (3% of max value = 765). Red value is 20 (8.20% from 255 or 86.96% from 23); Green value is 3 (1.56% from 255 or 13.04% from 23); Blue value is 0 (0.39% from 255 or 0% from 23); Max value from RGB is 20 - color contains mainly: red. Hex color #140300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140300 is #EBFCFF. Grayscale: #070707. Windows color (decimal): -15465728 or 788. OLE color: 788.
HSL color Cylindrical-coordinate representation of color #140300: hue angle of 9º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140300 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 3 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.92 |
| HSL | 9º | 1% | 0.04% | - |
| HSV(B) | 9º | 1% | 0.08% | - |
| XYZ | 0.32 | 0.21 | 0.02 | - |
| YUV | 7.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 0 | 0 | 0.85 | 1 | 0.92 | 9 | 1 | 0.04 |
| Hex | 14 | 3 | 0 | 0 | 55 | 64 | 5C | 9 | 64 | 4 |
| Octal | 24 | 3 | 0 | 0 | 125 | 144 | 134 | 11 | 144 | 4 |
| Binary | 10100 | 11 | 0 | 0 | 1010101 | 1100100 | 1011100 | 1001 | 1100100 | 100 |
Color Harmonies of #140300
Complementary color
Monochromatic Colors of #140300
Black with #140300
Text Example
Text Example
White with #140300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140300; }
p { color: rgb(20,3,0); }
H1.HeaderClassName
{
color: #140300;
}
.AnyTagClassName
{
color: #140300;
}
</style>
background-color css
<style>
a { background-color: #140300; }
a { background-color: rgb(20,3,0); }
div.DivClassName
{
background-color: #140300;
}
.BgClassName
{
background-color: #140300;
}
</style>
border-color css
<style>
span { border-color: #140300; }
span { border-color: rgb(20,3,0); }
td.TdClassName
{
border-color: #140300;
}
.TagClassName
{
border-color: #140300;
}
</style>