Shades of Blackcurrant #331E3C
Tints of Blackcurrant #331E3C
RGB
CMYK
RGB Variations
Color information
#331E3C (or 0x331E3C) is known color: Blackcurrant. HEX triplet: 33, 1E and 3C. RGB value is (51,30,60). Sum of RGB (Red+Green+Blue) = 51+30+60=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 60 - color contains mainly: blue. Hex color #331E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E3C is #CCE1C3. Grayscale: #272727. Windows color (decimal): -13427140 or 3939891. OLE color: 3939891.
HSL color Cylindrical-coordinate representation of color #331E3C: hue angle of 282º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #331E3C is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 30 | 60 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.76 |
| HSL | 282º | 0.33% | 0.18% | - |
| HSV(B) | 282º | 0.5% | 0.24% | - |
| XYZ | 2.65 | 1.96 | 4.51 | - |
| YUV | 39.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 60 | 0.15 | 0.50 | 0 | 0.76 | 282 | 0.33 | 0.18 |
| Hex | 33 | 1E | 3C | F | 32 | 0 | 4C | 11A | 21 | 12 |
| Octal | 63 | 36 | 74 | 17 | 62 | 0 | 114 | 432 | 41 | 22 |
| Binary | 110011 | 11110 | 111100 | 1111 | 110010 | 0 | 1001100 | 100011010 | 100001 | 10010 |
Color Harmonies of #331E3C
Complementary color
Monochromatic Colors of #331E3C
Black with #331E3C
Text Example
Text Example
White with #331E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331E3C; }
p { color: rgb(51,30,60); }
H1.HeaderClassName
{
color: #331E3C;
}
.AnyTagClassName
{
color: #331E3C;
}
</style>
background-color css
<style>
a { background-color: #331E3C; }
a { background-color: rgb(51,30,60); }
div.DivClassName
{
background-color: #331E3C;
}
.BgClassName
{
background-color: #331E3C;
}
</style>
border-color css
<style>
span { border-color: #331E3C; }
span { border-color: rgb(51,30,60); }
td.TdClassName
{
border-color: #331E3C;
}
.TagClassName
{
border-color: #331E3C;
}
</style>