Shades of Blackcurrant #321744
Tints of Blackcurrant #321744
RGB
CMYK
RGB Variations
Color information
#321744 (or 0x321744) is known color: Blackcurrant. HEX triplet: 32, 17 and 44. RGB value is (50,23,68). Sum of RGB (Red+Green+Blue) = 50+23+68=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #321744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321744 is #CDE8BB. Grayscale: #242424. Windows color (decimal): -13494460 or 4462386. OLE color: 4462386.
HSL color Cylindrical-coordinate representation of color #321744: hue angle of 276º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321744 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 23 | 68 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.73 |
| HSL | 276º | 0.49% | 0.18% | - |
| HSV(B) | 276º | 0.66% | 0.27% | - |
| XYZ | 2.67 | 1.71 | 5.66 | - |
| YUV | 36.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 68 | 0.26 | 0.66 | 0 | 0.73 | 276 | 0.49 | 0.18 |
| Hex | 32 | 17 | 44 | 1A | 42 | 0 | 49 | 114 | 31 | 12 |
| Octal | 62 | 27 | 104 | 32 | 102 | 0 | 111 | 424 | 61 | 22 |
| Binary | 110010 | 10111 | 1000100 | 11010 | 1000010 | 0 | 1001001 | 100010100 | 110001 | 10010 |
Color Harmonies of #321744
Complementary color
Monochromatic Colors of #321744
Black with #321744
Text Example
Text Example
White with #321744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321744; }
p { color: rgb(50,23,68); }
H1.HeaderClassName
{
color: #321744;
}
.AnyTagClassName
{
color: #321744;
}
</style>
background-color css
<style>
a { background-color: #321744; }
a { background-color: rgb(50,23,68); }
div.DivClassName
{
background-color: #321744;
}
.BgClassName
{
background-color: #321744;
}
</style>
border-color css
<style>
span { border-color: #321744; }
span { border-color: rgb(50,23,68); }
td.TdClassName
{
border-color: #321744;
}
.TagClassName
{
border-color: #321744;
}
</style>