Shades of Blackcurrant #3B025A
Tints of Blackcurrant #3B025A
RGB
CMYK
RGB Variations
Color information
#3B025A (or 0x3B025A) is known color: Blackcurrant. HEX triplet: 3B, 02 and 5A. RGB value is (59,2,90). Sum of RGB (Red+Green+Blue) = 59+2+90=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B025A is #C4FDA5. Grayscale: #1C1C1C. Windows color (decimal): -12909990 or 5898811. OLE color: 5898811.
HSL color Cylindrical-coordinate representation of color #3B025A: hue angle of 278.86º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B025A is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 2 | 90 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.65 |
| HSL | 278.86º | 0.96% | 0.18% | - |
| HSV(B) | 278.86º | 0.98% | 0.35% | - |
| XYZ | 3.67 | 1.71 | 9.81 | - |
| YUV | 29.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 90 | 0.34 | 0.98 | 0 | 0.65 | 278.86 | 0.96 | 0.18 |
| Hex | 3B | 2 | 5A | 22 | 62 | 0 | 41 | 117 | 60 | 12 |
| Octal | 73 | 2 | 132 | 42 | 142 | 0 | 101 | 427 | 140 | 22 |
| Binary | 111011 | 10 | 1011010 | 100010 | 1100010 | 0 | 1000001 | 100010111 | 1100000 | 10010 |
Color Harmonies of #3B025A
Complementary color
Monochromatic Colors of #3B025A
Black with #3B025A
Text Example
Text Example
White with #3B025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B025A; }
p { color: rgb(59,2,90); }
H1.HeaderClassName
{
color: #3B025A;
}
.AnyTagClassName
{
color: #3B025A;
}
</style>
background-color css
<style>
a { background-color: #3B025A; }
a { background-color: rgb(59,2,90); }
div.DivClassName
{
background-color: #3B025A;
}
.BgClassName
{
background-color: #3B025A;
}
</style>
border-color css
<style>
span { border-color: #3B025A; }
span { border-color: rgb(59,2,90); }
td.TdClassName
{
border-color: #3B025A;
}
.TagClassName
{
border-color: #3B025A;
}
</style>