Shades of Blackcurrant #140917
Tints of Blackcurrant #140917
RGB
CMYK
RGB Variations
Color information
#140917 (or 0x140917) is known color: Blackcurrant. HEX triplet: 14, 09 and 17. RGB value is (20,9,23). Sum of RGB (Red+Green+Blue) = 20+9+23=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 23 - color contains mainly: blue. Hex color #140917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140917 is #EBF6E8. Grayscale: #0D0D0D. Windows color (decimal): -15464169 or 1509652. OLE color: 1509652.
HSL color Cylindrical-coordinate representation of color #140917: hue angle of 287.14º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #140917 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 9 | 23 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.91 |
| HSL | 287.14º | 0.44% | 0.06% | - |
| HSV(B) | 287.14º | 0.61% | 0.09% | - |
| XYZ | 0.54 | 0.41 | 0.86 | - |
| YUV | 13.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 23 | 0.13 | 0.61 | 0 | 0.91 | 287.14 | 0.44 | 0.06 |
| Hex | 14 | 9 | 17 | D | 3D | 0 | 5B | 11F | 2C | 6 |
| Octal | 24 | 11 | 27 | 15 | 75 | 0 | 133 | 437 | 54 | 6 |
| Binary | 10100 | 1001 | 10111 | 1101 | 111101 | 0 | 1011011 | 100011111 | 101100 | 110 |
Color Harmonies of #140917
Complementary color
Monochromatic Colors of #140917
Black with #140917
Text Example
Text Example
White with #140917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140917; }
p { color: rgb(20,9,23); }
H1.HeaderClassName
{
color: #140917;
}
.AnyTagClassName
{
color: #140917;
}
</style>
background-color css
<style>
a { background-color: #140917; }
a { background-color: rgb(20,9,23); }
div.DivClassName
{
background-color: #140917;
}
.BgClassName
{
background-color: #140917;
}
</style>
border-color css
<style>
span { border-color: #140917; }
span { border-color: rgb(20,9,23); }
td.TdClassName
{
border-color: #140917;
}
.TagClassName
{
border-color: #140917;
}
</style>