Shades of Blackcurrant #14031F
Tints of Blackcurrant #14031F
RGB
CMYK
RGB Variations
Color information
#14031F (or 0x14031F) is known color: Blackcurrant. HEX triplet: 14, 03 and 1F. RGB value is (20,3,31). Sum of RGB (Red+Green+Blue) = 20+3+31=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #14031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14031F is #EBFCE0. Grayscale: #0B0B0B. Windows color (decimal): -15465697 or 2032404. OLE color: 2032404.
HSL color Cylindrical-coordinate representation of color #14031F: hue angle of 276.43º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14031F is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 3 | 31 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.88 |
| HSL | 276.43º | 0.82% | 0.07% | - |
| HSV(B) | 276.43º | 0.9% | 0.12% | - |
| XYZ | 0.57 | 0.31 | 1.33 | - |
| YUV | 11.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 31 | 0.35 | 0.90 | 0 | 0.88 | 276.43 | 0.82 | 0.07 |
| Hex | 14 | 3 | 1F | 23 | 5A | 0 | 58 | 114 | 52 | 7 |
| Octal | 24 | 3 | 37 | 43 | 132 | 0 | 130 | 424 | 122 | 7 |
| Binary | 10100 | 11 | 11111 | 100011 | 1011010 | 0 | 1011000 | 100010100 | 1010010 | 111 |
Color Harmonies of #14031F
Complementary color
Monochromatic Colors of #14031F
Black with #14031F
Text Example
Text Example
White with #14031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14031F; }
p { color: rgb(20,3,31); }
H1.HeaderClassName
{
color: #14031F;
}
.AnyTagClassName
{
color: #14031F;
}
</style>
background-color css
<style>
a { background-color: #14031F; }
a { background-color: rgb(20,3,31); }
div.DivClassName
{
background-color: #14031F;
}
.BgClassName
{
background-color: #14031F;
}
</style>
border-color css
<style>
span { border-color: #14031F; }
span { border-color: rgb(20,3,31); }
td.TdClassName
{
border-color: #14031F;
}
.TagClassName
{
border-color: #14031F;
}
</style>