Shades of Blackcurrant #1C0321
Tints of Blackcurrant #1C0321
RGB
CMYK
RGB Variations
Color information
#1C0321 (or 0x1C0321) is known color: Blackcurrant. HEX triplet: 1C, 03 and 21. RGB value is (28,3,33). Sum of RGB (Red+Green+Blue) = 28+3+33=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 33 (13.28% from 255 or 51.56% from 64); Max value from RGB is 33 - color contains mainly: blue. Hex color #1C0321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0321 is #E3FCDE. Grayscale: #0D0D0D. Windows color (decimal): -14941407 or 2163484. OLE color: 2163484.
HSL color Cylindrical-coordinate representation of color #1C0321: hue angle of 290º 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 #1C0321 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 28 | 3 | 33 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.87 |
| HSL | 290º | 0.83% | 0.07% | - |
| HSV(B) | 290º | 0.91% | 0.13% | - |
| XYZ | 0.79 | 0.42 | 1.48 | - |
| YUV | 13.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 33 | 0.15 | 0.91 | 0 | 0.87 | 290 | 0.83 | 0.07 |
| Hex | 1C | 3 | 21 | F | 5B | 0 | 57 | 122 | 53 | 7 |
| Octal | 34 | 3 | 41 | 17 | 133 | 0 | 127 | 442 | 123 | 7 |
| Binary | 11100 | 11 | 100001 | 1111 | 1011011 | 0 | 1010111 | 100100010 | 1010011 | 111 |
Color Harmonies of #1C0321
Complementary color
Monochromatic Colors of #1C0321
Black with #1C0321
Text Example
Text Example
White with #1C0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0321; }
p { color: rgb(28,3,33); }
H1.HeaderClassName
{
color: #1C0321;
}
.AnyTagClassName
{
color: #1C0321;
}
</style>
background-color css
<style>
a { background-color: #1C0321; }
a { background-color: rgb(28,3,33); }
div.DivClassName
{
background-color: #1C0321;
}
.BgClassName
{
background-color: #1C0321;
}
</style>
border-color css
<style>
span { border-color: #1C0321; }
span { border-color: rgb(28,3,33); }
td.TdClassName
{
border-color: #1C0321;
}
.TagClassName
{
border-color: #1C0321;
}
</style>