Shades of Blackcurrant #3F004C
Tints of Blackcurrant #3F004C
RGB
CMYK
RGB Variations
Color information
#3F004C (or 0x3F004C) is known color: Blackcurrant. HEX triplet: 3F, 00 and 4C. RGB value is (63,0,76). Sum of RGB (Red+Green+Blue) = 63+0+76=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F004C is #C0FFB3. Grayscale: #1B1B1B. Windows color (decimal): -12648372 or 4980799. OLE color: 4980799.
HSL color Cylindrical-coordinate representation of color #3F004C: hue angle of 289.74º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F004C is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 0 | 76 | - |
| CMYK | 0.17 | 1 | 0 | 0.70 |
| HSL | 289.74º | 1% | 0.15% | - |
| HSV(B) | 289.74º | 1% | 0.3% | - |
| XYZ | 3.35 | 1.58 | 6.97 | - |
| YUV | 27.5 | 155.37 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 76 | 0.17 | 1 | 0 | 0.70 | 289.74 | 1 | 0.15 |
| Hex | 3F | 0 | 4C | 11 | 64 | 0 | 46 | 122 | 64 | F |
| Octal | 77 | 0 | 114 | 21 | 144 | 0 | 106 | 442 | 144 | 17 |
| Binary | 111111 | 0 | 1001100 | 10001 | 1100100 | 0 | 1000110 | 100100010 | 1100100 | 1111 |
Color Harmonies of #3F004C
Complementary color
Monochromatic Colors of #3F004C
Black with #3F004C
Text Example
Text Example
White with #3F004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F004C; }
p { color: rgb(63,0,76); }
H1.HeaderClassName
{
color: #3F004C;
}
.AnyTagClassName
{
color: #3F004C;
}
</style>
background-color css
<style>
a { background-color: #3F004C; }
a { background-color: rgb(63,0,76); }
div.DivClassName
{
background-color: #3F004C;
}
.BgClassName
{
background-color: #3F004C;
}
</style>
border-color css
<style>
span { border-color: #3F004C; }
span { border-color: rgb(63,0,76); }
td.TdClassName
{
border-color: #3F004C;
}
.TagClassName
{
border-color: #3F004C;
}
</style>