Shades of Blackcurrant #1C1527
Tints of Blackcurrant #1C1527
RGB
CMYK
RGB Variations
Color information
#1C1527 (or 0x1C1527) is known color: Blackcurrant. HEX triplet: 1C, 15 and 27. RGB value is (28,21,39). Sum of RGB (Red+Green+Blue) = 28+21+39=88 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.82% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 39 - color contains mainly: blue. Hex color #1C1527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1527 is #E3EAD8. Grayscale: #191919. Windows color (decimal): -14936793 or 2561308. OLE color: 2561308.
HSL color Cylindrical-coordinate representation of color #1C1527: hue angle of 263.33º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C1527 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 21 | 39 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.85 |
| HSL | 263.33º | 0.3% | 0.12% | - |
| HSV(B) | 263.33º | 0.46% | 0.15% | - |
| XYZ | 1.11 | 0.93 | 2.04 | - |
| YUV | 25.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 39 | 0.28 | 0.46 | 0 | 0.85 | 263.33 | 0.3 | 0.12 |
| Hex | 1C | 15 | 27 | 1C | 2E | 0 | 55 | 107 | 1E | C |
| Octal | 34 | 25 | 47 | 34 | 56 | 0 | 125 | 407 | 36 | 14 |
| Binary | 11100 | 10101 | 100111 | 11100 | 101110 | 0 | 1010101 | 100000111 | 11110 | 1100 |
Color Harmonies of #1C1527
Complementary color
Monochromatic Colors of #1C1527
Black with #1C1527
Text Example
Text Example
White with #1C1527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1527; }
p { color: rgb(28,21,39); }
H1.HeaderClassName
{
color: #1C1527;
}
.AnyTagClassName
{
color: #1C1527;
}
</style>
background-color css
<style>
a { background-color: #1C1527; }
a { background-color: rgb(28,21,39); }
div.DivClassName
{
background-color: #1C1527;
}
.BgClassName
{
background-color: #1C1527;
}
</style>
border-color css
<style>
span { border-color: #1C1527; }
span { border-color: rgb(28,21,39); }
td.TdClassName
{
border-color: #1C1527;
}
.TagClassName
{
border-color: #1C1527;
}
</style>