Shades of Blackcurrant #1C0325
Tints of Blackcurrant #1C0325
RGB
CMYK
RGB Variations
Color information
#1C0325 (or 0x1C0325) is known color: Blackcurrant. HEX triplet: 1C, 03 and 25. RGB value is (28,3,37). Sum of RGB (Red+Green+Blue) = 28+3+37=68 (9% of max value = 765). Red value is 28 (11.33% from 255 or 41.18% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #1C0325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0325 is #E3FCDA. Grayscale: #0E0E0E. Windows color (decimal): -14941403 or 2425628. OLE color: 2425628.
HSL color Cylindrical-coordinate representation of color #1C0325: hue angle of 284.12º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C0325 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 3 | 37 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.85 |
| HSL | 284.12º | 0.85% | 0.08% | - |
| HSV(B) | 284.12º | 0.92% | 0.15% | - |
| XYZ | 0.85 | 0.45 | 1.79 | - |
| YUV | 14.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 37 | 0.24 | 0.92 | 0 | 0.85 | 284.12 | 0.85 | 0.08 |
| Hex | 1C | 3 | 25 | 18 | 5C | 0 | 55 | 11C | 55 | 8 |
| Octal | 34 | 3 | 45 | 30 | 134 | 0 | 125 | 434 | 125 | 10 |
| Binary | 11100 | 11 | 100101 | 11000 | 1011100 | 0 | 1010101 | 100011100 | 1010101 | 1000 |
Color Harmonies of #1C0325
Complementary color
Monochromatic Colors of #1C0325
Black with #1C0325
Text Example
Text Example
White with #1C0325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0325; }
p { color: rgb(28,3,37); }
H1.HeaderClassName
{
color: #1C0325;
}
.AnyTagClassName
{
color: #1C0325;
}
</style>
background-color css
<style>
a { background-color: #1C0325; }
a { background-color: rgb(28,3,37); }
div.DivClassName
{
background-color: #1C0325;
}
.BgClassName
{
background-color: #1C0325;
}
</style>
border-color css
<style>
span { border-color: #1C0325; }
span { border-color: rgb(28,3,37); }
td.TdClassName
{
border-color: #1C0325;
}
.TagClassName
{
border-color: #1C0325;
}
</style>