Shades of Blackcurrant #140136
Tints of Blackcurrant #140136
RGB
CMYK
RGB Variations
Color information
#140136 (or 0x140136) is known color: Blackcurrant. HEX triplet: 14, 01 and 36. RGB value is (20,1,54). Sum of RGB (Red+Green+Blue) = 20+1+54=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 54 (21.48% from 255 or 72% from 75); Max value from RGB is 54 - color contains mainly: blue. Hex color #140136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140136 is #EBFEC9. Grayscale: #0C0C0C. Windows color (decimal): -15466186 or 3539220. OLE color: 3539220.
HSL color Cylindrical-coordinate representation of color #140136: hue angle of 261.51º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140136 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 1 | 54 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.79 |
| HSL | 261.51º | 0.96% | 0.11% | - |
| HSV(B) | 261.51º | 0.98% | 0.21% | - |
| XYZ | 0.97 | 0.44 | 3.52 | - |
| YUV | 12.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 54 | 0.63 | 0.98 | 0 | 0.79 | 261.51 | 0.96 | 0.11 |
| Hex | 14 | 1 | 36 | 3F | 62 | 0 | 4F | 106 | 60 | B |
| Octal | 24 | 1 | 66 | 77 | 142 | 0 | 117 | 406 | 140 | 13 |
| Binary | 10100 | 1 | 110110 | 111111 | 1100010 | 0 | 1001111 | 100000110 | 1100000 | 1011 |
Color Harmonies of #140136
Complementary color
Monochromatic Colors of #140136
Black with #140136
Text Example
Text Example
White with #140136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140136; }
p { color: rgb(20,1,54); }
H1.HeaderClassName
{
color: #140136;
}
.AnyTagClassName
{
color: #140136;
}
</style>
background-color css
<style>
a { background-color: #140136; }
a { background-color: rgb(20,1,54); }
div.DivClassName
{
background-color: #140136;
}
.BgClassName
{
background-color: #140136;
}
</style>
border-color css
<style>
span { border-color: #140136; }
span { border-color: rgb(20,1,54); }
td.TdClassName
{
border-color: #140136;
}
.TagClassName
{
border-color: #140136;
}
</style>