Shades of Blackcurrant #3B0D53
Tints of Blackcurrant #3B0D53
RGB
CMYK
RGB Variations
Color information
#3B0D53 (or 0x3B0D53) is known color: Blackcurrant. HEX triplet: 3B, 0D and 53. RGB value is (59,13,83). Sum of RGB (Red+Green+Blue) = 59+13+83=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B0D53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0D53 is #C4F2AC. Grayscale: #222222. Windows color (decimal): -12907181 or 5442875. OLE color: 5442875.
HSL color Cylindrical-coordinate representation of color #3B0D53: hue angle of 279.43º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B0D53 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 13 | 83 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.67 |
| HSL | 279.43º | 0.73% | 0.19% | - |
| HSV(B) | 279.43º | 0.84% | 0.33% | - |
| XYZ | 3.51 | 1.84 | 8.35 | - |
| YUV | 34.73 | 155.24 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 13 | 83 | 0.29 | 0.84 | 0 | 0.67 | 279.43 | 0.73 | 0.19 |
| Hex | 3B | D | 53 | 1D | 54 | 0 | 43 | 117 | 49 | 13 |
| Octal | 73 | 15 | 123 | 35 | 124 | 0 | 103 | 427 | 111 | 23 |
| Binary | 111011 | 1101 | 1010011 | 11101 | 1010100 | 0 | 1000011 | 100010111 | 1001001 | 10011 |
Color Harmonies of #3B0D53
Complementary color
Monochromatic Colors of #3B0D53
Black with #3B0D53
Text Example
Text Example
White with #3B0D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0D53; }
p { color: rgb(59,13,83); }
H1.HeaderClassName
{
color: #3B0D53;
}
.AnyTagClassName
{
color: #3B0D53;
}
</style>
background-color css
<style>
a { background-color: #3B0D53; }
a { background-color: rgb(59,13,83); }
div.DivClassName
{
background-color: #3B0D53;
}
.BgClassName
{
background-color: #3B0D53;
}
</style>
border-color css
<style>
span { border-color: #3B0D53; }
span { border-color: rgb(59,13,83); }
td.TdClassName
{
border-color: #3B0D53;
}
.TagClassName
{
border-color: #3B0D53;
}
</style>