Shades of Blackcurrant #1C0224
Tints of Blackcurrant #1C0224
RGB
CMYK
RGB Variations
Color information
#1C0224 (or 0x1C0224) is known color: Blackcurrant. HEX triplet: 1C, 02 and 24. RGB value is (28,2,36). Sum of RGB (Red+Green+Blue) = 28+2+36=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #1C0224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0224 is #E3FDDB. Grayscale: #0D0D0D. Windows color (decimal): -14941660 or 2359836. OLE color: 2359836.
HSL color Cylindrical-coordinate representation of color #1C0224: hue angle of 285.88º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0224 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 2 | 36 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.86 |
| HSL | 285.88º | 0.89% | 0.07% | - |
| HSV(B) | 285.88º | 0.94% | 0.14% | - |
| XYZ | 0.82 | 0.42 | 1.71 | - |
| YUV | 13.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 2 | 36 | 0.22 | 0.94 | 0 | 0.86 | 285.88 | 0.89 | 0.07 |
| Hex | 1C | 2 | 24 | 16 | 5E | 0 | 56 | 11E | 59 | 7 |
| Octal | 34 | 2 | 44 | 26 | 136 | 0 | 126 | 436 | 131 | 7 |
| Binary | 11100 | 10 | 100100 | 10110 | 1011110 | 0 | 1010110 | 100011110 | 1011001 | 111 |
Color Harmonies of #1C0224
Complementary color
Monochromatic Colors of #1C0224
Black with #1C0224
Text Example
Text Example
White with #1C0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0224; }
p { color: rgb(28,2,36); }
H1.HeaderClassName
{
color: #1C0224;
}
.AnyTagClassName
{
color: #1C0224;
}
</style>
background-color css
<style>
a { background-color: #1C0224; }
a { background-color: rgb(28,2,36); }
div.DivClassName
{
background-color: #1C0224;
}
.BgClassName
{
background-color: #1C0224;
}
</style>
border-color css
<style>
span { border-color: #1C0224; }
span { border-color: rgb(28,2,36); }
td.TdClassName
{
border-color: #1C0224;
}
.TagClassName
{
border-color: #1C0224;
}
</style>