Shades of Blackcurrant #1C1820
Tints of Blackcurrant #1C1820
RGB
CMYK
RGB Variations
Color information
#1C1820 (or 0x1C1820) is known color: Blackcurrant. HEX triplet: 1C, 18 and 20. RGB value is (28,24,32). Sum of RGB (Red+Green+Blue) = 28+24+32=84 (11% of max value = 765). Red value is 28 (11.33% from 255 or 33.33% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 32 - color contains mainly: blue. Hex color #1C1820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1820 is #E3E7DF. Grayscale: #1A1A1A. Windows color (decimal): -14936032 or 2103324. OLE color: 2103324.
HSL color Cylindrical-coordinate representation of color #1C1820: hue angle of 270º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1C1820 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 28 | 24 | 32 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.87 |
| HSL | 270º | 0.14% | 0.11% | - |
| HSV(B) | 270º | 0.25% | 0.13% | - |
| XYZ | 1.07 | 1 | 1.5 | - |
| YUV | 26.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 24 | 32 | 0.12 | 0.25 | 0 | 0.87 | 270 | 0.14 | 0.11 |
| Hex | 1C | 18 | 20 | C | 19 | 0 | 57 | 10E | E | B |
| Octal | 34 | 30 | 40 | 14 | 31 | 0 | 127 | 416 | 16 | 13 |
| Binary | 11100 | 11000 | 100000 | 1100 | 11001 | 0 | 1010111 | 100001110 | 1110 | 1011 |
Color Harmonies of #1C1820
Complementary color
Monochromatic Colors of #1C1820
Black with #1C1820
Text Example
Text Example
White with #1C1820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1820; }
p { color: rgb(28,24,32); }
H1.HeaderClassName
{
color: #1C1820;
}
.AnyTagClassName
{
color: #1C1820;
}
</style>
background-color css
<style>
a { background-color: #1C1820; }
a { background-color: rgb(28,24,32); }
div.DivClassName
{
background-color: #1C1820;
}
.BgClassName
{
background-color: #1C1820;
}
</style>
border-color css
<style>
span { border-color: #1C1820; }
span { border-color: rgb(28,24,32); }
td.TdClassName
{
border-color: #1C1820;
}
.TagClassName
{
border-color: #1C1820;
}
</style>