Shades of Blackcurrant #1C0328
Tints of Blackcurrant #1C0328
RGB
CMYK
RGB Variations
Color information
#1C0328 (or 0x1C0328) is known color: Blackcurrant. HEX triplet: 1C, 03 and 28. RGB value is (28,3,40). Sum of RGB (Red+Green+Blue) = 28+3+40=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #1C0328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0328 is #E3FCD7. Grayscale: #0E0E0E. Windows color (decimal): -14941400 or 2622236. OLE color: 2622236.
HSL color Cylindrical-coordinate representation of color #1C0328: hue angle of 280.54º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C0328 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 3 | 40 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.84 |
| HSL | 280.54º | 0.86% | 0.08% | - |
| HSV(B) | 280.54º | 0.93% | 0.16% | - |
| XYZ | 0.89 | 0.47 | 2.05 | - |
| YUV | 14.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 40 | 0.30 | 0.93 | 0 | 0.84 | 280.54 | 0.86 | 0.08 |
| Hex | 1C | 3 | 28 | 1E | 5D | 0 | 54 | 119 | 56 | 8 |
| Octal | 34 | 3 | 50 | 36 | 135 | 0 | 124 | 431 | 126 | 10 |
| Binary | 11100 | 11 | 101000 | 11110 | 1011101 | 0 | 1010100 | 100011001 | 1010110 | 1000 |
Color Harmonies of #1C0328
Complementary color
Monochromatic Colors of #1C0328
Black with #1C0328
Text Example
Text Example
White with #1C0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0328; }
p { color: rgb(28,3,40); }
H1.HeaderClassName
{
color: #1C0328;
}
.AnyTagClassName
{
color: #1C0328;
}
</style>
background-color css
<style>
a { background-color: #1C0328; }
a { background-color: rgb(28,3,40); }
div.DivClassName
{
background-color: #1C0328;
}
.BgClassName
{
background-color: #1C0328;
}
</style>
border-color css
<style>
span { border-color: #1C0328; }
span { border-color: rgb(28,3,40); }
td.TdClassName
{
border-color: #1C0328;
}
.TagClassName
{
border-color: #1C0328;
}
</style>