Shades of Blackcurrant #1C0137
Tints of Blackcurrant #1C0137
RGB
CMYK
RGB Variations
Color information
#1C0137 (or 0x1C0137) is known color: Blackcurrant. HEX triplet: 1C, 01 and 37. RGB value is (28,1,55). Sum of RGB (Red+Green+Blue) = 28+1+55=84 (11% of max value = 765). Red value is 28 (11.33% from 255 or 33.33% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 55 (21.88% from 255 or 65.48% from 84); Max value from RGB is 55 - color contains mainly: blue. Hex color #1C0137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0137 is #E3FEC8. Grayscale: #0F0F0F. Windows color (decimal): -14941897 or 3604764. OLE color: 3604764.
HSL color Cylindrical-coordinate representation of color #1C0137: hue angle of 270º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C0137 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 1 | 55 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.78 |
| HSL | 270º | 0.96% | 0.11% | - |
| HSV(B) | 270º | 0.98% | 0.22% | - |
| XYZ | 1.18 | 0.54 | 3.66 | - |
| YUV | 15.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 1 | 55 | 0.49 | 0.98 | 0 | 0.78 | 270 | 0.96 | 0.11 |
| Hex | 1C | 1 | 37 | 31 | 62 | 0 | 4E | 10E | 60 | B |
| Octal | 34 | 1 | 67 | 61 | 142 | 0 | 116 | 416 | 140 | 13 |
| Binary | 11100 | 1 | 110111 | 110001 | 1100010 | 0 | 1001110 | 100001110 | 1100000 | 1011 |
Color Harmonies of #1C0137
Complementary color
Monochromatic Colors of #1C0137
Black with #1C0137
Text Example
Text Example
White with #1C0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0137; }
p { color: rgb(28,1,55); }
H1.HeaderClassName
{
color: #1C0137;
}
.AnyTagClassName
{
color: #1C0137;
}
</style>
background-color css
<style>
a { background-color: #1C0137; }
a { background-color: rgb(28,1,55); }
div.DivClassName
{
background-color: #1C0137;
}
.BgClassName
{
background-color: #1C0137;
}
</style>
border-color css
<style>
span { border-color: #1C0137; }
span { border-color: rgb(28,1,55); }
td.TdClassName
{
border-color: #1C0137;
}
.TagClassName
{
border-color: #1C0137;
}
</style>