Shades of Blackcurrant #3B0845
Tints of Blackcurrant #3B0845
RGB
CMYK
RGB Variations
Color information
#3B0845 (or 0x3B0845) is known color: Blackcurrant. HEX triplet: 3B, 08 and 45. RGB value is (59,8,69). Sum of RGB (Red+Green+Blue) = 59+8+69=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #3B0845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0845 is #C4F7BA. Grayscale: #1E1E1E. Windows color (decimal): -12908475 or 4524091. OLE color: 4524091.
HSL color Cylindrical-coordinate representation of color #3B0845: hue angle of 290.16º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B0845 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 8 | 69 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.73 |
| HSL | 290.16º | 0.79% | 0.15% | - |
| HSV(B) | 290.16º | 0.88% | 0.27% | - |
| XYZ | 2.96 | 1.53 | 5.77 | - |
| YUV | 30.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 8 | 69 | 0.14 | 0.88 | 0 | 0.73 | 290.16 | 0.79 | 0.15 |
| Hex | 3B | 8 | 45 | E | 58 | 0 | 49 | 122 | 4F | F |
| Octal | 73 | 10 | 105 | 16 | 130 | 0 | 111 | 442 | 117 | 17 |
| Binary | 111011 | 1000 | 1000101 | 1110 | 1011000 | 0 | 1001001 | 100100010 | 1001111 | 1111 |
Color Harmonies of #3B0845
Complementary color
Monochromatic Colors of #3B0845
Black with #3B0845
Text Example
Text Example
White with #3B0845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0845; }
p { color: rgb(59,8,69); }
H1.HeaderClassName
{
color: #3B0845;
}
.AnyTagClassName
{
color: #3B0845;
}
</style>
background-color css
<style>
a { background-color: #3B0845; }
a { background-color: rgb(59,8,69); }
div.DivClassName
{
background-color: #3B0845;
}
.BgClassName
{
background-color: #3B0845;
}
</style>
border-color css
<style>
span { border-color: #3B0845; }
span { border-color: rgb(59,8,69); }
td.TdClassName
{
border-color: #3B0845;
}
.TagClassName
{
border-color: #3B0845;
}
</style>