Shades of Blackcurrant #331641
Tints of Blackcurrant #331641
RGB
CMYK
RGB Variations
Color information
#331641 (or 0x331641) is known color: Blackcurrant. HEX triplet: 33, 16 and 41. RGB value is (51,22,65). Sum of RGB (Red+Green+Blue) = 51+22+65=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #331641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331641 is #CCE9BE. Grayscale: #232323. Windows color (decimal): -13429183 or 4265523. OLE color: 4265523.
HSL color Cylindrical-coordinate representation of color #331641: hue angle of 280.47º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #331641 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 22 | 65 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.75 |
| HSL | 280.47º | 0.49% | 0.17% | - |
| HSV(B) | 280.47º | 0.66% | 0.25% | - |
| XYZ | 2.61 | 1.66 | 5.18 | - |
| YUV | 35.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 65 | 0.22 | 0.66 | 0 | 0.75 | 280.47 | 0.49 | 0.17 |
| Hex | 33 | 16 | 41 | 16 | 42 | 0 | 4B | 118 | 31 | 11 |
| Octal | 63 | 26 | 101 | 26 | 102 | 0 | 113 | 430 | 61 | 21 |
| Binary | 110011 | 10110 | 1000001 | 10110 | 1000010 | 0 | 1001011 | 100011000 | 110001 | 10001 |
Color Harmonies of #331641
Complementary color
Monochromatic Colors of #331641
Black with #331641
Text Example
Text Example
White with #331641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331641; }
p { color: rgb(51,22,65); }
H1.HeaderClassName
{
color: #331641;
}
.AnyTagClassName
{
color: #331641;
}
</style>
background-color css
<style>
a { background-color: #331641; }
a { background-color: rgb(51,22,65); }
div.DivClassName
{
background-color: #331641;
}
.BgClassName
{
background-color: #331641;
}
</style>
border-color css
<style>
span { border-color: #331641; }
span { border-color: rgb(51,22,65); }
td.TdClassName
{
border-color: #331641;
}
.TagClassName
{
border-color: #331641;
}
</style>