Shades of Blackcurrant #140339
Tints of Blackcurrant #140339
RGB
CMYK
RGB Variations
Color information
#140339 (or 0x140339) is known color: Blackcurrant. HEX triplet: 14, 03 and 39. RGB value is (20,3,57). Sum of RGB (Red+Green+Blue) = 20+3+57=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 57 (22.66% from 255 or 71.25% from 80); Max value from RGB is 57 - color contains mainly: blue. Hex color #140339 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140339 is #EBFCC6. Grayscale: #0E0E0E. Windows color (decimal): -15465671 or 3736340. OLE color: 3736340.
HSL color Cylindrical-coordinate representation of color #140339: hue angle of 258.89º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140339 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 3 | 57 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.78 |
| HSL | 258.89º | 0.9% | 0.12% | - |
| HSV(B) | 258.89º | 0.95% | 0.22% | - |
| XYZ | 1.06 | 0.51 | 3.91 | - |
| YUV | 14.24 | 152.13 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 57 | 0.65 | 0.95 | 0 | 0.78 | 258.89 | 0.9 | 0.12 |
| Hex | 14 | 3 | 39 | 41 | 5F | 0 | 4E | 103 | 5A | C |
| Octal | 24 | 3 | 71 | 101 | 137 | 0 | 116 | 403 | 132 | 14 |
| Binary | 10100 | 11 | 111001 | 1000001 | 1011111 | 0 | 1001110 | 100000011 | 1011010 | 1100 |
Color Harmonies of #140339
Complementary color
Monochromatic Colors of #140339
Black with #140339
Text Example
Text Example
White with #140339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140339; }
p { color: rgb(20,3,57); }
H1.HeaderClassName
{
color: #140339;
}
.AnyTagClassName
{
color: #140339;
}
</style>
background-color css
<style>
a { background-color: #140339; }
a { background-color: rgb(20,3,57); }
div.DivClassName
{
background-color: #140339;
}
.BgClassName
{
background-color: #140339;
}
</style>
border-color css
<style>
span { border-color: #140339; }
span { border-color: rgb(20,3,57); }
td.TdClassName
{
border-color: #140339;
}
.TagClassName
{
border-color: #140339;
}
</style>