Shades of Blackcurrant #1C0630
Tints of Blackcurrant #1C0630
RGB
CMYK
RGB Variations
Color information
#1C0630 (or 0x1C0630) is known color: Blackcurrant. HEX triplet: 1C, 06 and 30. RGB value is (28,6,48). Sum of RGB (Red+Green+Blue) = 28+6+48=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #1C0630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0630 is #E3F9CF. Grayscale: #111111. Windows color (decimal): -14940624 or 3147292. OLE color: 3147292.
HSL color Cylindrical-coordinate representation of color #1C0630: hue angle of 271.43º 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 #1C0630 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 28 | 6 | 48 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.81 |
| HSL | 271.43º | 0.78% | 0.11% | - |
| HSV(B) | 271.43º | 0.88% | 0.19% | - |
| XYZ | 1.08 | 0.59 | 2.85 | - |
| YUV | 17.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 48 | 0.42 | 0.87 | 0 | 0.81 | 271.43 | 0.78 | 0.11 |
| Hex | 1C | 6 | 30 | 2A | 57 | 0 | 51 | 10F | 4E | B |
| Octal | 34 | 6 | 60 | 52 | 127 | 0 | 121 | 417 | 116 | 13 |
| Binary | 11100 | 110 | 110000 | 101010 | 1010111 | 0 | 1010001 | 100001111 | 1001110 | 1011 |
Color Harmonies of #1C0630
Complementary color
Monochromatic Colors of #1C0630
Black with #1C0630
Text Example
Text Example
White with #1C0630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0630; }
p { color: rgb(28,6,48); }
H1.HeaderClassName
{
color: #1C0630;
}
.AnyTagClassName
{
color: #1C0630;
}
</style>
background-color css
<style>
a { background-color: #1C0630; }
a { background-color: rgb(28,6,48); }
div.DivClassName
{
background-color: #1C0630;
}
.BgClassName
{
background-color: #1C0630;
}
</style>
border-color css
<style>
span { border-color: #1C0630; }
span { border-color: rgb(28,6,48); }
td.TdClassName
{
border-color: #1C0630;
}
.TagClassName
{
border-color: #1C0630;
}
</style>