Shades of Blackcurrant #1C0A27
Tints of Blackcurrant #1C0A27
RGB
CMYK
RGB Variations
Color information
#1C0A27 (or 0x1C0A27) is known color: Blackcurrant. HEX triplet: 1C, 0A and 27. RGB value is (28,10,39). Sum of RGB (Red+Green+Blue) = 28+10+39=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #1C0A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0A27 is #E3F5D8. Grayscale: #121212. Windows color (decimal): -14939609 or 2558492. OLE color: 2558492.
HSL color Cylindrical-coordinate representation of color #1C0A27: hue angle of 277.24º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C0A27 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 10 | 39 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.85 |
| HSL | 277.24º | 0.59% | 0.1% | - |
| HSV(B) | 277.24º | 0.74% | 0.15% | - |
| XYZ | 0.95 | 0.61 | 1.99 | - |
| YUV | 18.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 10 | 39 | 0.28 | 0.74 | 0 | 0.85 | 277.24 | 0.59 | 0.1 |
| Hex | 1C | A | 27 | 1C | 4A | 0 | 55 | 115 | 3B | A |
| Octal | 34 | 12 | 47 | 34 | 112 | 0 | 125 | 425 | 73 | 12 |
| Binary | 11100 | 1010 | 100111 | 11100 | 1001010 | 0 | 1010101 | 100010101 | 111011 | 1010 |
Color Harmonies of #1C0A27
Complementary color
Monochromatic Colors of #1C0A27
Black with #1C0A27
Text Example
Text Example
White with #1C0A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0A27; }
p { color: rgb(28,10,39); }
H1.HeaderClassName
{
color: #1C0A27;
}
.AnyTagClassName
{
color: #1C0A27;
}
</style>
background-color css
<style>
a { background-color: #1C0A27; }
a { background-color: rgb(28,10,39); }
div.DivClassName
{
background-color: #1C0A27;
}
.BgClassName
{
background-color: #1C0A27;
}
</style>
border-color css
<style>
span { border-color: #1C0A27; }
span { border-color: rgb(28,10,39); }
td.TdClassName
{
border-color: #1C0A27;
}
.TagClassName
{
border-color: #1C0A27;
}
</style>