Shades of Blackcurrant #321B3B
Tints of Blackcurrant #321B3B
RGB
CMYK
RGB Variations
Color information
#321B3B (or 0x321B3B) is known color: Blackcurrant. HEX triplet: 32, 1B and 3B. RGB value is (50,27,59). Sum of RGB (Red+Green+Blue) = 50+27+59=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 59 - color contains mainly: blue. Hex color #321B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B3B is #CDE4C4. Grayscale: #252525. Windows color (decimal): -13493445 or 3873586. OLE color: 3873586.
HSL color Cylindrical-coordinate representation of color #321B3B: hue angle of 283.12º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #321B3B is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 27 | 59 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.77 |
| HSL | 283.13º | 0.37% | 0.17% | - |
| HSV(B) | 283.13º | 0.54% | 0.23% | - |
| XYZ | 2.5 | 1.78 | 4.35 | - |
| YUV | 37.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 59 | 0.15 | 0.54 | 0 | 0.77 | 283.13 | 0.37 | 0.17 |
| Hex | 32 | 1B | 3B | F | 36 | 0 | 4D | 11B | 25 | 11 |
| Octal | 62 | 33 | 73 | 17 | 66 | 0 | 115 | 433 | 45 | 21 |
| Binary | 110010 | 11011 | 111011 | 1111 | 110110 | 0 | 1001101 | 100011011 | 100101 | 10001 |
Color Harmonies of #321B3B
Complementary color
Monochromatic Colors of #321B3B
Black with #321B3B
Text Example
Text Example
White with #321B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B3B; }
p { color: rgb(50,27,59); }
H1.HeaderClassName
{
color: #321B3B;
}
.AnyTagClassName
{
color: #321B3B;
}
</style>
background-color css
<style>
a { background-color: #321B3B; }
a { background-color: rgb(50,27,59); }
div.DivClassName
{
background-color: #321B3B;
}
.BgClassName
{
background-color: #321B3B;
}
</style>
border-color css
<style>
span { border-color: #321B3B; }
span { border-color: rgb(50,27,59); }
td.TdClassName
{
border-color: #321B3B;
}
.TagClassName
{
border-color: #321B3B;
}
</style>