Shades of Black #140601
Tints of Black #140601
RGB
CMYK
RGB Variations
Color information
#140601 (or 0x140601) is known color: Black. HEX triplet: 14, 06 and 01. RGB value is (20,6,1). Sum of RGB (Red+Green+Blue) = 20+6+1=27 (3% of max value = 765). Red value is 20 (8.20% from 255 or 74.07% from 27); Green value is 6 (2.73% from 255 or 22.22% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 20 - color contains mainly: red. Hex color #140601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140601 is #EBF9FE. Grayscale: #090909. Windows color (decimal): -15464959 or 67092. OLE color: 67092.
HSL color Cylindrical-coordinate representation of color #140601: hue angle of 15.79º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140601 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 6 | 1 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.92 |
| HSL | 15.79º | 0.9% | 0.04% | - |
| HSV(B) | 15.79º | 0.95% | 0.08% | - |
| XYZ | 0.36 | 0.28 | 0.06 | - |
| YUV | 9.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 1 | 0 | 0.70 | 0.95 | 0.92 | 15.79 | 0.9 | 0.04 |
| Hex | 14 | 6 | 1 | 0 | 46 | 5F | 5C | 10 | 5A | 4 |
| Octal | 24 | 6 | 1 | 0 | 106 | 137 | 134 | 20 | 132 | 4 |
| Binary | 10100 | 110 | 1 | 0 | 1000110 | 1011111 | 1011100 | 10000 | 1011010 | 100 |
Color Harmonies of #140601
Complementary color
Monochromatic Colors of #140601
Black with #140601
Text Example
Text Example
White with #140601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140601; }
p { color: rgb(20,6,1); }
H1.HeaderClassName
{
color: #140601;
}
.AnyTagClassName
{
color: #140601;
}
</style>
background-color css
<style>
a { background-color: #140601; }
a { background-color: rgb(20,6,1); }
div.DivClassName
{
background-color: #140601;
}
.BgClassName
{
background-color: #140601;
}
</style>
border-color css
<style>
span { border-color: #140601; }
span { border-color: rgb(20,6,1); }
td.TdClassName
{
border-color: #140601;
}
.TagClassName
{
border-color: #140601;
}
</style>