Shades of Blackcurrant #1C073D
Tints of Blackcurrant #1C073D
RGB
CMYK
RGB Variations
Color information
#1C073D (or 0x1C073D) is known color: Blackcurrant. HEX triplet: 1C, 07 and 3D. RGB value is (28,7,61). Sum of RGB (Red+Green+Blue) = 28+7+61=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 61 (24.22% from 255 or 63.54% from 96); Max value from RGB is 61 - color contains mainly: blue. Hex color #1C073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C073D is #E3F8C2. Grayscale: #131313. Windows color (decimal): -14940355 or 3999516. OLE color: 3999516.
HSL color Cylindrical-coordinate representation of color #1C073D: hue angle of 263.33º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C073D is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 7 | 61 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.76 |
| HSL | 263.33º | 0.79% | 0.13% | - |
| HSV(B) | 263.33º | 0.89% | 0.24% | - |
| XYZ | 1.4 | 0.74 | 4.48 | - |
| YUV | 19.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 7 | 61 | 0.54 | 0.89 | 0 | 0.76 | 263.33 | 0.79 | 0.13 |
| Hex | 1C | 7 | 3D | 36 | 59 | 0 | 4C | 107 | 4F | D |
| Octal | 34 | 7 | 75 | 66 | 131 | 0 | 114 | 407 | 117 | 15 |
| Binary | 11100 | 111 | 111101 | 110110 | 1011001 | 0 | 1001100 | 100000111 | 1001111 | 1101 |
Color Harmonies of #1C073D
Complementary color
Monochromatic Colors of #1C073D
Black with #1C073D
Text Example
Text Example
White with #1C073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C073D; }
p { color: rgb(28,7,61); }
H1.HeaderClassName
{
color: #1C073D;
}
.AnyTagClassName
{
color: #1C073D;
}
</style>
background-color css
<style>
a { background-color: #1C073D; }
a { background-color: rgb(28,7,61); }
div.DivClassName
{
background-color: #1C073D;
}
.BgClassName
{
background-color: #1C073D;
}
</style>
border-color css
<style>
span { border-color: #1C073D; }
span { border-color: rgb(28,7,61); }
td.TdClassName
{
border-color: #1C073D;
}
.TagClassName
{
border-color: #1C073D;
}
</style>