Shades of Blackcurrant #3F044C
Tints of Blackcurrant #3F044C
RGB
CMYK
RGB Variations
Color information
#3F044C (or 0x3F044C) is known color: Blackcurrant. HEX triplet: 3F, 04 and 4C. RGB value is (63,4,76). Sum of RGB (Red+Green+Blue) = 63+4+76=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 76 (30.08% from 255 or 53.15% from 143); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F044C is #C0FBB3. Grayscale: #1D1D1D. Windows color (decimal): -12647348 or 4981823. OLE color: 4981823.
HSL color Cylindrical-coordinate representation of color #3F044C: hue angle of 289.17º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F044C is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 4 | 76 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.70 |
| HSL | 289.17º | 0.9% | 0.16% | - |
| HSV(B) | 289.17º | 0.95% | 0.3% | - |
| XYZ | 3.4 | 1.67 | 6.98 | - |
| YUV | 29.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 76 | 0.17 | 0.95 | 0 | 0.70 | 289.17 | 0.9 | 0.16 |
| Hex | 3F | 4 | 4C | 11 | 5F | 0 | 46 | 121 | 5A | 10 |
| Octal | 77 | 4 | 114 | 21 | 137 | 0 | 106 | 441 | 132 | 20 |
| Binary | 111111 | 100 | 1001100 | 10001 | 1011111 | 0 | 1000110 | 100100001 | 1011010 | 10000 |
Color Harmonies of #3F044C
Complementary color
Monochromatic Colors of #3F044C
Black with #3F044C
Text Example
Text Example
White with #3F044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F044C; }
p { color: rgb(63,4,76); }
H1.HeaderClassName
{
color: #3F044C;
}
.AnyTagClassName
{
color: #3F044C;
}
</style>
background-color css
<style>
a { background-color: #3F044C; }
a { background-color: rgb(63,4,76); }
div.DivClassName
{
background-color: #3F044C;
}
.BgClassName
{
background-color: #3F044C;
}
</style>
border-color css
<style>
span { border-color: #3F044C; }
span { border-color: rgb(63,4,76); }
td.TdClassName
{
border-color: #3F044C;
}
.TagClassName
{
border-color: #3F044C;
}
</style>