Shades of Blackcurrant #3B004F
Tints of Blackcurrant #3B004F
RGB
CMYK
RGB Variations
Color information
#3B004F (or 0x3B004F) is known color: Blackcurrant. HEX triplet: 3B, 00 and 4F. RGB value is (59,0,79). Sum of RGB (Red+Green+Blue) = 59+0+79=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 79 (31.25% from 255 or 57.25% from 138); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B004F is #C4FFB0. Grayscale: #1A1A1A. Windows color (decimal): -12910513 or 5177403. OLE color: 5177403.
HSL color Cylindrical-coordinate representation of color #3B004F: hue angle of 284.81º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B004F is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 0 | 79 | - |
| CMYK | 0.25 | 1 | 0 | 0.69 |
| HSL | 284.81º | 1% | 0.15% | - |
| HSV(B) | 284.81º | 1% | 0.31% | - |
| XYZ | 3.21 | 1.49 | 7.52 | - |
| YUV | 26.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 79 | 0.25 | 1 | 0 | 0.69 | 284.81 | 1 | 0.15 |
| Hex | 3B | 0 | 4F | 19 | 64 | 0 | 45 | 11D | 64 | F |
| Octal | 73 | 0 | 117 | 31 | 144 | 0 | 105 | 435 | 144 | 17 |
| Binary | 111011 | 0 | 1001111 | 11001 | 1100100 | 0 | 1000101 | 100011101 | 1100100 | 1111 |
Color Harmonies of #3B004F
Complementary color
Monochromatic Colors of #3B004F
Black with #3B004F
Text Example
Text Example
White with #3B004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B004F; }
p { color: rgb(59,0,79); }
H1.HeaderClassName
{
color: #3B004F;
}
.AnyTagClassName
{
color: #3B004F;
}
</style>
background-color css
<style>
a { background-color: #3B004F; }
a { background-color: rgb(59,0,79); }
div.DivClassName
{
background-color: #3B004F;
}
.BgClassName
{
background-color: #3B004F;
}
</style>
border-color css
<style>
span { border-color: #3B004F; }
span { border-color: rgb(59,0,79); }
td.TdClassName
{
border-color: #3B004F;
}
.TagClassName
{
border-color: #3B004F;
}
</style>