Shades of Blackcurrant #1C0141
Tints of Blackcurrant #1C0141
RGB
CMYK
RGB Variations
Color information
#1C0141 (or 0x1C0141) is known color: Blackcurrant. HEX triplet: 1C, 01 and 41. RGB value is (28,1,65). Sum of RGB (Red+Green+Blue) = 28+1+65=94 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.79% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 65 (25.78% from 255 or 69.15% from 94); Max value from RGB is 65 - color contains mainly: blue. Hex color #1C0141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0141 is #E3FEBE. Grayscale: #101010. Windows color (decimal): -14941887 or 4260124. OLE color: 4260124.
HSL color Cylindrical-coordinate representation of color #1C0141: hue angle of 265.31º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C0141 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 1 | 65 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.75 |
| HSL | 265.31º | 0.97% | 0.13% | - |
| HSV(B) | 265.31º | 0.98% | 0.25% | - |
| XYZ | 1.44 | 0.65 | 5.05 | - |
| YUV | 16.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 1 | 65 | 0.57 | 0.98 | 0 | 0.75 | 265.31 | 0.97 | 0.13 |
| Hex | 1C | 1 | 41 | 39 | 62 | 0 | 4B | 109 | 61 | D |
| Octal | 34 | 1 | 101 | 71 | 142 | 0 | 113 | 411 | 141 | 15 |
| Binary | 11100 | 1 | 1000001 | 111001 | 1100010 | 0 | 1001011 | 100001001 | 1100001 | 1101 |
Color Harmonies of #1C0141
Complementary color
Monochromatic Colors of #1C0141
Black with #1C0141
Text Example
Text Example
White with #1C0141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0141; }
p { color: rgb(28,1,65); }
H1.HeaderClassName
{
color: #1C0141;
}
.AnyTagClassName
{
color: #1C0141;
}
</style>
background-color css
<style>
a { background-color: #1C0141; }
a { background-color: rgb(28,1,65); }
div.DivClassName
{
background-color: #1C0141;
}
.BgClassName
{
background-color: #1C0141;
}
</style>
border-color css
<style>
span { border-color: #1C0141; }
span { border-color: rgb(28,1,65); }
td.TdClassName
{
border-color: #1C0141;
}
.TagClassName
{
border-color: #1C0141;
}
</style>