Shades of Blackcurrant #141315
Tints of Blackcurrant #141315
RGB
CMYK
RGB Variations
Color information
#141315 (or 0x141315) is known color: Blackcurrant. HEX triplet: 14, 13 and 15. RGB value is (20,19,21). Sum of RGB (Red+Green+Blue) = 20+19+21=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 21 - color contains mainly: blue. Hex color #141315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141315 is #EBECEA. Grayscale: #131313. Windows color (decimal): -15461611 or 1381140. OLE color: 1381140.
HSL color Cylindrical-coordinate representation of color #141315: hue angle of 270º degrees, saturation: 0.05, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #141315 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
RGB | 20 | 19 | 21 | - |
CMYK | 0.05 | 0.10 | 0 | 0.92 |
HSL | 270º | 0.05% | 0.08% | - |
HSV(B) | 270º | 0.1% | 0.08% | - |
XYZ | 0.66 | 0.67 | 0.8 | - |
YUV | 19.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 20 | 19 | 21 | 0.05 | 0.10 | 0 | 0.92 | 270 | 0.05 | 0.08 |
Hex | 14 | 13 | 15 | 5 | A | 0 | 5C | 10E | 5 | 8 |
Octal | 24 | 23 | 25 | 5 | 12 | 0 | 134 | 416 | 5 | 10 |
Binary | 10100 | 10011 | 10101 | 101 | 1010 | 0 | 1011100 | 100001110 | 101 | 1000 |
Color Harmonies of #141315
Complementary color
Monochromatic Colors of #141315
Black with #141315
Text Example
Text Example
White with #141315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141315; }
p { color: rgb(20,19,21); }
H1.HeaderClassName
{
color: #141315;
}
.AnyTagClassName
{
color: #141315;
}
</style>
background-color css
<style>
a { background-color: #141315; }
a { background-color: rgb(20,19,21); }
div.DivClassName
{
background-color: #141315;
}
.BgClassName
{
background-color: #141315;
}
</style>
border-color css
<style>
span { border-color: #141315; }
span { border-color: rgb(20,19,21); }
td.TdClassName
{
border-color: #141315;
}
.TagClassName
{
border-color: #141315;
}
</style>