Shades of Blackcurrant #1C052C
Tints of Blackcurrant #1C052C
RGB
CMYK
RGB Variations
Color information
#1C052C (or 0x1C052C) is known color: Blackcurrant. HEX triplet: 1C, 05 and 2C. RGB value is (28,5,44). Sum of RGB (Red+Green+Blue) = 28+5+44=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #1C052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C052C is #E3FAD3. Grayscale: #101010. Windows color (decimal): -14940884 or 2884892. OLE color: 2884892.
HSL color Cylindrical-coordinate representation of color #1C052C: hue angle of 275.38º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C052C is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 28 | 5 | 44 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.83 |
| HSL | 275.38º | 0.8% | 0.1% | - |
| HSV(B) | 275.38º | 0.89% | 0.17% | - |
| XYZ | 0.99 | 0.54 | 2.43 | - |
| YUV | 16.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 44 | 0.36 | 0.89 | 0 | 0.83 | 275.38 | 0.8 | 0.1 |
| Hex | 1C | 5 | 2C | 24 | 59 | 0 | 53 | 113 | 50 | A |
| Octal | 34 | 5 | 54 | 44 | 131 | 0 | 123 | 423 | 120 | 12 |
| Binary | 11100 | 101 | 101100 | 100100 | 1011001 | 0 | 1010011 | 100010011 | 1010000 | 1010 |
Color Harmonies of #1C052C
Complementary color
Monochromatic Colors of #1C052C
Black with #1C052C
Text Example
Text Example
White with #1C052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C052C; }
p { color: rgb(28,5,44); }
H1.HeaderClassName
{
color: #1C052C;
}
.AnyTagClassName
{
color: #1C052C;
}
</style>
background-color css
<style>
a { background-color: #1C052C; }
a { background-color: rgb(28,5,44); }
div.DivClassName
{
background-color: #1C052C;
}
.BgClassName
{
background-color: #1C052C;
}
</style>
border-color css
<style>
span { border-color: #1C052C; }
span { border-color: rgb(28,5,44); }
td.TdClassName
{
border-color: #1C052C;
}
.TagClassName
{
border-color: #1C052C;
}
</style>