Shades of Blackcurrant #18021C
Tints of Blackcurrant #18021C
RGB
CMYK
RGB Variations
Color information
#18021C (or 0x18021C) is known color: Blackcurrant. HEX triplet: 18, 02 and 1C. RGB value is (24,2,28). Sum of RGB (Red+Green+Blue) = 24+2+28=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #18021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18021C is #E7FDE3. Grayscale: #0B0B0B. Windows color (decimal): -15203812 or 1835544. OLE color: 1835544.
HSL color Cylindrical-coordinate representation of color #18021C: hue angle of 290.77º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18021C is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 2 | 28 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.89 |
| HSL | 290.77º | 0.87% | 0.06% | - |
| HSV(B) | 290.77º | 0.93% | 0.11% | - |
| XYZ | 0.61 | 0.32 | 1.13 | - |
| YUV | 11.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 28 | 0.14 | 0.93 | 0 | 0.89 | 290.77 | 0.87 | 0.06 |
| Hex | 18 | 2 | 1C | E | 5D | 0 | 59 | 123 | 57 | 6 |
| Octal | 30 | 2 | 34 | 16 | 135 | 0 | 131 | 443 | 127 | 6 |
| Binary | 11000 | 10 | 11100 | 1110 | 1011101 | 0 | 1011001 | 100100011 | 1010111 | 110 |
Color Harmonies of #18021C
Complementary color
Monochromatic Colors of #18021C
Black with #18021C
Text Example
Text Example
White with #18021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18021C; }
p { color: rgb(24,2,28); }
H1.HeaderClassName
{
color: #18021C;
}
.AnyTagClassName
{
color: #18021C;
}
</style>
background-color css
<style>
a { background-color: #18021C; }
a { background-color: rgb(24,2,28); }
div.DivClassName
{
background-color: #18021C;
}
.BgClassName
{
background-color: #18021C;
}
</style>
border-color css
<style>
span { border-color: #18021C; }
span { border-color: rgb(24,2,28); }
td.TdClassName
{
border-color: #18021C;
}
.TagClassName
{
border-color: #18021C;
}
</style>