Shades of Blackcurrant #331442
Tints of Blackcurrant #331442
RGB
CMYK
RGB Variations
Color information
#331442 (or 0x331442) is known color: Blackcurrant. HEX triplet: 33, 14 and 42. RGB value is (51,20,66). Sum of RGB (Red+Green+Blue) = 51+20+66=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 66 (26.17% from 255 or 48.18% from 137); Max value from RGB is 66 - color contains mainly: blue. Hex color #331442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331442 is #CCEBBD. Grayscale: #222222. Windows color (decimal): -13429694 or 4330547. OLE color: 4330547.
HSL color Cylindrical-coordinate representation of color #331442: hue angle of 280.43º degrees, saturation: 0.53, 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 #331442 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 20 | 66 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.74 |
| HSL | 280.43º | 0.53% | 0.17% | - |
| HSV(B) | 280.43º | 0.7% | 0.26% | - |
| XYZ | 2.6 | 1.6 | 5.33 | - |
| YUV | 34.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 66 | 0.23 | 0.70 | 0 | 0.74 | 280.43 | 0.53 | 0.17 |
| Hex | 33 | 14 | 42 | 17 | 46 | 0 | 4A | 118 | 35 | 11 |
| Octal | 63 | 24 | 102 | 27 | 106 | 0 | 112 | 430 | 65 | 21 |
| Binary | 110011 | 10100 | 1000010 | 10111 | 1000110 | 0 | 1001010 | 100011000 | 110101 | 10001 |
Color Harmonies of #331442
Complementary color
Monochromatic Colors of #331442
Black with #331442
Text Example
Text Example
White with #331442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331442; }
p { color: rgb(51,20,66); }
H1.HeaderClassName
{
color: #331442;
}
.AnyTagClassName
{
color: #331442;
}
</style>
background-color css
<style>
a { background-color: #331442; }
a { background-color: rgb(51,20,66); }
div.DivClassName
{
background-color: #331442;
}
.BgClassName
{
background-color: #331442;
}
</style>
border-color css
<style>
span { border-color: #331442; }
span { border-color: rgb(51,20,66); }
td.TdClassName
{
border-color: #331442;
}
.TagClassName
{
border-color: #331442;
}
</style>