Shades of Blackcurrant #3B1348
Tints of Blackcurrant #3B1348
RGB
CMYK
RGB Variations
Color information
#3B1348 (or 0x3B1348) is known color: Blackcurrant. HEX triplet: 3B, 13 and 48. RGB value is (59,19,72). Sum of RGB (Red+Green+Blue) = 59+19+72=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1348 is #C4ECB7. Grayscale: #242424. Windows color (decimal): -12905656 or 4723515. OLE color: 4723515.
HSL color Cylindrical-coordinate representation of color #3B1348: hue angle of 285.28º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B1348 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 19 | 72 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.72 |
| HSL | 285.28º | 0.58% | 0.18% | - |
| HSV(B) | 285.28º | 0.74% | 0.28% | - |
| XYZ | 3.21 | 1.86 | 6.32 | - |
| YUV | 37 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 19 | 72 | 0.18 | 0.74 | 0 | 0.72 | 285.28 | 0.58 | 0.18 |
| Hex | 3B | 13 | 48 | 12 | 4A | 0 | 48 | 11D | 3A | 12 |
| Octal | 73 | 23 | 110 | 22 | 112 | 0 | 110 | 435 | 72 | 22 |
| Binary | 111011 | 10011 | 1001000 | 10010 | 1001010 | 0 | 1001000 | 100011101 | 111010 | 10010 |
Color Harmonies of #3B1348
Complementary color
Monochromatic Colors of #3B1348
Black with #3B1348
Text Example
Text Example
White with #3B1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1348; }
p { color: rgb(59,19,72); }
H1.HeaderClassName
{
color: #3B1348;
}
.AnyTagClassName
{
color: #3B1348;
}
</style>
background-color css
<style>
a { background-color: #3B1348; }
a { background-color: rgb(59,19,72); }
div.DivClassName
{
background-color: #3B1348;
}
.BgClassName
{
background-color: #3B1348;
}
</style>
border-color css
<style>
span { border-color: #3B1348; }
span { border-color: rgb(59,19,72); }
td.TdClassName
{
border-color: #3B1348;
}
.TagClassName
{
border-color: #3B1348;
}
</style>