Shades of Blackcurrant #3B0A45
Tints of Blackcurrant #3B0A45
RGB
CMYK
RGB Variations
Color information
#3B0A45 (or 0x3B0A45) is known color: Blackcurrant. HEX triplet: 3B, 0A and 45. RGB value is (59,10,69). Sum of RGB (Red+Green+Blue) = 59+10+69=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #3B0A45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0A45 is #C4F5BA. Grayscale: #1F1F1F. Windows color (decimal): -12907963 or 4524603. OLE color: 4524603.
HSL color Cylindrical-coordinate representation of color #3B0A45: hue angle of 289.83º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B0A45 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 10 | 69 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.73 |
| HSL | 289.83º | 0.75% | 0.15% | - |
| HSV(B) | 289.83º | 0.86% | 0.27% | - |
| XYZ | 2.99 | 1.58 | 5.78 | - |
| YUV | 31.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 10 | 69 | 0.14 | 0.86 | 0 | 0.73 | 289.83 | 0.75 | 0.15 |
| Hex | 3B | A | 45 | E | 56 | 0 | 49 | 122 | 4B | F |
| Octal | 73 | 12 | 105 | 16 | 126 | 0 | 111 | 442 | 113 | 17 |
| Binary | 111011 | 1010 | 1000101 | 1110 | 1010110 | 0 | 1001001 | 100100010 | 1001011 | 1111 |
Color Harmonies of #3B0A45
Complementary color
Monochromatic Colors of #3B0A45
Black with #3B0A45
Text Example
Text Example
White with #3B0A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0A45; }
p { color: rgb(59,10,69); }
H1.HeaderClassName
{
color: #3B0A45;
}
.AnyTagClassName
{
color: #3B0A45;
}
</style>
background-color css
<style>
a { background-color: #3B0A45; }
a { background-color: rgb(59,10,69); }
div.DivClassName
{
background-color: #3B0A45;
}
.BgClassName
{
background-color: #3B0A45;
}
</style>
border-color css
<style>
span { border-color: #3B0A45; }
span { border-color: rgb(59,10,69); }
td.TdClassName
{
border-color: #3B0A45;
}
.TagClassName
{
border-color: #3B0A45;
}
</style>