Shades of Blackcurrant #331B4A
Tints of Blackcurrant #331B4A
RGB
CMYK
RGB Variations
Color information
#331B4A (or 0x331B4A) is known color: Blackcurrant. HEX triplet: 33, 1B and 4A. RGB value is (51,27,74). Sum of RGB (Red+Green+Blue) = 51+27+74=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #331B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B4A is #CCE4B5. Grayscale: #272727. Windows color (decimal): -13427894 or 4856627. OLE color: 4856627.
HSL color Cylindrical-coordinate representation of color #331B4A: hue angle of 270.64º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #331B4A is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 27 | 74 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.71 |
| HSL | 270.64º | 0.47% | 0.2% | - |
| HSV(B) | 270.64º | 0.64% | 0.29% | - |
| XYZ | 2.99 | 1.98 | 6.7 | - |
| YUV | 39.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 74 | 0.31 | 0.64 | 0 | 0.71 | 270.64 | 0.47 | 0.2 |
| Hex | 33 | 1B | 4A | 1F | 40 | 0 | 47 | 10F | 2F | 14 |
| Octal | 63 | 33 | 112 | 37 | 100 | 0 | 107 | 417 | 57 | 24 |
| Binary | 110011 | 11011 | 1001010 | 11111 | 1000000 | 0 | 1000111 | 100001111 | 101111 | 10100 |
Color Harmonies of #331B4A
Complementary color
Monochromatic Colors of #331B4A
Black with #331B4A
Text Example
Text Example
White with #331B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331B4A; }
p { color: rgb(51,27,74); }
H1.HeaderClassName
{
color: #331B4A;
}
.AnyTagClassName
{
color: #331B4A;
}
</style>
background-color css
<style>
a { background-color: #331B4A; }
a { background-color: rgb(51,27,74); }
div.DivClassName
{
background-color: #331B4A;
}
.BgClassName
{
background-color: #331B4A;
}
</style>
border-color css
<style>
span { border-color: #331B4A; }
span { border-color: rgb(51,27,74); }
td.TdClassName
{
border-color: #331B4A;
}
.TagClassName
{
border-color: #331B4A;
}
</style>