Shades of Blackcurrant #14051B
Tints of Blackcurrant #14051B
RGB
CMYK
RGB Variations
Color information
#14051B (or 0x14051B) is known color: Blackcurrant. HEX triplet: 14, 05 and 1B. RGB value is (20,5,27). Sum of RGB (Red+Green+Blue) = 20+5+27=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 27 (10.94% from 255 or 51.92% from 52); Max value from RGB is 27 - color contains mainly: blue. Hex color #14051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14051B is #EBFAE4. Grayscale: #0B0B0B. Windows color (decimal): -15465189 or 1770772. OLE color: 1770772.
HSL color Cylindrical-coordinate representation of color #14051B: hue angle of 280.91º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14051B is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 5 | 27 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.89 |
| HSL | 280.91º | 0.69% | 0.06% | - |
| HSV(B) | 280.91º | 0.81% | 0.11% | - |
| XYZ | 0.54 | 0.34 | 1.07 | - |
| YUV | 11.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 27 | 0.26 | 0.81 | 0 | 0.89 | 280.91 | 0.69 | 0.06 |
| Hex | 14 | 5 | 1B | 1A | 51 | 0 | 59 | 119 | 45 | 6 |
| Octal | 24 | 5 | 33 | 32 | 121 | 0 | 131 | 431 | 105 | 6 |
| Binary | 10100 | 101 | 11011 | 11010 | 1010001 | 0 | 1011001 | 100011001 | 1000101 | 110 |
Color Harmonies of #14051B
Complementary color
Monochromatic Colors of #14051B
Black with #14051B
Text Example
Text Example
White with #14051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14051B; }
p { color: rgb(20,5,27); }
H1.HeaderClassName
{
color: #14051B;
}
.AnyTagClassName
{
color: #14051B;
}
</style>
background-color css
<style>
a { background-color: #14051B; }
a { background-color: rgb(20,5,27); }
div.DivClassName
{
background-color: #14051B;
}
.BgClassName
{
background-color: #14051B;
}
</style>
border-color css
<style>
span { border-color: #14051B; }
span { border-color: rgb(20,5,27); }
td.TdClassName
{
border-color: #14051B;
}
.TagClassName
{
border-color: #14051B;
}
</style>