Shades of Blackcurrant #140226
Tints of Blackcurrant #140226
RGB
CMYK
RGB Variations
Color information
#140226 (or 0x140226) is known color: Blackcurrant. HEX triplet: 14, 02 and 26. RGB value is (20,2,38). Sum of RGB (Red+Green+Blue) = 20+2+38=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 38 (15.23% from 255 or 63.33% from 60); Max value from RGB is 38 - color contains mainly: blue. Hex color #140226 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140226 is #EBFDD9. Grayscale: #0B0B0B. Windows color (decimal): -15465946 or 2490900. OLE color: 2490900.
HSL color Cylindrical-coordinate representation of color #140226: hue angle of 270º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140226 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 2 | 38 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.85 |
| HSL | 270º | 0.9% | 0.08% | - |
| HSV(B) | 270º | 0.95% | 0.15% | - |
| XYZ | 0.66 | 0.33 | 1.86 | - |
| YUV | 11.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 38 | 0.47 | 0.95 | 0 | 0.85 | 270 | 0.9 | 0.08 |
| Hex | 14 | 2 | 26 | 2F | 5F | 0 | 55 | 10E | 5A | 8 |
| Octal | 24 | 2 | 46 | 57 | 137 | 0 | 125 | 416 | 132 | 10 |
| Binary | 10100 | 10 | 100110 | 101111 | 1011111 | 0 | 1010101 | 100001110 | 1011010 | 1000 |
Color Harmonies of #140226
Complementary color
Monochromatic Colors of #140226
Black with #140226
Text Example
Text Example
White with #140226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140226; }
p { color: rgb(20,2,38); }
H1.HeaderClassName
{
color: #140226;
}
.AnyTagClassName
{
color: #140226;
}
</style>
background-color css
<style>
a { background-color: #140226; }
a { background-color: rgb(20,2,38); }
div.DivClassName
{
background-color: #140226;
}
.BgClassName
{
background-color: #140226;
}
</style>
border-color css
<style>
span { border-color: #140226; }
span { border-color: rgb(20,2,38); }
td.TdClassName
{
border-color: #140226;
}
.TagClassName
{
border-color: #140226;
}
</style>