Shades of Blackcurrant #1C0320
Tints of Blackcurrant #1C0320
RGB
CMYK
RGB Variations
Color information
#1C0320 (or 0x1C0320) is known color: Blackcurrant. HEX triplet: 1C, 03 and 20. RGB value is (28,3,32). Sum of RGB (Red+Green+Blue) = 28+3+32=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 32 (12.89% from 255 or 50.79% from 63); Max value from RGB is 32 - color contains mainly: blue. Hex color #1C0320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0320 is #E3FCDF. Grayscale: #0D0D0D. Windows color (decimal): -14941408 or 2097948. OLE color: 2097948.
HSL color Cylindrical-coordinate representation of color #1C0320: hue angle of 291.72º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C0320 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 28 | 3 | 32 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.87 |
| HSL | 291.72º | 0.83% | 0.07% | - |
| HSV(B) | 291.72º | 0.91% | 0.13% | - |
| XYZ | 0.77 | 0.42 | 1.41 | - |
| YUV | 13.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 32 | 0.12 | 0.91 | 0 | 0.87 | 291.72 | 0.83 | 0.07 |
| Hex | 1C | 3 | 20 | C | 5B | 0 | 57 | 124 | 53 | 7 |
| Octal | 34 | 3 | 40 | 14 | 133 | 0 | 127 | 444 | 123 | 7 |
| Binary | 11100 | 11 | 100000 | 1100 | 1011011 | 0 | 1010111 | 100100100 | 1010011 | 111 |
Color Harmonies of #1C0320
Complementary color
Monochromatic Colors of #1C0320
Black with #1C0320
Text Example
Text Example
White with #1C0320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0320; }
p { color: rgb(28,3,32); }
H1.HeaderClassName
{
color: #1C0320;
}
.AnyTagClassName
{
color: #1C0320;
}
</style>
background-color css
<style>
a { background-color: #1C0320; }
a { background-color: rgb(28,3,32); }
div.DivClassName
{
background-color: #1C0320;
}
.BgClassName
{
background-color: #1C0320;
}
</style>
border-color css
<style>
span { border-color: #1C0320; }
span { border-color: rgb(28,3,32); }
td.TdClassName
{
border-color: #1C0320;
}
.TagClassName
{
border-color: #1C0320;
}
</style>