Shades of Blackcurrant #14013D
Tints of Blackcurrant #14013D
RGB
CMYK
RGB Variations
Color information
#14013D (or 0x14013D) is known color: Blackcurrant. HEX triplet: 14, 01 and 3D. RGB value is (20,1,61). Sum of RGB (Red+Green+Blue) = 20+1+61=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 61 (24.22% from 255 or 74.39% from 82); Max value from RGB is 61 - color contains mainly: blue. Hex color #14013D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14013D is #EBFEC2. Grayscale: #0D0D0D. Windows color (decimal): -15466179 or 3997972. OLE color: 3997972.
HSL color Cylindrical-coordinate representation of color #14013D: hue angle of 259º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14013D is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 1 | 61 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.76 |
| HSL | 259º | 0.97% | 0.12% | - |
| HSV(B) | 259º | 0.98% | 0.24% | - |
| XYZ | 1.14 | 0.51 | 4.45 | - |
| YUV | 13.52 | 154.79 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 61 | 0.67 | 0.98 | 0 | 0.76 | 259 | 0.97 | 0.12 |
| Hex | 14 | 1 | 3D | 43 | 62 | 0 | 4C | 103 | 61 | C |
| Octal | 24 | 1 | 75 | 103 | 142 | 0 | 114 | 403 | 141 | 14 |
| Binary | 10100 | 1 | 111101 | 1000011 | 1100010 | 0 | 1001100 | 100000011 | 1100001 | 1100 |
Color Harmonies of #14013D
Complementary color
Monochromatic Colors of #14013D
Black with #14013D
Text Example
Text Example
White with #14013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14013D; }
p { color: rgb(20,1,61); }
H1.HeaderClassName
{
color: #14013D;
}
.AnyTagClassName
{
color: #14013D;
}
</style>
background-color css
<style>
a { background-color: #14013D; }
a { background-color: rgb(20,1,61); }
div.DivClassName
{
background-color: #14013D;
}
.BgClassName
{
background-color: #14013D;
}
</style>
border-color css
<style>
span { border-color: #14013D; }
span { border-color: rgb(20,1,61); }
td.TdClassName
{
border-color: #14013D;
}
.TagClassName
{
border-color: #14013D;
}
</style>