Shades of Blackcurrant #1C0020
Tints of Blackcurrant #1C0020
RGB
CMYK
RGB Variations
Color information
#1C0020 (or 0x1C0020) is known color: Blackcurrant. HEX triplet: 1C, 00 and 20. RGB value is (28,0,32). Sum of RGB (Red+Green+Blue) = 28+0+32=60 (7% of max value = 765). Red value is 28 (11.33% from 255 or 46.67% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 32 (12.89% from 255 or 53.33% from 60); Max value from RGB is 32 - color contains mainly: blue. Hex color #1C0020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0020 is #E3FFDF. Grayscale: #0B0B0B. Windows color (decimal): -14942176 or 2097180. OLE color: 2097180.
HSL color Cylindrical-coordinate representation of color #1C0020: hue angle of 292.5º 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 #1C0020 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 28 | 0 | 32 | - |
| CMYK | 0.12 | 1 | 0 | 0.87 |
| HSL | 292.5º | 1% | 0.06% | - |
| HSV(B) | 292.5º | 1% | 0.13% | - |
| XYZ | 0.74 | 0.35 | 1.4 | - |
| YUV | 12.02 | 139.28 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 32 | 0.12 | 1 | 0 | 0.87 | 292.5 | 1 | 0.06 |
| Hex | 1C | 0 | 20 | C | 64 | 0 | 57 | 124 | 64 | 6 |
| Octal | 34 | 0 | 40 | 14 | 144 | 0 | 127 | 444 | 144 | 6 |
| Binary | 11100 | 0 | 100000 | 1100 | 1100100 | 0 | 1010111 | 100100100 | 1100100 | 110 |
Color Harmonies of #1C0020
Complementary color
Monochromatic Colors of #1C0020
Black with #1C0020
Text Example
Text Example
White with #1C0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0020; }
p { color: rgb(28,0,32); }
H1.HeaderClassName
{
color: #1C0020;
}
.AnyTagClassName
{
color: #1C0020;
}
</style>
background-color css
<style>
a { background-color: #1C0020; }
a { background-color: rgb(28,0,32); }
div.DivClassName
{
background-color: #1C0020;
}
.BgClassName
{
background-color: #1C0020;
}
</style>
border-color css
<style>
span { border-color: #1C0020; }
span { border-color: rgb(28,0,32); }
td.TdClassName
{
border-color: #1C0020;
}
.TagClassName
{
border-color: #1C0020;
}
</style>