Shades of Blackcurrant #331343
Tints of Blackcurrant #331343
RGB
CMYK
RGB Variations
Color information
#331343 (or 0x331343) is known color: Blackcurrant. HEX triplet: 33, 13 and 43. RGB value is (51,19,67). Sum of RGB (Red+Green+Blue) = 51+19+67=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 67 - color contains mainly: blue. Hex color #331343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331343 is #CCECBC. Grayscale: #212121. Windows color (decimal): -13429949 or 4395827. OLE color: 4395827.
HSL color Cylindrical-coordinate representation of color #331343: hue angle of 280º 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 #331343 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 19 | 67 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.74 |
| HSL | 280º | 0.56% | 0.17% | - |
| HSV(B) | 280º | 0.72% | 0.26% | - |
| XYZ | 2.61 | 1.57 | 5.48 | - |
| YUV | 34.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 67 | 0.24 | 0.72 | 0 | 0.74 | 280 | 0.56 | 0.17 |
| Hex | 33 | 13 | 43 | 18 | 48 | 0 | 4A | 118 | 38 | 11 |
| Octal | 63 | 23 | 103 | 30 | 110 | 0 | 112 | 430 | 70 | 21 |
| Binary | 110011 | 10011 | 1000011 | 11000 | 1001000 | 0 | 1001010 | 100011000 | 111000 | 10001 |
Color Harmonies of #331343
Complementary color
Monochromatic Colors of #331343
Black with #331343
Text Example
Text Example
White with #331343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331343; }
p { color: rgb(51,19,67); }
H1.HeaderClassName
{
color: #331343;
}
.AnyTagClassName
{
color: #331343;
}
</style>
background-color css
<style>
a { background-color: #331343; }
a { background-color: rgb(51,19,67); }
div.DivClassName
{
background-color: #331343;
}
.BgClassName
{
background-color: #331343;
}
</style>
border-color css
<style>
span { border-color: #331343; }
span { border-color: rgb(51,19,67); }
td.TdClassName
{
border-color: #331343;
}
.TagClassName
{
border-color: #331343;
}
</style>