Shades of Black #140A02
Tints of Black #140A02
RGB
CMYK
RGB Variations
Color information
#140A02 (or 0x140A02) is known color: Black. HEX triplet: 14, 0A and 02. RGB value is (20,10,2). Sum of RGB (Red+Green+Blue) = 20+10+2=32 (4% of max value = 765). Red value is 20 (8.20% from 255 or 62.5% from 32); Green value is 10 (4.30% from 255 or 31.25% from 32); Blue value is 2 (1.17% from 255 or 6.25% from 32); Max value from RGB is 20 - color contains mainly: red. Hex color #140A02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A02 is #EBF5FD. Grayscale: #0C0C0C. Windows color (decimal): -15463934 or 133652. OLE color: 133652.
HSL color Cylindrical-coordinate representation of color #140A02: hue angle of 26.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140A02 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 10 | 2 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.92 |
| HSL | 26.67º | 0.82% | 0.04% | - |
| HSV(B) | 26.67º | 0.9% | 0.08% | - |
| XYZ | 0.41 | 0.37 | 0.11 | - |
| YUV | 12.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 10 | 2 | 0 | 0.50 | 0.90 | 0.92 | 26.67 | 0.82 | 0.04 |
| Hex | 14 | A | 2 | 0 | 32 | 5A | 5C | 1B | 52 | 4 |
| Octal | 24 | 12 | 2 | 0 | 62 | 132 | 134 | 33 | 122 | 4 |
| Binary | 10100 | 1010 | 10 | 0 | 110010 | 1011010 | 1011100 | 11011 | 1010010 | 100 |
Color Harmonies of #140A02
Complementary color
Monochromatic Colors of #140A02
Black with #140A02
Text Example
Text Example
White with #140A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140A02; }
p { color: rgb(20,10,2); }
H1.HeaderClassName
{
color: #140A02;
}
.AnyTagClassName
{
color: #140A02;
}
</style>
background-color css
<style>
a { background-color: #140A02; }
a { background-color: rgb(20,10,2); }
div.DivClassName
{
background-color: #140A02;
}
.BgClassName
{
background-color: #140A02;
}
</style>
border-color css
<style>
span { border-color: #140A02; }
span { border-color: rgb(20,10,2); }
td.TdClassName
{
border-color: #140A02;
}
.TagClassName
{
border-color: #140A02;
}
</style>