Shades of Blackcurrant #140323
Tints of Blackcurrant #140323
RGB
CMYK
RGB Variations
Color information
#140323 (or 0x140323) is known color: Blackcurrant. HEX triplet: 14, 03 and 23. RGB value is (20,3,35). Sum of RGB (Red+Green+Blue) = 20+3+35=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 35 (14.06% from 255 or 60.34% from 58); Max value from RGB is 35 - color contains mainly: blue. Hex color #140323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140323 is #EBFCDC. Grayscale: #0B0B0B. Windows color (decimal): -15465693 or 2294548. OLE color: 2294548.
HSL color Cylindrical-coordinate representation of color #140323: hue angle of 271.88º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140323 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 3 | 35 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.86 |
| HSL | 271.88º | 0.84% | 0.07% | - |
| HSV(B) | 271.88º | 0.91% | 0.14% | - |
| XYZ | 0.62 | 0.34 | 1.62 | - |
| YUV | 11.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 35 | 0.43 | 0.91 | 0 | 0.86 | 271.88 | 0.84 | 0.07 |
| Hex | 14 | 3 | 23 | 2B | 5B | 0 | 56 | 110 | 54 | 7 |
| Octal | 24 | 3 | 43 | 53 | 133 | 0 | 126 | 420 | 124 | 7 |
| Binary | 10100 | 11 | 100011 | 101011 | 1011011 | 0 | 1010110 | 100010000 | 1010100 | 111 |
Color Harmonies of #140323
Complementary color
Monochromatic Colors of #140323
Black with #140323
Text Example
Text Example
White with #140323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140323; }
p { color: rgb(20,3,35); }
H1.HeaderClassName
{
color: #140323;
}
.AnyTagClassName
{
color: #140323;
}
</style>
background-color css
<style>
a { background-color: #140323; }
a { background-color: rgb(20,3,35); }
div.DivClassName
{
background-color: #140323;
}
.BgClassName
{
background-color: #140323;
}
</style>
border-color css
<style>
span { border-color: #140323; }
span { border-color: rgb(20,3,35); }
td.TdClassName
{
border-color: #140323;
}
.TagClassName
{
border-color: #140323;
}
</style>