Shades of Blackcurrant #331E3F
Tints of Blackcurrant #331E3F
RGB
CMYK
RGB Variations
Color information
#331E3F (or 0x331E3F) is known color: Blackcurrant. HEX triplet: 33, 1E and 3F. RGB value is (51,30,63). Sum of RGB (Red+Green+Blue) = 51+30+63=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #331E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E3F is #CCE1C0. Grayscale: #272727. Windows color (decimal): -13427137 or 4136499. OLE color: 4136499.
HSL color Cylindrical-coordinate representation of color #331E3F: hue angle of 278.18º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #331E3F is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 30 | 63 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.75 |
| HSL | 278.18º | 0.35% | 0.18% | - |
| HSV(B) | 278.18º | 0.52% | 0.25% | - |
| XYZ | 2.73 | 1.99 | 4.94 | - |
| YUV | 40.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 63 | 0.19 | 0.52 | 0 | 0.75 | 278.18 | 0.35 | 0.18 |
| Hex | 33 | 1E | 3F | 13 | 34 | 0 | 4B | 116 | 23 | 12 |
| Octal | 63 | 36 | 77 | 23 | 64 | 0 | 113 | 426 | 43 | 22 |
| Binary | 110011 | 11110 | 111111 | 10011 | 110100 | 0 | 1001011 | 100010110 | 100011 | 10010 |
Color Harmonies of #331E3F
Complementary color
Monochromatic Colors of #331E3F
Black with #331E3F
Text Example
Text Example
White with #331E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331E3F; }
p { color: rgb(51,30,63); }
H1.HeaderClassName
{
color: #331E3F;
}
.AnyTagClassName
{
color: #331E3F;
}
</style>
background-color css
<style>
a { background-color: #331E3F; }
a { background-color: rgb(51,30,63); }
div.DivClassName
{
background-color: #331E3F;
}
.BgClassName
{
background-color: #331E3F;
}
</style>
border-color css
<style>
span { border-color: #331E3F; }
span { border-color: rgb(51,30,63); }
td.TdClassName
{
border-color: #331E3F;
}
.TagClassName
{
border-color: #331E3F;
}
</style>