Shades of Black #140303
Tints of Black #140303
RGB
CMYK
RGB Variations
Color information
#140303 (or 0x140303) is known color: Black. HEX triplet: 14, 03 and 03. RGB value is (20,3,3). Sum of RGB (Red+Green+Blue) = 20+3+3=26 (3% of max value = 765). Red value is 20 (8.20% from 255 or 76.92% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 3 (1.56% from 255 or 11.54% from 26); Max value from RGB is 20 - color contains mainly: red. Hex color #140303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140303 is #EBFCFC. Grayscale: #080808. Windows color (decimal): -15465725 or 197396. OLE color: 197396.
HSL color Cylindrical-coordinate representation of color #140303: hue angle of 0º 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 #140303 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 3 | 3 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.92 |
| HSL | 0º | 0.74% | 0.05% | - |
| HSV(B) | 0º | 0.85% | 0.08% | - |
| XYZ | 0.34 | 0.22 | 0.11 | - |
| YUV | 8.08 | 125.13 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 3 | 0 | 0.85 | 0.85 | 0.92 | 0 | 0.74 | 0.05 |
| Hex | 14 | 3 | 3 | 0 | 55 | 55 | 5C | 0 | 4A | 5 |
| Octal | 24 | 3 | 3 | 0 | 125 | 125 | 134 | 0 | 112 | 5 |
| Binary | 10100 | 11 | 11 | 0 | 1010101 | 1010101 | 1011100 | 0 | 1001010 | 101 |
Color Harmonies of #140303
Complementary color
Monochromatic Colors of #140303
Black with #140303
Text Example
Text Example
White with #140303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140303; }
p { color: rgb(20,3,3); }
H1.HeaderClassName
{
color: #140303;
}
.AnyTagClassName
{
color: #140303;
}
</style>
background-color css
<style>
a { background-color: #140303; }
a { background-color: rgb(20,3,3); }
div.DivClassName
{
background-color: #140303;
}
.BgClassName
{
background-color: #140303;
}
</style>
border-color css
<style>
span { border-color: #140303; }
span { border-color: rgb(20,3,3); }
td.TdClassName
{
border-color: #140303;
}
.TagClassName
{
border-color: #140303;
}
</style>