Shades of Blackcurrant #14012C
Tints of Blackcurrant #14012C
RGB
CMYK
RGB Variations
Color information
#14012C (or 0x14012C) is known color: Blackcurrant. HEX triplet: 14, 01 and 2C. RGB value is (20,1,44). Sum of RGB (Red+Green+Blue) = 20+1+44=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 44 (17.58% from 255 or 67.69% from 65); Max value from RGB is 44 - color contains mainly: blue. Hex color #14012C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14012C is #EBFED3. Grayscale: #0B0B0B. Windows color (decimal): -15466196 or 2883860. OLE color: 2883860.
HSL color Cylindrical-coordinate representation of color #14012C: hue angle of 266.51º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14012C is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 1 | 44 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.83 |
| HSL | 266.51º | 0.96% | 0.09% | - |
| HSV(B) | 266.51º | 0.98% | 0.17% | - |
| XYZ | 0.75 | 0.35 | 2.41 | - |
| YUV | 11.58 | 146.29 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 44 | 0.55 | 0.98 | 0 | 0.83 | 266.51 | 0.96 | 0.09 |
| Hex | 14 | 1 | 2C | 37 | 62 | 0 | 53 | 10B | 60 | 9 |
| Octal | 24 | 1 | 54 | 67 | 142 | 0 | 123 | 413 | 140 | 11 |
| Binary | 10100 | 1 | 101100 | 110111 | 1100010 | 0 | 1010011 | 100001011 | 1100000 | 1001 |
Color Harmonies of #14012C
Complementary color
Monochromatic Colors of #14012C
Black with #14012C
Text Example
Text Example
White with #14012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14012C; }
p { color: rgb(20,1,44); }
H1.HeaderClassName
{
color: #14012C;
}
.AnyTagClassName
{
color: #14012C;
}
</style>
background-color css
<style>
a { background-color: #14012C; }
a { background-color: rgb(20,1,44); }
div.DivClassName
{
background-color: #14012C;
}
.BgClassName
{
background-color: #14012C;
}
</style>
border-color css
<style>
span { border-color: #14012C; }
span { border-color: rgb(20,1,44); }
td.TdClassName
{
border-color: #14012C;
}
.TagClassName
{
border-color: #14012C;
}
</style>