Shades of Blackcurrant #331142
Tints of Blackcurrant #331142
RGB
CMYK
RGB Variations
Color information
#331142 (or 0x331142) is known color: Blackcurrant. HEX triplet: 33, 11 and 42. RGB value is (51,17,66). Sum of RGB (Red+Green+Blue) = 51+17+66=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 66 (26.17% from 255 or 49.25% from 134); Max value from RGB is 66 - color contains mainly: blue. Hex color #331142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331142 is #CCEEBD. Grayscale: #202020. Windows color (decimal): -13430462 or 4329779. OLE color: 4329779.
HSL color Cylindrical-coordinate representation of color #331142: hue angle of 281.63º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #331142 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 17 | 66 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.74 |
| HSL | 281.63º | 0.59% | 0.16% | - |
| HSV(B) | 281.63º | 0.74% | 0.26% | - |
| XYZ | 2.55 | 1.5 | 5.31 | - |
| YUV | 32.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 66 | 0.23 | 0.74 | 0 | 0.74 | 281.63 | 0.59 | 0.16 |
| Hex | 33 | 11 | 42 | 17 | 4A | 0 | 4A | 11A | 3B | 10 |
| Octal | 63 | 21 | 102 | 27 | 112 | 0 | 112 | 432 | 73 | 20 |
| Binary | 110011 | 10001 | 1000010 | 10111 | 1001010 | 0 | 1001010 | 100011010 | 111011 | 10000 |
Color Harmonies of #331142
Complementary color
Monochromatic Colors of #331142
Black with #331142
Text Example
Text Example
White with #331142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331142; }
p { color: rgb(51,17,66); }
H1.HeaderClassName
{
color: #331142;
}
.AnyTagClassName
{
color: #331142;
}
</style>
background-color css
<style>
a { background-color: #331142; }
a { background-color: rgb(51,17,66); }
div.DivClassName
{
background-color: #331142;
}
.BgClassName
{
background-color: #331142;
}
</style>
border-color css
<style>
span { border-color: #331142; }
span { border-color: rgb(51,17,66); }
td.TdClassName
{
border-color: #331142;
}
.TagClassName
{
border-color: #331142;
}
</style>