Shades of Blackcurrant #321B43
Tints of Blackcurrant #321B43
RGB
CMYK
RGB Variations
Color information
#321B43 (or 0x321B43) is known color: Blackcurrant. HEX triplet: 32, 1B and 43. RGB value is (50,27,67). Sum of RGB (Red+Green+Blue) = 50+27+67=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 67 (26.56% from 255 or 46.53% from 144); Max value from RGB is 67 - color contains mainly: blue. Hex color #321B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B43 is #CDE4BC. Grayscale: #262626. Windows color (decimal): -13493437 or 4397874. OLE color: 4397874.
HSL color Cylindrical-coordinate representation of color #321B43: hue angle of 274.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #321B43 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 27 | 67 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.74 |
| HSL | 274.5º | 0.43% | 0.18% | - |
| HSV(B) | 274.5º | 0.6% | 0.26% | - |
| XYZ | 2.72 | 1.87 | 5.53 | - |
| YUV | 38.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 67 | 0.25 | 0.60 | 0 | 0.74 | 274.5 | 0.43 | 0.18 |
| Hex | 32 | 1B | 43 | 19 | 3C | 0 | 4A | 112 | 2B | 12 |
| Octal | 62 | 33 | 103 | 31 | 74 | 0 | 112 | 422 | 53 | 22 |
| Binary | 110010 | 11011 | 1000011 | 11001 | 111100 | 0 | 1001010 | 100010010 | 101011 | 10010 |
Color Harmonies of #321B43
Complementary color
Monochromatic Colors of #321B43
Black with #321B43
Text Example
Text Example
White with #321B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B43; }
p { color: rgb(50,27,67); }
H1.HeaderClassName
{
color: #321B43;
}
.AnyTagClassName
{
color: #321B43;
}
</style>
background-color css
<style>
a { background-color: #321B43; }
a { background-color: rgb(50,27,67); }
div.DivClassName
{
background-color: #321B43;
}
.BgClassName
{
background-color: #321B43;
}
</style>
border-color css
<style>
span { border-color: #321B43; }
span { border-color: rgb(50,27,67); }
td.TdClassName
{
border-color: #321B43;
}
.TagClassName
{
border-color: #321B43;
}
</style>