Shades of Blackcurrant #140523
Tints of Blackcurrant #140523
RGB
CMYK
RGB Variations
Color information
#140523 (or 0x140523) is known color: Blackcurrant. HEX triplet: 14, 05 and 23. RGB value is (20,5,35). Sum of RGB (Red+Green+Blue) = 20+5+35=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 35 (14.06% from 255 or 58.33% from 60); Max value from RGB is 35 - color contains mainly: blue. Hex color #140523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140523 is #EBFADC. Grayscale: #0C0C0C. Windows color (decimal): -15465181 or 2295060. OLE color: 2295060.
HSL color Cylindrical-coordinate representation of color #140523: hue angle of 270º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #140523 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 5 | 35 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.86 |
| HSL | 270º | 0.75% | 0.08% | - |
| HSV(B) | 270º | 0.86% | 0.14% | - |
| XYZ | 0.65 | 0.38 | 1.63 | - |
| YUV | 12.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 35 | 0.43 | 0.86 | 0 | 0.86 | 270 | 0.75 | 0.08 |
| Hex | 14 | 5 | 23 | 2B | 56 | 0 | 56 | 10E | 4B | 8 |
| Octal | 24 | 5 | 43 | 53 | 126 | 0 | 126 | 416 | 113 | 10 |
| Binary | 10100 | 101 | 100011 | 101011 | 1010110 | 0 | 1010110 | 100001110 | 1001011 | 1000 |
Color Harmonies of #140523
Complementary color
Monochromatic Colors of #140523
Black with #140523
Text Example
Text Example
White with #140523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140523; }
p { color: rgb(20,5,35); }
H1.HeaderClassName
{
color: #140523;
}
.AnyTagClassName
{
color: #140523;
}
</style>
background-color css
<style>
a { background-color: #140523; }
a { background-color: rgb(20,5,35); }
div.DivClassName
{
background-color: #140523;
}
.BgClassName
{
background-color: #140523;
}
</style>
border-color css
<style>
span { border-color: #140523; }
span { border-color: rgb(20,5,35); }
td.TdClassName
{
border-color: #140523;
}
.TagClassName
{
border-color: #140523;
}
</style>