Shades of Blackcurrant #331642
Tints of Blackcurrant #331642
RGB
CMYK
RGB Variations
Color information
#331642 (or 0x331642) is known color: Blackcurrant. HEX triplet: 33, 16 and 42. RGB value is (51,22,66). Sum of RGB (Red+Green+Blue) = 51+22+66=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 66 - color contains mainly: blue. Hex color #331642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331642 is #CCE9BD. Grayscale: #232323. Windows color (decimal): -13429182 or 4331059. OLE color: 4331059.
HSL color Cylindrical-coordinate representation of color #331642: hue angle of 279.55º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331642 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 22 | 66 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.74 |
| HSL | 279.55º | 0.5% | 0.17% | - |
| HSV(B) | 279.55º | 0.67% | 0.26% | - |
| XYZ | 2.64 | 1.67 | 5.34 | - |
| YUV | 35.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 66 | 0.23 | 0.67 | 0 | 0.74 | 279.55 | 0.5 | 0.17 |
| Hex | 33 | 16 | 42 | 17 | 43 | 0 | 4A | 118 | 32 | 11 |
| Octal | 63 | 26 | 102 | 27 | 103 | 0 | 112 | 430 | 62 | 21 |
| Binary | 110011 | 10110 | 1000010 | 10111 | 1000011 | 0 | 1001010 | 100011000 | 110010 | 10001 |
Color Harmonies of #331642
Complementary color
Monochromatic Colors of #331642
Black with #331642
Text Example
Text Example
White with #331642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331642; }
p { color: rgb(51,22,66); }
H1.HeaderClassName
{
color: #331642;
}
.AnyTagClassName
{
color: #331642;
}
</style>
background-color css
<style>
a { background-color: #331642; }
a { background-color: rgb(51,22,66); }
div.DivClassName
{
background-color: #331642;
}
.BgClassName
{
background-color: #331642;
}
</style>
border-color css
<style>
span { border-color: #331642; }
span { border-color: rgb(51,22,66); }
td.TdClassName
{
border-color: #331642;
}
.TagClassName
{
border-color: #331642;
}
</style>