Shades of Blackcurrant #1C0525
Tints of Blackcurrant #1C0525
RGB
CMYK
RGB Variations
Color information
#1C0525 (or 0x1C0525) is known color: Blackcurrant. HEX triplet: 1C, 05 and 25. RGB value is (28,5,37). Sum of RGB (Red+Green+Blue) = 28+5+37=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #1C0525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0525 is #E3FADA. Grayscale: #0F0F0F. Windows color (decimal): -14940891 or 2426140. OLE color: 2426140.
HSL color Cylindrical-coordinate representation of color #1C0525: hue angle of 283.12º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C0525 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 5 | 37 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.85 |
| HSL | 283.13º | 0.76% | 0.08% | - |
| HSV(B) | 283.13º | 0.86% | 0.15% | - |
| XYZ | 0.87 | 0.49 | 1.8 | - |
| YUV | 15.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 37 | 0.24 | 0.86 | 0 | 0.85 | 283.13 | 0.76 | 0.08 |
| Hex | 1C | 5 | 25 | 18 | 56 | 0 | 55 | 11B | 4C | 8 |
| Octal | 34 | 5 | 45 | 30 | 126 | 0 | 125 | 433 | 114 | 10 |
| Binary | 11100 | 101 | 100101 | 11000 | 1010110 | 0 | 1010101 | 100011011 | 1001100 | 1000 |
Color Harmonies of #1C0525
Complementary color
Monochromatic Colors of #1C0525
Black with #1C0525
Text Example
Text Example
White with #1C0525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0525; }
p { color: rgb(28,5,37); }
H1.HeaderClassName
{
color: #1C0525;
}
.AnyTagClassName
{
color: #1C0525;
}
</style>
background-color css
<style>
a { background-color: #1C0525; }
a { background-color: rgb(28,5,37); }
div.DivClassName
{
background-color: #1C0525;
}
.BgClassName
{
background-color: #1C0525;
}
</style>
border-color css
<style>
span { border-color: #1C0525; }
span { border-color: rgb(28,5,37); }
td.TdClassName
{
border-color: #1C0525;
}
.TagClassName
{
border-color: #1C0525;
}
</style>