Shades of Blackcurrant #3B004B
Tints of Blackcurrant #3B004B
RGB
CMYK
RGB Variations
Color information
#3B004B (or 0x3B004B) is known color: Blackcurrant. HEX triplet: 3B, 00 and 4B. RGB value is (59,0,75). Sum of RGB (Red+Green+Blue) = 59+0+75=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B004B is #C4FFB4. Grayscale: #191919. Windows color (decimal): -12910517 or 4915259. OLE color: 4915259.
HSL color Cylindrical-coordinate representation of color #3B004B: hue angle of 287.2º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B004B is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 0 | 75 | - |
| CMYK | 0.21 | 1 | 0 | 0.71 |
| HSL | 287.2º | 1% | 0.15% | - |
| HSV(B) | 287.2º | 1% | 0.29% | - |
| XYZ | 3.07 | 1.44 | 6.77 | - |
| YUV | 26.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 75 | 0.21 | 1 | 0 | 0.71 | 287.2 | 1 | 0.15 |
| Hex | 3B | 0 | 4B | 15 | 64 | 0 | 47 | 11F | 64 | F |
| Octal | 73 | 0 | 113 | 25 | 144 | 0 | 107 | 437 | 144 | 17 |
| Binary | 111011 | 0 | 1001011 | 10101 | 1100100 | 0 | 1000111 | 100011111 | 1100100 | 1111 |
Color Harmonies of #3B004B
Complementary color
Monochromatic Colors of #3B004B
Black with #3B004B
Text Example
Text Example
White with #3B004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B004B; }
p { color: rgb(59,0,75); }
H1.HeaderClassName
{
color: #3B004B;
}
.AnyTagClassName
{
color: #3B004B;
}
</style>
background-color css
<style>
a { background-color: #3B004B; }
a { background-color: rgb(59,0,75); }
div.DivClassName
{
background-color: #3B004B;
}
.BgClassName
{
background-color: #3B004B;
}
</style>
border-color css
<style>
span { border-color: #3B004B; }
span { border-color: rgb(59,0,75); }
td.TdClassName
{
border-color: #3B004B;
}
.TagClassName
{
border-color: #3B004B;
}
</style>