Shades of Blackcurrant #140228
Tints of Blackcurrant #140228
RGB
CMYK
RGB Variations
Color information
#140228 (or 0x140228) is known color: Blackcurrant. HEX triplet: 14, 02 and 28. RGB value is (20,2,40). Sum of RGB (Red+Green+Blue) = 20+2+40=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 40 (16.02% from 255 or 64.52% from 62); Max value from RGB is 40 - color contains mainly: blue. Hex color #140228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140228 is #EBFDD7. Grayscale: #0B0B0B. Windows color (decimal): -15465944 or 2621972. OLE color: 2621972.
HSL color Cylindrical-coordinate representation of color #140228: hue angle of 268.42º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140228 is Cyan = 0.5, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 2 | 40 | - |
| CMYK | 0.5 | 0.95 | 0 | 0.84 |
| HSL | 268.42º | 0.9% | 0.08% | - |
| HSV(B) | 268.42º | 0.95% | 0.16% | - |
| XYZ | 0.69 | 0.35 | 2.04 | - |
| YUV | 11.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 40 | 0.5 | 0.95 | 0 | 0.84 | 268.42 | 0.9 | 0.08 |
| Hex | 14 | 2 | 28 | 32 | 5F | 0 | 54 | 10C | 5A | 8 |
| Octal | 24 | 2 | 50 | 62 | 137 | 0 | 124 | 414 | 132 | 10 |
| Binary | 10100 | 10 | 101000 | 110010 | 1011111 | 0 | 1010100 | 100001100 | 1011010 | 1000 |
Color Harmonies of #140228
Complementary color
Monochromatic Colors of #140228
Black with #140228
Text Example
Text Example
White with #140228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140228; }
p { color: rgb(20,2,40); }
H1.HeaderClassName
{
color: #140228;
}
.AnyTagClassName
{
color: #140228;
}
</style>
background-color css
<style>
a { background-color: #140228; }
a { background-color: rgb(20,2,40); }
div.DivClassName
{
background-color: #140228;
}
.BgClassName
{
background-color: #140228;
}
</style>
border-color css
<style>
span { border-color: #140228; }
span { border-color: rgb(20,2,40); }
td.TdClassName
{
border-color: #140228;
}
.TagClassName
{
border-color: #140228;
}
</style>