Shades of Blackcurrant #3A1053
Tints of Blackcurrant #3A1053
RGB
CMYK
RGB Variations
Color information
#3A1053 (or 0x3A1053) is known color: Blackcurrant. HEX triplet: 3A, 10 and 53. RGB value is (58,16,83). Sum of RGB (Red+Green+Blue) = 58+16+83=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A1053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1053 is #C5EFAC. Grayscale: #232323. Windows color (decimal): -12971949 or 5443642. OLE color: 5443642.
HSL color Cylindrical-coordinate representation of color #3A1053: hue angle of 277.61º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A1053 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 16 | 83 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.67 |
| HSL | 277.61º | 0.68% | 0.19% | - |
| HSV(B) | 277.61º | 0.81% | 0.33% | - |
| XYZ | 3.49 | 1.89 | 8.37 | - |
| YUV | 36.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 83 | 0.30 | 0.81 | 0 | 0.67 | 277.61 | 0.68 | 0.19 |
| Hex | 3A | 10 | 53 | 1E | 51 | 0 | 43 | 116 | 44 | 13 |
| Octal | 72 | 20 | 123 | 36 | 121 | 0 | 103 | 426 | 104 | 23 |
| Binary | 111010 | 10000 | 1010011 | 11110 | 1010001 | 0 | 1000011 | 100010110 | 1000100 | 10011 |
Color Harmonies of #3A1053
Complementary color
Monochromatic Colors of #3A1053
Black with #3A1053
Text Example
Text Example
White with #3A1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1053; }
p { color: rgb(58,16,83); }
H1.HeaderClassName
{
color: #3A1053;
}
.AnyTagClassName
{
color: #3A1053;
}
</style>
background-color css
<style>
a { background-color: #3A1053; }
a { background-color: rgb(58,16,83); }
div.DivClassName
{
background-color: #3A1053;
}
.BgClassName
{
background-color: #3A1053;
}
</style>
border-color css
<style>
span { border-color: #3A1053; }
span { border-color: rgb(58,16,83); }
td.TdClassName
{
border-color: #3A1053;
}
.TagClassName
{
border-color: #3A1053;
}
</style>