Shades of Blackcurrant #3A1650
Tints of Blackcurrant #3A1650
RGB
CMYK
RGB Variations
Color information
#3A1650 (or 0x3A1650) is known color: Blackcurrant. HEX triplet: 3A, 16 and 50. RGB value is (58,22,80). Sum of RGB (Red+Green+Blue) = 58+22+80=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A1650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1650 is #C5E9AF. Grayscale: #272727. Windows color (decimal): -12970416 or 5248570. OLE color: 5248570.
HSL color Cylindrical-coordinate representation of color #3A1650: hue angle of 277.24º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A1650 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 22 | 80 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.69 |
| HSL | 277.24º | 0.57% | 0.2% | - |
| HSV(B) | 277.24º | 0.73% | 0.31% | - |
| XYZ | 3.48 | 2.05 | 7.8 | - |
| YUV | 39.38 | 150.93 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 80 | 0.28 | 0.72 | 0 | 0.69 | 277.24 | 0.57 | 0.2 |
| Hex | 3A | 16 | 50 | 1C | 48 | 0 | 45 | 115 | 39 | 14 |
| Octal | 72 | 26 | 120 | 34 | 110 | 0 | 105 | 425 | 71 | 24 |
| Binary | 111010 | 10110 | 1010000 | 11100 | 1001000 | 0 | 1000101 | 100010101 | 111001 | 10100 |
Color Harmonies of #3A1650
Complementary color
Monochromatic Colors of #3A1650
Black with #3A1650
Text Example
Text Example
White with #3A1650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1650; }
p { color: rgb(58,22,80); }
H1.HeaderClassName
{
color: #3A1650;
}
.AnyTagClassName
{
color: #3A1650;
}
</style>
background-color css
<style>
a { background-color: #3A1650; }
a { background-color: rgb(58,22,80); }
div.DivClassName
{
background-color: #3A1650;
}
.BgClassName
{
background-color: #3A1650;
}
</style>
border-color css
<style>
span { border-color: #3A1650; }
span { border-color: rgb(58,22,80); }
td.TdClassName
{
border-color: #3A1650;
}
.TagClassName
{
border-color: #3A1650;
}
</style>