Shades of Blackcurrant #140823
Tints of Blackcurrant #140823
RGB
CMYK
RGB Variations
Color information
#140823 (or 0x140823) is known color: Blackcurrant. HEX triplet: 14, 08 and 23. RGB value is (20,8,35). Sum of RGB (Red+Green+Blue) = 20+8+35=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 35 (14.06% from 255 or 55.56% from 63); Max value from RGB is 35 - color contains mainly: blue. Hex color #140823 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140823 is #EBF7DC. Grayscale: #0E0E0E. Windows color (decimal): -15464413 or 2295828. OLE color: 2295828.
HSL color Cylindrical-coordinate representation of color #140823: hue angle of 266.67º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #140823 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 8 | 35 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.86 |
| HSL | 266.67º | 0.63% | 0.08% | - |
| HSV(B) | 266.67º | 0.77% | 0.14% | - |
| XYZ | 0.68 | 0.44 | 1.64 | - |
| YUV | 14.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 35 | 0.43 | 0.77 | 0 | 0.86 | 266.67 | 0.63 | 0.08 |
| Hex | 14 | 8 | 23 | 2B | 4D | 0 | 56 | 10B | 3F | 8 |
| Octal | 24 | 10 | 43 | 53 | 115 | 0 | 126 | 413 | 77 | 10 |
| Binary | 10100 | 1000 | 100011 | 101011 | 1001101 | 0 | 1010110 | 100001011 | 111111 | 1000 |
Color Harmonies of #140823
Complementary color
Monochromatic Colors of #140823
Black with #140823
Text Example
Text Example
White with #140823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140823; }
p { color: rgb(20,8,35); }
H1.HeaderClassName
{
color: #140823;
}
.AnyTagClassName
{
color: #140823;
}
</style>
background-color css
<style>
a { background-color: #140823; }
a { background-color: rgb(20,8,35); }
div.DivClassName
{
background-color: #140823;
}
.BgClassName
{
background-color: #140823;
}
</style>
border-color css
<style>
span { border-color: #140823; }
span { border-color: rgb(20,8,35); }
td.TdClassName
{
border-color: #140823;
}
.TagClassName
{
border-color: #140823;
}
</style>