Shades of Black #140A03
Tints of Black #140A03
RGB
CMYK
RGB Variations
Color information
#140A03 (or 0x140A03) is known color: Black. HEX triplet: 14, 0A and 03. RGB value is (20,10,3). Sum of RGB (Red+Green+Blue) = 20+10+3=33 (4% of max value = 765). Red value is 20 (8.20% from 255 or 60.61% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 3 (1.56% from 255 or 9.09% from 33); Max value from RGB is 20 - color contains mainly: red. Hex color #140A03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A03 is #EBF5FC. Grayscale: #0C0C0C. Windows color (decimal): -15463933 or 199188. OLE color: 199188.
HSL color Cylindrical-coordinate representation of color #140A03: hue angle of 24.71º 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 #140A03 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 10 | 3 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.92 |
| HSL | 24.71º | 0.74% | 0.05% | - |
| HSV(B) | 24.71º | 0.85% | 0.08% | - |
| XYZ | 0.41 | 0.37 | 0.14 | - |
| YUV | 12.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 10 | 3 | 0 | 0.50 | 0.85 | 0.92 | 24.71 | 0.74 | 0.05 |
| Hex | 14 | A | 3 | 0 | 32 | 55 | 5C | 19 | 4A | 5 |
| Octal | 24 | 12 | 3 | 0 | 62 | 125 | 134 | 31 | 112 | 5 |
| Binary | 10100 | 1010 | 11 | 0 | 110010 | 1010101 | 1011100 | 11001 | 1001010 | 101 |
Color Harmonies of #140A03
Complementary color
Monochromatic Colors of #140A03
Black with #140A03
Text Example
Text Example
White with #140A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140A03; }
p { color: rgb(20,10,3); }
H1.HeaderClassName
{
color: #140A03;
}
.AnyTagClassName
{
color: #140A03;
}
</style>
background-color css
<style>
a { background-color: #140A03; }
a { background-color: rgb(20,10,3); }
div.DivClassName
{
background-color: #140A03;
}
.BgClassName
{
background-color: #140A03;
}
</style>
border-color css
<style>
span { border-color: #140A03; }
span { border-color: rgb(20,10,3); }
td.TdClassName
{
border-color: #140A03;
}
.TagClassName
{
border-color: #140A03;
}
</style>