Shades of Blackcurrant #1C1024
Tints of Blackcurrant #1C1024
RGB
CMYK
RGB Variations
Color information
#1C1024 (or 0x1C1024) is known color: Blackcurrant. HEX triplet: 1C, 10 and 24. RGB value is (28,16,36). Sum of RGB (Red+Green+Blue) = 28+16+36=80 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 36 (14.45% from 255 or 45% from 80); Max value from RGB is 36 - color contains mainly: blue. Hex color #1C1024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1024 is #E3EFDB. Grayscale: #151515. Windows color (decimal): -14938076 or 2363420. OLE color: 2363420.
HSL color Cylindrical-coordinate representation of color #1C1024: hue angle of 276º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C1024 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 16 | 36 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.86 |
| HSL | 276º | 0.38% | 0.1% | - |
| HSV(B) | 276º | 0.56% | 0.14% | - |
| XYZ | 0.98 | 0.74 | 1.76 | - |
| YUV | 21.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 36 | 0.22 | 0.56 | 0 | 0.86 | 276 | 0.38 | 0.1 |
| Hex | 1C | 10 | 24 | 16 | 38 | 0 | 56 | 114 | 26 | A |
| Octal | 34 | 20 | 44 | 26 | 70 | 0 | 126 | 424 | 46 | 12 |
| Binary | 11100 | 10000 | 100100 | 10110 | 111000 | 0 | 1010110 | 100010100 | 100110 | 1010 |
Color Harmonies of #1C1024
Complementary color
Monochromatic Colors of #1C1024
Black with #1C1024
Text Example
Text Example
White with #1C1024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1024; }
p { color: rgb(28,16,36); }
H1.HeaderClassName
{
color: #1C1024;
}
.AnyTagClassName
{
color: #1C1024;
}
</style>
background-color css
<style>
a { background-color: #1C1024; }
a { background-color: rgb(28,16,36); }
div.DivClassName
{
background-color: #1C1024;
}
.BgClassName
{
background-color: #1C1024;
}
</style>
border-color css
<style>
span { border-color: #1C1024; }
span { border-color: rgb(28,16,36); }
td.TdClassName
{
border-color: #1C1024;
}
.TagClassName
{
border-color: #1C1024;
}
</style>