Shades of Blackcurrant #321343
Tints of Blackcurrant #321343
RGB
CMYK
RGB Variations
Color information
#321343 (or 0x321343) is known color: Blackcurrant. HEX triplet: 32, 13 and 43. RGB value is (50,19,67). Sum of RGB (Red+Green+Blue) = 50+19+67=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 67 - color contains mainly: blue. Hex color #321343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321343 is #CDECBC. Grayscale: #212121. Windows color (decimal): -13495485 or 4395826. OLE color: 4395826.
HSL color Cylindrical-coordinate representation of color #321343: hue angle of 278.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #321343 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 19 | 67 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.74 |
| HSL | 278.75º | 0.56% | 0.17% | - |
| HSV(B) | 278.75º | 0.72% | 0.26% | - |
| XYZ | 2.56 | 1.55 | 5.47 | - |
| YUV | 33.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 67 | 0.25 | 0.72 | 0 | 0.74 | 278.75 | 0.56 | 0.17 |
| Hex | 32 | 13 | 43 | 19 | 48 | 0 | 4A | 117 | 38 | 11 |
| Octal | 62 | 23 | 103 | 31 | 110 | 0 | 112 | 427 | 70 | 21 |
| Binary | 110010 | 10011 | 1000011 | 11001 | 1001000 | 0 | 1001010 | 100010111 | 111000 | 10001 |
Color Harmonies of #321343
Complementary color
Monochromatic Colors of #321343
Black with #321343
Text Example
Text Example
White with #321343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321343; }
p { color: rgb(50,19,67); }
H1.HeaderClassName
{
color: #321343;
}
.AnyTagClassName
{
color: #321343;
}
</style>
background-color css
<style>
a { background-color: #321343; }
a { background-color: rgb(50,19,67); }
div.DivClassName
{
background-color: #321343;
}
.BgClassName
{
background-color: #321343;
}
</style>
border-color css
<style>
span { border-color: #321343; }
span { border-color: rgb(50,19,67); }
td.TdClassName
{
border-color: #321343;
}
.TagClassName
{
border-color: #321343;
}
</style>