Shades of Blackcurrant #3B044D
Tints of Blackcurrant #3B044D
RGB
CMYK
RGB Variations
Color information
#3B044D (or 0x3B044D) is known color: Blackcurrant. HEX triplet: 3B, 04 and 4D. RGB value is (59,4,77). Sum of RGB (Red+Green+Blue) = 59+4+77=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B044D is #C4FBB2. Grayscale: #1C1C1C. Windows color (decimal): -12909491 or 5047355. OLE color: 5047355.
HSL color Cylindrical-coordinate representation of color #3B044D: hue angle of 285.21º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B044D is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 4 | 77 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.70 |
| HSL | 285.21º | 0.9% | 0.16% | - |
| HSV(B) | 285.21º | 0.95% | 0.3% | - |
| XYZ | 3.19 | 1.55 | 7.15 | - |
| YUV | 28.77 | 155.22 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 77 | 0.23 | 0.95 | 0 | 0.70 | 285.21 | 0.9 | 0.16 |
| Hex | 3B | 4 | 4D | 17 | 5F | 0 | 46 | 11D | 5A | 10 |
| Octal | 73 | 4 | 115 | 27 | 137 | 0 | 106 | 435 | 132 | 20 |
| Binary | 111011 | 100 | 1001101 | 10111 | 1011111 | 0 | 1000110 | 100011101 | 1011010 | 10000 |
Color Harmonies of #3B044D
Complementary color
Monochromatic Colors of #3B044D
Black with #3B044D
Text Example
Text Example
White with #3B044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B044D; }
p { color: rgb(59,4,77); }
H1.HeaderClassName
{
color: #3B044D;
}
.AnyTagClassName
{
color: #3B044D;
}
</style>
background-color css
<style>
a { background-color: #3B044D; }
a { background-color: rgb(59,4,77); }
div.DivClassName
{
background-color: #3B044D;
}
.BgClassName
{
background-color: #3B044D;
}
</style>
border-color css
<style>
span { border-color: #3B044D; }
span { border-color: rgb(59,4,77); }
td.TdClassName
{
border-color: #3B044D;
}
.TagClassName
{
border-color: #3B044D;
}
</style>