Shades of Blackcurrant #1C072D
Tints of Blackcurrant #1C072D
RGB
CMYK
RGB Variations
Color information
#1C072D (or 0x1C072D) is known color: Blackcurrant. HEX triplet: 1C, 07 and 2D. RGB value is (28,7,45). Sum of RGB (Red+Green+Blue) = 28+7+45=80 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #1C072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C072D is #E3F8D2. Grayscale: #111111. Windows color (decimal): -14940371 or 2950940. OLE color: 2950940.
HSL color Cylindrical-coordinate representation of color #1C072D: hue angle of 273.16º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C072D is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 7 | 45 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.82 |
| HSL | 273.16º | 0.73% | 0.1% | - |
| HSV(B) | 273.16º | 0.84% | 0.18% | - |
| XYZ | 1.03 | 0.59 | 2.54 | - |
| YUV | 17.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 7 | 45 | 0.38 | 0.84 | 0 | 0.82 | 273.16 | 0.73 | 0.1 |
| Hex | 1C | 7 | 2D | 26 | 54 | 0 | 52 | 111 | 49 | A |
| Octal | 34 | 7 | 55 | 46 | 124 | 0 | 122 | 421 | 111 | 12 |
| Binary | 11100 | 111 | 101101 | 100110 | 1010100 | 0 | 1010010 | 100010001 | 1001001 | 1010 |
Color Harmonies of #1C072D
Complementary color
Monochromatic Colors of #1C072D
Black with #1C072D
Text Example
Text Example
White with #1C072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C072D; }
p { color: rgb(28,7,45); }
H1.HeaderClassName
{
color: #1C072D;
}
.AnyTagClassName
{
color: #1C072D;
}
</style>
background-color css
<style>
a { background-color: #1C072D; }
a { background-color: rgb(28,7,45); }
div.DivClassName
{
background-color: #1C072D;
}
.BgClassName
{
background-color: #1C072D;
}
</style>
border-color css
<style>
span { border-color: #1C072D; }
span { border-color: rgb(28,7,45); }
td.TdClassName
{
border-color: #1C072D;
}
.TagClassName
{
border-color: #1C072D;
}
</style>