Shades of Blackcurrant #14052B
Tints of Blackcurrant #14052B
RGB
CMYK
RGB Variations
Color information
#14052B (or 0x14052B) is known color: Blackcurrant. HEX triplet: 14, 05 and 2B. RGB value is (20,5,43). Sum of RGB (Red+Green+Blue) = 20+5+43=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 43 (17.19% from 255 or 63.24% from 68); Max value from RGB is 43 - color contains mainly: blue. Hex color #14052B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14052B is #EBFAD4. Grayscale: #0D0D0D. Windows color (decimal): -15465173 or 2819348. OLE color: 2819348.
HSL color Cylindrical-coordinate representation of color #14052B: hue angle of 263.68º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14052B is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 5 | 43 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.83 |
| HSL | 263.68º | 0.79% | 0.09% | - |
| HSV(B) | 263.68º | 0.88% | 0.17% | - |
| XYZ | 0.78 | 0.43 | 2.33 | - |
| YUV | 13.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 43 | 0.53 | 0.88 | 0 | 0.83 | 263.68 | 0.79 | 0.09 |
| Hex | 14 | 5 | 2B | 35 | 58 | 0 | 53 | 108 | 4F | 9 |
| Octal | 24 | 5 | 53 | 65 | 130 | 0 | 123 | 410 | 117 | 11 |
| Binary | 10100 | 101 | 101011 | 110101 | 1011000 | 0 | 1010011 | 100001000 | 1001111 | 1001 |
Color Harmonies of #14052B
Complementary color
Monochromatic Colors of #14052B
Black with #14052B
Text Example
Text Example
White with #14052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14052B; }
p { color: rgb(20,5,43); }
H1.HeaderClassName
{
color: #14052B;
}
.AnyTagClassName
{
color: #14052B;
}
</style>
background-color css
<style>
a { background-color: #14052B; }
a { background-color: rgb(20,5,43); }
div.DivClassName
{
background-color: #14052B;
}
.BgClassName
{
background-color: #14052B;
}
</style>
border-color css
<style>
span { border-color: #14052B; }
span { border-color: rgb(20,5,43); }
td.TdClassName
{
border-color: #14052B;
}
.TagClassName
{
border-color: #14052B;
}
</style>