Shades of Blackcurrant #3B1250
Tints of Blackcurrant #3B1250
RGB
CMYK
RGB Variations
Color information
#3B1250 (or 0x3B1250) is known color: Blackcurrant. HEX triplet: 3B, 12 and 50. RGB value is (59,18,80). Sum of RGB (Red+Green+Blue) = 59+18+80=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B1250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1250 is #C4EDAF. Grayscale: #252525. Windows color (decimal): -12905904 or 5247547. OLE color: 5247547.
HSL color Cylindrical-coordinate representation of color #3B1250: hue angle of 279.68º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B1250 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 18 | 80 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.69 |
| HSL | 279.68º | 0.63% | 0.19% | - |
| HSV(B) | 279.68º | 0.78% | 0.31% | - |
| XYZ | 3.47 | 1.94 | 7.78 | - |
| YUV | 37.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 18 | 80 | 0.26 | 0.78 | 0 | 0.69 | 279.68 | 0.63 | 0.19 |
| Hex | 3B | 12 | 50 | 1A | 4E | 0 | 45 | 118 | 3F | 13 |
| Octal | 73 | 22 | 120 | 32 | 116 | 0 | 105 | 430 | 77 | 23 |
| Binary | 111011 | 10010 | 1010000 | 11010 | 1001110 | 0 | 1000101 | 100011000 | 111111 | 10011 |
Color Harmonies of #3B1250
Complementary color
Monochromatic Colors of #3B1250
Black with #3B1250
Text Example
Text Example
White with #3B1250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1250; }
p { color: rgb(59,18,80); }
H1.HeaderClassName
{
color: #3B1250;
}
.AnyTagClassName
{
color: #3B1250;
}
</style>
background-color css
<style>
a { background-color: #3B1250; }
a { background-color: rgb(59,18,80); }
div.DivClassName
{
background-color: #3B1250;
}
.BgClassName
{
background-color: #3B1250;
}
</style>
border-color css
<style>
span { border-color: #3B1250; }
span { border-color: rgb(59,18,80); }
td.TdClassName
{
border-color: #3B1250;
}
.TagClassName
{
border-color: #3B1250;
}
</style>