Shades of Blackcurrant #3A0844
Tints of Blackcurrant #3A0844
RGB
CMYK
RGB Variations
Color information
#3A0844 (or 0x3A0844) is known color: Blackcurrant. HEX triplet: 3A, 08 and 44. RGB value is (58,8,68). Sum of RGB (Red+Green+Blue) = 58+8+68=134 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.28% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 68 (26.95% from 255 or 50.75% from 134); Max value from RGB is 68 - color contains mainly: blue. Hex color #3A0844 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0844 is #C5F7BB. Grayscale: #1D1D1D. Windows color (decimal): -12974012 or 4458554. OLE color: 4458554.
HSL color Cylindrical-coordinate representation of color #3A0844: hue angle of 290º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A0844 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 8 | 68 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.73 |
| HSL | 290º | 0.79% | 0.15% | - |
| HSV(B) | 290º | 0.88% | 0.27% | - |
| XYZ | 2.88 | 1.49 | 5.61 | - |
| YUV | 29.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 68 | 0.15 | 0.88 | 0 | 0.73 | 290 | 0.79 | 0.15 |
| Hex | 3A | 8 | 44 | F | 58 | 0 | 49 | 122 | 4F | F |
| Octal | 72 | 10 | 104 | 17 | 130 | 0 | 111 | 442 | 117 | 17 |
| Binary | 111010 | 1000 | 1000100 | 1111 | 1011000 | 0 | 1001001 | 100100010 | 1001111 | 1111 |
Color Harmonies of #3A0844
Complementary color
Monochromatic Colors of #3A0844
Black with #3A0844
Text Example
Text Example
White with #3A0844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0844; }
p { color: rgb(58,8,68); }
H1.HeaderClassName
{
color: #3A0844;
}
.AnyTagClassName
{
color: #3A0844;
}
</style>
background-color css
<style>
a { background-color: #3A0844; }
a { background-color: rgb(58,8,68); }
div.DivClassName
{
background-color: #3A0844;
}
.BgClassName
{
background-color: #3A0844;
}
</style>
border-color css
<style>
span { border-color: #3A0844; }
span { border-color: rgb(58,8,68); }
td.TdClassName
{
border-color: #3A0844;
}
.TagClassName
{
border-color: #3A0844;
}
</style>