Shades of Black #140907
Tints of Black #140907
RGB
CMYK
RGB Variations
Color information
#140907 (or 0x140907) is known color: Black. HEX triplet: 14, 09 and 07. RGB value is (20,9,7). Sum of RGB (Red+Green+Blue) = 20+9+7=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 7 (3.12% from 255 or 19.44% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #140907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140907 is #EBF6F8. Grayscale: #0C0C0C. Windows color (decimal): -15464185 or 461076. OLE color: 461076.
HSL color Cylindrical-coordinate representation of color #140907: hue angle of 9.23º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #140907 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 9 | 7 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.92 |
| HSL | 9.23º | 0.48% | 0.05% | - |
| HSV(B) | 9.23º | 0.65% | 0.08% | - |
| XYZ | 0.42 | 0.36 | 0.25 | - |
| YUV | 12.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 7 | 0 | 0.55 | 0.65 | 0.92 | 9.23 | 0.48 | 0.05 |
| Hex | 14 | 9 | 7 | 0 | 37 | 41 | 5C | 9 | 30 | 5 |
| Octal | 24 | 11 | 7 | 0 | 67 | 101 | 134 | 11 | 60 | 5 |
| Binary | 10100 | 1001 | 111 | 0 | 110111 | 1000001 | 1011100 | 1001 | 110000 | 101 |
Color Harmonies of #140907
Complementary color
Monochromatic Colors of #140907
Black with #140907
Text Example
Text Example
White with #140907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140907; }
p { color: rgb(20,9,7); }
H1.HeaderClassName
{
color: #140907;
}
.AnyTagClassName
{
color: #140907;
}
</style>
background-color css
<style>
a { background-color: #140907; }
a { background-color: rgb(20,9,7); }
div.DivClassName
{
background-color: #140907;
}
.BgClassName
{
background-color: #140907;
}
</style>
border-color css
<style>
span { border-color: #140907; }
span { border-color: rgb(20,9,7); }
td.TdClassName
{
border-color: #140907;
}
.TagClassName
{
border-color: #140907;
}
</style>