Shades of Blackcurrant #140533
Tints of Blackcurrant #140533
RGB
CMYK
RGB Variations
Color information
#140533 (or 0x140533) is known color: Blackcurrant. HEX triplet: 14, 05 and 33. RGB value is (20,5,51). Sum of RGB (Red+Green+Blue) = 20+5+51=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 51 (20.31% from 255 or 67.11% from 76); Max value from RGB is 51 - color contains mainly: blue. Hex color #140533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140533 is #EBFACC. Grayscale: #0E0E0E. Windows color (decimal): -15465165 or 3343636. OLE color: 3343636.
HSL color Cylindrical-coordinate representation of color #140533: hue angle of 259.57º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140533 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 20 | 5 | 51 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.8 |
| HSL | 259.57º | 0.82% | 0.11% | - |
| HSV(B) | 259.57º | 0.9% | 0.2% | - |
| XYZ | 0.94 | 0.5 | 3.18 | - |
| YUV | 14.73 | 148.47 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 51 | 0.61 | 0.90 | 0 | 0.8 | 259.57 | 0.82 | 0.11 |
| Hex | 14 | 5 | 33 | 3D | 5A | 0 | 50 | 104 | 52 | B |
| Octal | 24 | 5 | 63 | 75 | 132 | 0 | 120 | 404 | 122 | 13 |
| Binary | 10100 | 101 | 110011 | 111101 | 1011010 | 0 | 1010000 | 100000100 | 1010010 | 1011 |
Color Harmonies of #140533
Complementary color
Monochromatic Colors of #140533
Black with #140533
Text Example
Text Example
White with #140533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140533; }
p { color: rgb(20,5,51); }
H1.HeaderClassName
{
color: #140533;
}
.AnyTagClassName
{
color: #140533;
}
</style>
background-color css
<style>
a { background-color: #140533; }
a { background-color: rgb(20,5,51); }
div.DivClassName
{
background-color: #140533;
}
.BgClassName
{
background-color: #140533;
}
</style>
border-color css
<style>
span { border-color: #140533; }
span { border-color: rgb(20,5,51); }
td.TdClassName
{
border-color: #140533;
}
.TagClassName
{
border-color: #140533;
}
</style>