Shades of Blackcurrant #1C1026
Tints of Blackcurrant #1C1026
RGB
CMYK
RGB Variations
Color information
#1C1026 (or 0x1C1026) is known color: Blackcurrant. HEX triplet: 1C, 10 and 26. RGB value is (28,16,38). Sum of RGB (Red+Green+Blue) = 28+16+38=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 38 - color contains mainly: blue. Hex color #1C1026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1026 is #E3EFD9. Grayscale: #161616. Windows color (decimal): -14938074 or 2494492. OLE color: 2494492.
HSL color Cylindrical-coordinate representation of color #1C1026: hue angle of 272.73º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C1026 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 16 | 38 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.85 |
| HSL | 272.73º | 0.41% | 0.11% | - |
| HSV(B) | 272.73º | 0.58% | 0.15% | - |
| XYZ | 1.01 | 0.76 | 1.93 | - |
| YUV | 22.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 38 | 0.26 | 0.58 | 0 | 0.85 | 272.73 | 0.41 | 0.11 |
| Hex | 1C | 10 | 26 | 1A | 3A | 0 | 55 | 111 | 29 | B |
| Octal | 34 | 20 | 46 | 32 | 72 | 0 | 125 | 421 | 51 | 13 |
| Binary | 11100 | 10000 | 100110 | 11010 | 111010 | 0 | 1010101 | 100010001 | 101001 | 1011 |
Color Harmonies of #1C1026
Complementary color
Monochromatic Colors of #1C1026
Black with #1C1026
Text Example
Text Example
White with #1C1026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1026; }
p { color: rgb(28,16,38); }
H1.HeaderClassName
{
color: #1C1026;
}
.AnyTagClassName
{
color: #1C1026;
}
</style>
background-color css
<style>
a { background-color: #1C1026; }
a { background-color: rgb(28,16,38); }
div.DivClassName
{
background-color: #1C1026;
}
.BgClassName
{
background-color: #1C1026;
}
</style>
border-color css
<style>
span { border-color: #1C1026; }
span { border-color: rgb(28,16,38); }
td.TdClassName
{
border-color: #1C1026;
}
.TagClassName
{
border-color: #1C1026;
}
</style>