Shades of Blackcurrant #331443
Tints of Blackcurrant #331443
RGB
CMYK
RGB Variations
Color information
#331443 (or 0x331443) is known color: Blackcurrant. HEX triplet: 33, 14 and 43. RGB value is (51,20,67). Sum of RGB (Red+Green+Blue) = 51+20+67=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 67 (26.56% from 255 or 48.55% from 138); Max value from RGB is 67 - color contains mainly: blue. Hex color #331443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331443 is #CCEBBC. Grayscale: #222222. Windows color (decimal): -13429693 or 4396083. OLE color: 4396083.
HSL color Cylindrical-coordinate representation of color #331443: hue angle of 279.57º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #331443 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 20 | 67 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.74 |
| HSL | 279.57º | 0.54% | 0.17% | - |
| HSV(B) | 279.57º | 0.7% | 0.26% | - |
| XYZ | 2.63 | 1.61 | 5.48 | - |
| YUV | 34.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 67 | 0.24 | 0.70 | 0 | 0.74 | 279.57 | 0.54 | 0.17 |
| Hex | 33 | 14 | 43 | 18 | 46 | 0 | 4A | 118 | 36 | 11 |
| Octal | 63 | 24 | 103 | 30 | 106 | 0 | 112 | 430 | 66 | 21 |
| Binary | 110011 | 10100 | 1000011 | 11000 | 1000110 | 0 | 1001010 | 100011000 | 110110 | 10001 |
Color Harmonies of #331443
Complementary color
Monochromatic Colors of #331443
Black with #331443
Text Example
Text Example
White with #331443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331443; }
p { color: rgb(51,20,67); }
H1.HeaderClassName
{
color: #331443;
}
.AnyTagClassName
{
color: #331443;
}
</style>
background-color css
<style>
a { background-color: #331443; }
a { background-color: rgb(51,20,67); }
div.DivClassName
{
background-color: #331443;
}
.BgClassName
{
background-color: #331443;
}
</style>
border-color css
<style>
span { border-color: #331443; }
span { border-color: rgb(51,20,67); }
td.TdClassName
{
border-color: #331443;
}
.TagClassName
{
border-color: #331443;
}
</style>