Shades of Blackcurrant #14022F
Tints of Blackcurrant #14022F
RGB
CMYK
RGB Variations
Color information
#14022F (or 0x14022F) is known color: Blackcurrant. HEX triplet: 14, 02 and 2F. RGB value is (20,2,47). Sum of RGB (Red+Green+Blue) = 20+2+47=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 47 (18.75% from 255 or 68.12% from 69); Max value from RGB is 47 - color contains mainly: blue. Hex color #14022F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14022F is #EBFDD0. Grayscale: #0C0C0C. Windows color (decimal): -15465937 or 3080724. OLE color: 3080724.
HSL color Cylindrical-coordinate representation of color #14022F: hue angle of 264º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14022F is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 2 | 47 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.82 |
| HSL | 264º | 0.92% | 0.1% | - |
| HSV(B) | 264º | 0.96% | 0.18% | - |
| XYZ | 0.82 | 0.4 | 2.72 | - |
| YUV | 12.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 47 | 0.57 | 0.96 | 0 | 0.82 | 264 | 0.92 | 0.1 |
| Hex | 14 | 2 | 2F | 39 | 60 | 0 | 52 | 108 | 5C | A |
| Octal | 24 | 2 | 57 | 71 | 140 | 0 | 122 | 410 | 134 | 12 |
| Binary | 10100 | 10 | 101111 | 111001 | 1100000 | 0 | 1010010 | 100001000 | 1011100 | 1010 |
Color Harmonies of #14022F
Complementary color
Monochromatic Colors of #14022F
Black with #14022F
Text Example
Text Example
White with #14022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14022F; }
p { color: rgb(20,2,47); }
H1.HeaderClassName
{
color: #14022F;
}
.AnyTagClassName
{
color: #14022F;
}
</style>
background-color css
<style>
a { background-color: #14022F; }
a { background-color: rgb(20,2,47); }
div.DivClassName
{
background-color: #14022F;
}
.BgClassName
{
background-color: #14022F;
}
</style>
border-color css
<style>
span { border-color: #14022F; }
span { border-color: rgb(20,2,47); }
td.TdClassName
{
border-color: #14022F;
}
.TagClassName
{
border-color: #14022F;
}
</style>