Shades of Blackcurrant #140F15
Tints of Blackcurrant #140F15
RGB
CMYK
RGB Variations
Color information
#140F15 (or 0x140F15) is known color: Blackcurrant. HEX triplet: 14, 0F and 15. RGB value is (20,15,21). Sum of RGB (Red+Green+Blue) = 20+15+21=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 21 - color contains mainly: blue. Hex color #140F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F15 is #EBF0EA. Grayscale: #111111. Windows color (decimal): -15462635 or 1380116. OLE color: 1380116.
HSL color Cylindrical-coordinate representation of color #140F15: hue angle of 290º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #140F15 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 15 | 21 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.92 |
| HSL | 290º | 0.17% | 0.07% | - |
| HSV(B) | 290º | 0.29% | 0.08% | - |
| XYZ | 0.59 | 0.54 | 0.78 | - |
| YUV | 17.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 21 | 0.05 | 0.29 | 0 | 0.92 | 290 | 0.17 | 0.07 |
| Hex | 14 | F | 15 | 5 | 1D | 0 | 5C | 122 | 11 | 7 |
| Octal | 24 | 17 | 25 | 5 | 35 | 0 | 134 | 442 | 21 | 7 |
| Binary | 10100 | 1111 | 10101 | 101 | 11101 | 0 | 1011100 | 100100010 | 10001 | 111 |
Color Harmonies of #140F15
Complementary color
Monochromatic Colors of #140F15
Black with #140F15
Text Example
Text Example
White with #140F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F15; }
p { color: rgb(20,15,21); }
H1.HeaderClassName
{
color: #140F15;
}
.AnyTagClassName
{
color: #140F15;
}
</style>
background-color css
<style>
a { background-color: #140F15; }
a { background-color: rgb(20,15,21); }
div.DivClassName
{
background-color: #140F15;
}
.BgClassName
{
background-color: #140F15;
}
</style>
border-color css
<style>
span { border-color: #140F15; }
span { border-color: rgb(20,15,21); }
td.TdClassName
{
border-color: #140F15;
}
.TagClassName
{
border-color: #140F15;
}
</style>