Shades of Black #140903
Tints of Black #140903
RGB
CMYK
RGB Variations
Color information
#140903 (or 0x140903) is known color: Black. HEX triplet: 14, 09 and 03. RGB value is (20,9,3). Sum of RGB (Red+Green+Blue) = 20+9+3=32 (4% of max value = 765). Red value is 20 (8.20% from 255 or 62.5% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 3 (1.56% from 255 or 9.38% from 32); Max value from RGB is 20 - color contains mainly: red. Hex color #140903 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140903 is #EBF6FC. Grayscale: #0B0B0B. Windows color (decimal): -15464189 or 198932. OLE color: 198932.
HSL color Cylindrical-coordinate representation of color #140903: hue angle of 21.18º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140903 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 9 | 3 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.92 |
| HSL | 21.18º | 0.74% | 0.05% | - |
| HSV(B) | 21.18º | 0.85% | 0.08% | - |
| XYZ | 0.4 | 0.35 | 0.13 | - |
| YUV | 11.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 3 | 0 | 0.55 | 0.85 | 0.92 | 21.18 | 0.74 | 0.05 |
| Hex | 14 | 9 | 3 | 0 | 37 | 55 | 5C | 15 | 4A | 5 |
| Octal | 24 | 11 | 3 | 0 | 67 | 125 | 134 | 25 | 112 | 5 |
| Binary | 10100 | 1001 | 11 | 0 | 110111 | 1010101 | 1011100 | 10101 | 1001010 | 101 |
Color Harmonies of #140903
Complementary color
Monochromatic Colors of #140903
Black with #140903
Text Example
Text Example
White with #140903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140903; }
p { color: rgb(20,9,3); }
H1.HeaderClassName
{
color: #140903;
}
.AnyTagClassName
{
color: #140903;
}
</style>
background-color css
<style>
a { background-color: #140903; }
a { background-color: rgb(20,9,3); }
div.DivClassName
{
background-color: #140903;
}
.BgClassName
{
background-color: #140903;
}
</style>
border-color css
<style>
span { border-color: #140903; }
span { border-color: rgb(20,9,3); }
td.TdClassName
{
border-color: #140903;
}
.TagClassName
{
border-color: #140903;
}
</style>