Shades of Blackcurrant #1C0127
Tints of Blackcurrant #1C0127
RGB
CMYK
RGB Variations
Color information
#1C0127 (or 0x1C0127) is known color: Blackcurrant. HEX triplet: 1C, 01 and 27. RGB value is (28,1,39). Sum of RGB (Red+Green+Blue) = 28+1+39=68 (9% of max value = 765). Red value is 28 (11.33% from 255 or 41.18% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 39 (15.62% from 255 or 57.35% from 68); Max value from RGB is 39 - color contains mainly: blue. Hex color #1C0127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0127 is #E3FED8. Grayscale: #0D0D0D. Windows color (decimal): -14941913 or 2556188. OLE color: 2556188.
HSL color Cylindrical-coordinate representation of color #1C0127: hue angle of 282.63º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C0127 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 1 | 39 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.85 |
| HSL | 282.63º | 0.95% | 0.08% | - |
| HSV(B) | 282.63º | 0.97% | 0.15% | - |
| XYZ | 0.86 | 0.42 | 1.95 | - |
| YUV | 13.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 1 | 39 | 0.28 | 0.97 | 0 | 0.85 | 282.63 | 0.95 | 0.08 |
| Hex | 1C | 1 | 27 | 1C | 61 | 0 | 55 | 11B | 5F | 8 |
| Octal | 34 | 1 | 47 | 34 | 141 | 0 | 125 | 433 | 137 | 10 |
| Binary | 11100 | 1 | 100111 | 11100 | 1100001 | 0 | 1010101 | 100011011 | 1011111 | 1000 |
Color Harmonies of #1C0127
Complementary color
Monochromatic Colors of #1C0127
Black with #1C0127
Text Example
Text Example
White with #1C0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0127; }
p { color: rgb(28,1,39); }
H1.HeaderClassName
{
color: #1C0127;
}
.AnyTagClassName
{
color: #1C0127;
}
</style>
background-color css
<style>
a { background-color: #1C0127; }
a { background-color: rgb(28,1,39); }
div.DivClassName
{
background-color: #1C0127;
}
.BgClassName
{
background-color: #1C0127;
}
</style>
border-color css
<style>
span { border-color: #1C0127; }
span { border-color: rgb(28,1,39); }
td.TdClassName
{
border-color: #1C0127;
}
.TagClassName
{
border-color: #1C0127;
}
</style>