Shades of Blackcurrant #321A3C
Tints of Blackcurrant #321A3C
RGB
CMYK
RGB Variations
Color information
#321A3C (or 0x321A3C) is known color: Blackcurrant. HEX triplet: 32, 1A and 3C. RGB value is (50,26,60). Sum of RGB (Red+Green+Blue) = 50+26+60=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 60 - color contains mainly: blue. Hex color #321A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A3C is #CDE5C3. Grayscale: #242424. Windows color (decimal): -13493700 or 3938866. OLE color: 3938866.
HSL color Cylindrical-coordinate representation of color #321A3C: hue angle of 282.35º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #321A3C is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 26 | 60 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.76 |
| HSL | 282.35º | 0.4% | 0.17% | - |
| HSV(B) | 282.35º | 0.57% | 0.24% | - |
| XYZ | 2.5 | 1.74 | 4.48 | - |
| YUV | 37.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 60 | 0.17 | 0.57 | 0 | 0.76 | 282.35 | 0.4 | 0.17 |
| Hex | 32 | 1A | 3C | 11 | 39 | 0 | 4C | 11A | 28 | 11 |
| Octal | 62 | 32 | 74 | 21 | 71 | 0 | 114 | 432 | 50 | 21 |
| Binary | 110010 | 11010 | 111100 | 10001 | 111001 | 0 | 1001100 | 100011010 | 101000 | 10001 |
Color Harmonies of #321A3C
Complementary color
Monochromatic Colors of #321A3C
Black with #321A3C
Text Example
Text Example
White with #321A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A3C; }
p { color: rgb(50,26,60); }
H1.HeaderClassName
{
color: #321A3C;
}
.AnyTagClassName
{
color: #321A3C;
}
</style>
background-color css
<style>
a { background-color: #321A3C; }
a { background-color: rgb(50,26,60); }
div.DivClassName
{
background-color: #321A3C;
}
.BgClassName
{
background-color: #321A3C;
}
</style>
border-color css
<style>
span { border-color: #321A3C; }
span { border-color: rgb(50,26,60); }
td.TdClassName
{
border-color: #321A3C;
}
.TagClassName
{
border-color: #321A3C;
}
</style>