Shades of Blackcurrant #180020
Tints of Blackcurrant #180020
RGB
CMYK
RGB Variations
Color information
#180020 (or 0x180020) is known color: Blackcurrant. HEX triplet: 18, 00 and 20. RGB value is (24,0,32). Sum of RGB (Red+Green+Blue) = 24+0+32=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 32 (12.89% from 255 or 57.14% from 56); Max value from RGB is 32 - color contains mainly: blue. Hex color #180020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180020 is #E7FFDF. Grayscale: #0A0A0A. Windows color (decimal): -15204320 or 2097176. OLE color: 2097176.
HSL color Cylindrical-coordinate representation of color #180020: hue angle of 285º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180020 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 0 | 32 | - |
| CMYK | 0.25 | 1 | 0 | 0.87 |
| HSL | 285º | 1% | 0.06% | - |
| HSV(B) | 285º | 1% | 0.13% | - |
| XYZ | 0.64 | 0.3 | 1.39 | - |
| YUV | 10.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 32 | 0.25 | 1 | 0 | 0.87 | 285 | 1 | 0.06 |
| Hex | 18 | 0 | 20 | 19 | 64 | 0 | 57 | 11D | 64 | 6 |
| Octal | 30 | 0 | 40 | 31 | 144 | 0 | 127 | 435 | 144 | 6 |
| Binary | 11000 | 0 | 100000 | 11001 | 1100100 | 0 | 1010111 | 100011101 | 1100100 | 110 |
Color Harmonies of #180020
Complementary color
Monochromatic Colors of #180020
Black with #180020
Text Example
Text Example
White with #180020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180020; }
p { color: rgb(24,0,32); }
H1.HeaderClassName
{
color: #180020;
}
.AnyTagClassName
{
color: #180020;
}
</style>
background-color css
<style>
a { background-color: #180020; }
a { background-color: rgb(24,0,32); }
div.DivClassName
{
background-color: #180020;
}
.BgClassName
{
background-color: #180020;
}
</style>
border-color css
<style>
span { border-color: #180020; }
span { border-color: rgb(24,0,32); }
td.TdClassName
{
border-color: #180020;
}
.TagClassName
{
border-color: #180020;
}
</style>