Shades of Blackcurrant #3F044D
Tints of Blackcurrant #3F044D
RGB
CMYK
RGB Variations
Color information
#3F044D (or 0x3F044D) is known color: Blackcurrant. HEX triplet: 3F, 04 and 4D. RGB value is (63,4,77). Sum of RGB (Red+Green+Blue) = 63+4+77=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F044D is #C0FBB2. Grayscale: #1D1D1D. Windows color (decimal): -12647347 or 5047359. OLE color: 5047359.
HSL color Cylindrical-coordinate representation of color #3F044D: hue angle of 288.49º 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 #3F044D is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 4 | 77 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.70 |
| HSL | 288.49º | 0.9% | 0.16% | - |
| HSV(B) | 288.49º | 0.95% | 0.3% | - |
| XYZ | 3.43 | 1.68 | 7.16 | - |
| YUV | 29.96 | 154.55 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 77 | 0.18 | 0.95 | 0 | 0.70 | 288.49 | 0.9 | 0.16 |
| Hex | 3F | 4 | 4D | 12 | 5F | 0 | 46 | 120 | 5A | 10 |
| Octal | 77 | 4 | 115 | 22 | 137 | 0 | 106 | 440 | 132 | 20 |
| Binary | 111111 | 100 | 1001101 | 10010 | 1011111 | 0 | 1000110 | 100100000 | 1011010 | 10000 |
Color Harmonies of #3F044D
Complementary color
Monochromatic Colors of #3F044D
Black with #3F044D
Text Example
Text Example
White with #3F044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F044D; }
p { color: rgb(63,4,77); }
H1.HeaderClassName
{
color: #3F044D;
}
.AnyTagClassName
{
color: #3F044D;
}
</style>
background-color css
<style>
a { background-color: #3F044D; }
a { background-color: rgb(63,4,77); }
div.DivClassName
{
background-color: #3F044D;
}
.BgClassName
{
background-color: #3F044D;
}
</style>
border-color css
<style>
span { border-color: #3F044D; }
span { border-color: rgb(63,4,77); }
td.TdClassName
{
border-color: #3F044D;
}
.TagClassName
{
border-color: #3F044D;
}
</style>