Shades of Blackcurrant #1C0631
Tints of Blackcurrant #1C0631
RGB
CMYK
RGB Variations
Color information
#1C0631 (or 0x1C0631) is known color: Blackcurrant. HEX triplet: 1C, 06 and 31. RGB value is (28,6,49). Sum of RGB (Red+Green+Blue) = 28+6+49=83 (10% of max value = 765). Red value is 28 (11.33% from 255 or 33.73% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 49 (19.53% from 255 or 59.04% from 83); Max value from RGB is 49 - color contains mainly: blue. Hex color #1C0631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0631 is #E3F9CE. Grayscale: #111111. Windows color (decimal): -14940623 or 3212828. OLE color: 3212828.
HSL color Cylindrical-coordinate representation of color #1C0631: hue angle of 270.7º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C0631 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 28 | 6 | 49 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.81 |
| HSL | 270.7º | 0.78% | 0.11% | - |
| HSV(B) | 270.7º | 0.88% | 0.19% | - |
| XYZ | 1.1 | 0.6 | 2.96 | - |
| YUV | 17.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 49 | 0.43 | 0.88 | 0 | 0.81 | 270.7 | 0.78 | 0.11 |
| Hex | 1C | 6 | 31 | 2B | 58 | 0 | 51 | 10F | 4E | B |
| Octal | 34 | 6 | 61 | 53 | 130 | 0 | 121 | 417 | 116 | 13 |
| Binary | 11100 | 110 | 110001 | 101011 | 1011000 | 0 | 1010001 | 100001111 | 1001110 | 1011 |
Color Harmonies of #1C0631
Complementary color
Monochromatic Colors of #1C0631
Black with #1C0631
Text Example
Text Example
White with #1C0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0631; }
p { color: rgb(28,6,49); }
H1.HeaderClassName
{
color: #1C0631;
}
.AnyTagClassName
{
color: #1C0631;
}
</style>
background-color css
<style>
a { background-color: #1C0631; }
a { background-color: rgb(28,6,49); }
div.DivClassName
{
background-color: #1C0631;
}
.BgClassName
{
background-color: #1C0631;
}
</style>
border-color css
<style>
span { border-color: #1C0631; }
span { border-color: rgb(28,6,49); }
td.TdClassName
{
border-color: #1C0631;
}
.TagClassName
{
border-color: #1C0631;
}
</style>