Shades of Blackcurrant #1C032D
Tints of Blackcurrant #1C032D
RGB
CMYK
RGB Variations
Color information
#1C032D (or 0x1C032D) is known color: Blackcurrant. HEX triplet: 1C, 03 and 2D. RGB value is (28,3,45). Sum of RGB (Red+Green+Blue) = 28+3+45=76 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.84% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #1C032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C032D is #E3FCD2. Grayscale: #0F0F0F. Windows color (decimal): -14941395 or 2949916. OLE color: 2949916.
HSL color Cylindrical-coordinate representation of color #1C032D: hue angle of 275.71º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C032D is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 3 | 45 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.82 |
| HSL | 275.71º | 0.88% | 0.09% | - |
| HSV(B) | 275.71º | 0.93% | 0.18% | - |
| XYZ | 0.99 | 0.5 | 2.53 | - |
| YUV | 15.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 45 | 0.38 | 0.93 | 0 | 0.82 | 275.71 | 0.88 | 0.09 |
| Hex | 1C | 3 | 2D | 26 | 5D | 0 | 52 | 114 | 58 | 9 |
| Octal | 34 | 3 | 55 | 46 | 135 | 0 | 122 | 424 | 130 | 11 |
| Binary | 11100 | 11 | 101101 | 100110 | 1011101 | 0 | 1010010 | 100010100 | 1011000 | 1001 |
Color Harmonies of #1C032D
Complementary color
Monochromatic Colors of #1C032D
Black with #1C032D
Text Example
Text Example
White with #1C032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C032D; }
p { color: rgb(28,3,45); }
H1.HeaderClassName
{
color: #1C032D;
}
.AnyTagClassName
{
color: #1C032D;
}
</style>
background-color css
<style>
a { background-color: #1C032D; }
a { background-color: rgb(28,3,45); }
div.DivClassName
{
background-color: #1C032D;
}
.BgClassName
{
background-color: #1C032D;
}
</style>
border-color css
<style>
span { border-color: #1C032D; }
span { border-color: rgb(28,3,45); }
td.TdClassName
{
border-color: #1C032D;
}
.TagClassName
{
border-color: #1C032D;
}
</style>