Shades of Blackcurrant #321B40
Tints of Blackcurrant #321B40
RGB
CMYK
RGB Variations
Color information
#321B40 (or 0x321B40) is known color: Blackcurrant. HEX triplet: 32, 1B and 40. RGB value is (50,27,64). Sum of RGB (Red+Green+Blue) = 50+27+64=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #321B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B40 is #CDE4BF. Grayscale: #252525. Windows color (decimal): -13493440 or 4201266. OLE color: 4201266.
HSL color Cylindrical-coordinate representation of color #321B40: hue angle of 277.3º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321B40 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 27 | 64 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.75 |
| HSL | 277.3º | 0.41% | 0.18% | - |
| HSV(B) | 277.3º | 0.58% | 0.25% | - |
| XYZ | 2.63 | 1.83 | 5.07 | - |
| YUV | 38.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 64 | 0.22 | 0.58 | 0 | 0.75 | 277.3 | 0.41 | 0.18 |
| Hex | 32 | 1B | 40 | 16 | 3A | 0 | 4B | 115 | 29 | 12 |
| Octal | 62 | 33 | 100 | 26 | 72 | 0 | 113 | 425 | 51 | 22 |
| Binary | 110010 | 11011 | 1000000 | 10110 | 111010 | 0 | 1001011 | 100010101 | 101001 | 10010 |
Color Harmonies of #321B40
Complementary color
Monochromatic Colors of #321B40
Black with #321B40
Text Example
Text Example
White with #321B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B40; }
p { color: rgb(50,27,64); }
H1.HeaderClassName
{
color: #321B40;
}
.AnyTagClassName
{
color: #321B40;
}
</style>
background-color css
<style>
a { background-color: #321B40; }
a { background-color: rgb(50,27,64); }
div.DivClassName
{
background-color: #321B40;
}
.BgClassName
{
background-color: #321B40;
}
</style>
border-color css
<style>
span { border-color: #321B40; }
span { border-color: rgb(50,27,64); }
td.TdClassName
{
border-color: #321B40;
}
.TagClassName
{
border-color: #321B40;
}
</style>