Shades of Blackcurrant #1C0427
Tints of Blackcurrant #1C0427
RGB
CMYK
RGB Variations
Color information
#1C0427 (or 0x1C0427) is known color: Blackcurrant. HEX triplet: 1C, 04 and 27. RGB value is (28,4,39). Sum of RGB (Red+Green+Blue) = 28+4+39=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 39 (15.62% from 255 or 54.93% from 71); Max value from RGB is 39 - color contains mainly: blue. Hex color #1C0427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0427 is #E3FBD8. Grayscale: #0F0F0F. Windows color (decimal): -14941145 or 2556956. OLE color: 2556956.
HSL color Cylindrical-coordinate representation of color #1C0427: hue angle of 281.14º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C0427 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 4 | 39 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.85 |
| HSL | 281.14º | 0.81% | 0.08% | - |
| HSV(B) | 281.14º | 0.9% | 0.15% | - |
| XYZ | 0.89 | 0.48 | 1.97 | - |
| YUV | 15.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 4 | 39 | 0.28 | 0.90 | 0 | 0.85 | 281.14 | 0.81 | 0.08 |
| Hex | 1C | 4 | 27 | 1C | 5A | 0 | 55 | 119 | 51 | 8 |
| Octal | 34 | 4 | 47 | 34 | 132 | 0 | 125 | 431 | 121 | 10 |
| Binary | 11100 | 100 | 100111 | 11100 | 1011010 | 0 | 1010101 | 100011001 | 1010001 | 1000 |
Color Harmonies of #1C0427
Complementary color
Monochromatic Colors of #1C0427
Black with #1C0427
Text Example
Text Example
White with #1C0427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0427; }
p { color: rgb(28,4,39); }
H1.HeaderClassName
{
color: #1C0427;
}
.AnyTagClassName
{
color: #1C0427;
}
</style>
background-color css
<style>
a { background-color: #1C0427; }
a { background-color: rgb(28,4,39); }
div.DivClassName
{
background-color: #1C0427;
}
.BgClassName
{
background-color: #1C0427;
}
</style>
border-color css
<style>
span { border-color: #1C0427; }
span { border-color: rgb(28,4,39); }
td.TdClassName
{
border-color: #1C0427;
}
.TagClassName
{
border-color: #1C0427;
}
</style>