Shades of Blackcurrant #14032B
Tints of Blackcurrant #14032B
RGB
CMYK
RGB Variations
Color information
#14032B (or 0x14032B) is known color: Blackcurrant. HEX triplet: 14, 03 and 2B. RGB value is (20,3,43). Sum of RGB (Red+Green+Blue) = 20+3+43=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 43 (17.19% from 255 or 65.15% from 66); Max value from RGB is 43 - color contains mainly: blue. Hex color #14032B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14032B is #EBFCD4. Grayscale: #0C0C0C. Windows color (decimal): -15465685 or 2818836. OLE color: 2818836.
HSL color Cylindrical-coordinate representation of color #14032B: hue angle of 265.5º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14032B is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 3 | 43 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.83 |
| HSL | 265.5º | 0.87% | 0.09% | - |
| HSV(B) | 265.5º | 0.93% | 0.17% | - |
| XYZ | 0.76 | 0.39 | 2.32 | - |
| YUV | 12.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 43 | 0.53 | 0.93 | 0 | 0.83 | 265.5 | 0.87 | 0.09 |
| Hex | 14 | 3 | 2B | 35 | 5D | 0 | 53 | 10A | 57 | 9 |
| Octal | 24 | 3 | 53 | 65 | 135 | 0 | 123 | 412 | 127 | 11 |
| Binary | 10100 | 11 | 101011 | 110101 | 1011101 | 0 | 1010011 | 100001010 | 1010111 | 1001 |
Color Harmonies of #14032B
Complementary color
Monochromatic Colors of #14032B
Black with #14032B
Text Example
Text Example
White with #14032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14032B; }
p { color: rgb(20,3,43); }
H1.HeaderClassName
{
color: #14032B;
}
.AnyTagClassName
{
color: #14032B;
}
</style>
background-color css
<style>
a { background-color: #14032B; }
a { background-color: rgb(20,3,43); }
div.DivClassName
{
background-color: #14032B;
}
.BgClassName
{
background-color: #14032B;
}
</style>
border-color css
<style>
span { border-color: #14032B; }
span { border-color: rgb(20,3,43); }
td.TdClassName
{
border-color: #14032B;
}
.TagClassName
{
border-color: #14032B;
}
</style>