Shades of Blackcurrant #1C0047
Tints of Blackcurrant #1C0047
RGB
CMYK
RGB Variations
Color information
#1C0047 (or 0x1C0047) is known color: Blackcurrant. HEX triplet: 1C, 00 and 47. RGB value is (28,0,71). Sum of RGB (Red+Green+Blue) = 28+0+71=99 (13% of max value = 765). Red value is 28 (11.33% from 255 or 28.28% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 71 (28.12% from 255 or 71.72% from 99); Max value from RGB is 71 - color contains mainly: blue. Hex color #1C0047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0047 is #E3FFB8. Grayscale: #101010. Windows color (decimal): -14942137 or 4653084. OLE color: 4653084.
HSL color Cylindrical-coordinate representation of color #1C0047: hue angle of 263.66º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0047 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 0 | 71 | - |
| CMYK | 0.61 | 1 | 0 | 0.72 |
| HSL | 263.66º | 1% | 0.14% | - |
| HSV(B) | 263.66º | 1% | 0.28% | - |
| XYZ | 1.62 | 0.7 | 6.01 | - |
| YUV | 16.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 71 | 0.61 | 1 | 0 | 0.72 | 263.66 | 1 | 0.14 |
| Hex | 1C | 0 | 47 | 3D | 64 | 0 | 48 | 108 | 64 | E |
| Octal | 34 | 0 | 107 | 75 | 144 | 0 | 110 | 410 | 144 | 16 |
| Binary | 11100 | 0 | 1000111 | 111101 | 1100100 | 0 | 1001000 | 100001000 | 1100100 | 1110 |
Color Harmonies of #1C0047
Complementary color
Monochromatic Colors of #1C0047
Black with #1C0047
Text Example
Text Example
White with #1C0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0047; }
p { color: rgb(28,0,71); }
H1.HeaderClassName
{
color: #1C0047;
}
.AnyTagClassName
{
color: #1C0047;
}
</style>
background-color css
<style>
a { background-color: #1C0047; }
a { background-color: rgb(28,0,71); }
div.DivClassName
{
background-color: #1C0047;
}
.BgClassName
{
background-color: #1C0047;
}
</style>
border-color css
<style>
span { border-color: #1C0047; }
span { border-color: rgb(28,0,71); }
td.TdClassName
{
border-color: #1C0047;
}
.TagClassName
{
border-color: #1C0047;
}
</style>