Shades of Blackcurrant #1C0641
Tints of Blackcurrant #1C0641
RGB
CMYK
RGB Variations
Color information
#1C0641 (or 0x1C0641) is known color: Blackcurrant. HEX triplet: 1C, 06 and 41. RGB value is (28,6,65). Sum of RGB (Red+Green+Blue) = 28+6+65=99 (13% of max value = 765). Red value is 28 (11.33% from 255 or 28.28% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #1C0641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0641 is #E3F9BE. Grayscale: #131313. Windows color (decimal): -14940607 or 4261404. OLE color: 4261404.
HSL color Cylindrical-coordinate representation of color #1C0641: hue angle of 262.37º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C0641 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 6 | 65 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.75 |
| HSL | 262.37º | 0.83% | 0.14% | - |
| HSV(B) | 262.37º | 0.91% | 0.25% | - |
| XYZ | 1.5 | 0.76 | 5.07 | - |
| YUV | 19.3 | 153.79 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 65 | 0.57 | 0.91 | 0 | 0.75 | 262.37 | 0.83 | 0.14 |
| Hex | 1C | 6 | 41 | 39 | 5B | 0 | 4B | 106 | 53 | E |
| Octal | 34 | 6 | 101 | 71 | 133 | 0 | 113 | 406 | 123 | 16 |
| Binary | 11100 | 110 | 1000001 | 111001 | 1011011 | 0 | 1001011 | 100000110 | 1010011 | 1110 |
Color Harmonies of #1C0641
Complementary color
Monochromatic Colors of #1C0641
Black with #1C0641
Text Example
Text Example
White with #1C0641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0641; }
p { color: rgb(28,6,65); }
H1.HeaderClassName
{
color: #1C0641;
}
.AnyTagClassName
{
color: #1C0641;
}
</style>
background-color css
<style>
a { background-color: #1C0641; }
a { background-color: rgb(28,6,65); }
div.DivClassName
{
background-color: #1C0641;
}
.BgClassName
{
background-color: #1C0641;
}
</style>
border-color css
<style>
span { border-color: #1C0641; }
span { border-color: rgb(28,6,65); }
td.TdClassName
{
border-color: #1C0641;
}
.TagClassName
{
border-color: #1C0641;
}
</style>