Shades of Blackcurrant #14012B
Tints of Blackcurrant #14012B
RGB
CMYK
RGB Variations
Color information
#14012B (or 0x14012B) is known color: Blackcurrant. HEX triplet: 14, 01 and 2B. RGB value is (20,1,43). Sum of RGB (Red+Green+Blue) = 20+1+43=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 43 (17.19% from 255 or 67.19% from 64); Max value from RGB is 43 - color contains mainly: blue. Hex color #14012B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14012B is #EBFED4. Grayscale: #0B0B0B. Windows color (decimal): -15466197 or 2818324. OLE color: 2818324.
HSL color Cylindrical-coordinate representation of color #14012B: hue angle of 267.14º degrees, saturation: 0.95, 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 #14012B is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 1 | 43 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.83 |
| HSL | 267.14º | 0.95% | 0.09% | - |
| HSV(B) | 267.14º | 0.98% | 0.17% | - |
| XYZ | 0.74 | 0.34 | 2.31 | - |
| YUV | 11.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 43 | 0.53 | 0.98 | 0 | 0.83 | 267.14 | 0.95 | 0.09 |
| Hex | 14 | 1 | 2B | 35 | 62 | 0 | 53 | 10B | 5F | 9 |
| Octal | 24 | 1 | 53 | 65 | 142 | 0 | 123 | 413 | 137 | 11 |
| Binary | 10100 | 1 | 101011 | 110101 | 1100010 | 0 | 1010011 | 100001011 | 1011111 | 1001 |
Color Harmonies of #14012B
Complementary color
Monochromatic Colors of #14012B
Black with #14012B
Text Example
Text Example
White with #14012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14012B; }
p { color: rgb(20,1,43); }
H1.HeaderClassName
{
color: #14012B;
}
.AnyTagClassName
{
color: #14012B;
}
</style>
background-color css
<style>
a { background-color: #14012B; }
a { background-color: rgb(20,1,43); }
div.DivClassName
{
background-color: #14012B;
}
.BgClassName
{
background-color: #14012B;
}
</style>
border-color css
<style>
span { border-color: #14012B; }
span { border-color: rgb(20,1,43); }
td.TdClassName
{
border-color: #14012B;
}
.TagClassName
{
border-color: #14012B;
}
</style>