Shades of Blackcurrant #3A0B48
Tints of Blackcurrant #3A0B48
RGB
CMYK
RGB Variations
Color information
#3A0B48 (or 0x3A0B48) is known color: Blackcurrant. HEX triplet: 3A, 0B and 48. RGB value is (58,11,72). Sum of RGB (Red+Green+Blue) = 58+11+72=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A0B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0B48 is #C5F4B7. Grayscale: #1F1F1F. Windows color (decimal): -12973240 or 4721466. OLE color: 4721466.
HSL color Cylindrical-coordinate representation of color #3A0B48: hue angle of 286.23º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A0B48 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 11 | 72 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.72 |
| HSL | 286.23º | 0.73% | 0.16% | - |
| HSV(B) | 286.23º | 0.85% | 0.28% | - |
| XYZ | 3.03 | 1.61 | 6.28 | - |
| YUV | 32.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 11 | 72 | 0.19 | 0.85 | 0 | 0.72 | 286.23 | 0.73 | 0.16 |
| Hex | 3A | B | 48 | 13 | 55 | 0 | 48 | 11E | 49 | 10 |
| Octal | 72 | 13 | 110 | 23 | 125 | 0 | 110 | 436 | 111 | 20 |
| Binary | 111010 | 1011 | 1001000 | 10011 | 1010101 | 0 | 1001000 | 100011110 | 1001001 | 10000 |
Color Harmonies of #3A0B48
Complementary color
Monochromatic Colors of #3A0B48
Black with #3A0B48
Text Example
Text Example
White with #3A0B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0B48; }
p { color: rgb(58,11,72); }
H1.HeaderClassName
{
color: #3A0B48;
}
.AnyTagClassName
{
color: #3A0B48;
}
</style>
background-color css
<style>
a { background-color: #3A0B48; }
a { background-color: rgb(58,11,72); }
div.DivClassName
{
background-color: #3A0B48;
}
.BgClassName
{
background-color: #3A0B48;
}
</style>
border-color css
<style>
span { border-color: #3A0B48; }
span { border-color: rgb(58,11,72); }
td.TdClassName
{
border-color: #3A0B48;
}
.TagClassName
{
border-color: #3A0B48;
}
</style>