Shades of Blackcurrant #3B054B
Tints of Blackcurrant #3B054B
RGB
CMYK
RGB Variations
Color information
#3B054B (or 0x3B054B) is known color: Blackcurrant. HEX triplet: 3B, 05 and 4B. RGB value is (59,5,75). Sum of RGB (Red+Green+Blue) = 59+5+75=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B054B is #C4FAB4. Grayscale: #1C1C1C. Windows color (decimal): -12909237 or 4916539. OLE color: 4916539.
HSL color Cylindrical-coordinate representation of color #3B054B: hue angle of 286.29º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B054B is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 59 | 5 | 75 | - |
CMYK | 0.21 | 0.93 | 0 | 0.71 |
HSL | 286.29º | 0.88% | 0.16% | - |
HSV(B) | 286.29º | 0.93% | 0.29% | - |
XYZ | 3.13 | 1.55 | 6.79 | - |
YUV | 29.13 | 153.89 | 149.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 59 | 5 | 75 | 0.21 | 0.93 | 0 | 0.71 | 286.29 | 0.88 | 0.16 |
Hex | 3B | 5 | 4B | 15 | 5D | 0 | 47 | 11E | 58 | 10 |
Octal | 73 | 5 | 113 | 25 | 135 | 0 | 107 | 436 | 130 | 20 |
Binary | 111011 | 101 | 1001011 | 10101 | 1011101 | 0 | 1000111 | 100011110 | 1011000 | 10000 |
Color Harmonies of #3B054B
Complementary color
Monochromatic Colors of #3B054B
Black with #3B054B
Text Example
Text Example
White with #3B054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B054B; }
p { color: rgb(59,5,75); }
H1.HeaderClassName
{
color: #3B054B;
}
.AnyTagClassName
{
color: #3B054B;
}
</style>
background-color css
<style>
a { background-color: #3B054B; }
a { background-color: rgb(59,5,75); }
div.DivClassName
{
background-color: #3B054B;
}
.BgClassName
{
background-color: #3B054B;
}
</style>
border-color css
<style>
span { border-color: #3B054B; }
span { border-color: rgb(59,5,75); }
td.TdClassName
{
border-color: #3B054B;
}
.TagClassName
{
border-color: #3B054B;
}
</style>