Shades of Blackcurrant #1C0146
Tints of Blackcurrant #1C0146
RGB
CMYK
RGB Variations
Color information
#1C0146 (or 0x1C0146) is known color: Blackcurrant. HEX triplet: 1C, 01 and 46. RGB value is (28,1,70). Sum of RGB (Red+Green+Blue) = 28+1+70=99 (13% of max value = 765). Red value is 28 (11.33% from 255 or 28.28% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 70 (27.73% from 255 or 70.71% from 99); Max value from RGB is 70 - color contains mainly: blue. Hex color #1C0146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0146 is #E3FEB9. Grayscale: #101010. Windows color (decimal): -14941882 or 4587804. OLE color: 4587804.
HSL color Cylindrical-coordinate representation of color #1C0146: hue angle of 263.48º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C0146 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 28 | 1 | 70 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.73 |
| HSL | 263.48º | 0.97% | 0.14% | - |
| HSV(B) | 263.48º | 0.99% | 0.27% | - |
| XYZ | 1.6 | 0.71 | 5.85 | - |
| YUV | 16.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 1 | 70 | 0.60 | 0.99 | 0 | 0.73 | 263.48 | 0.97 | 0.14 |
| Hex | 1C | 1 | 46 | 3C | 63 | 0 | 49 | 107 | 61 | E |
| Octal | 34 | 1 | 106 | 74 | 143 | 0 | 111 | 407 | 141 | 16 |
| Binary | 11100 | 1 | 1000110 | 111100 | 1100011 | 0 | 1001001 | 100000111 | 1100001 | 1110 |
Color Harmonies of #1C0146
Complementary color
Monochromatic Colors of #1C0146
Black with #1C0146
Text Example
Text Example
White with #1C0146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0146; }
p { color: rgb(28,1,70); }
H1.HeaderClassName
{
color: #1C0146;
}
.AnyTagClassName
{
color: #1C0146;
}
</style>
background-color css
<style>
a { background-color: #1C0146; }
a { background-color: rgb(28,1,70); }
div.DivClassName
{
background-color: #1C0146;
}
.BgClassName
{
background-color: #1C0146;
}
</style>
border-color css
<style>
span { border-color: #1C0146; }
span { border-color: rgb(28,1,70); }
td.TdClassName
{
border-color: #1C0146;
}
.TagClassName
{
border-color: #1C0146;
}
</style>