Shades of Blackcurrant #3F024A
Tints of Blackcurrant #3F024A
RGB
CMYK
RGB Variations
Color information
#3F024A (or 0x3F024A) is known color: Blackcurrant. HEX triplet: 3F, 02 and 4A. RGB value is (63,2,74). Sum of RGB (Red+Green+Blue) = 63+2+74=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F024A is #C0FDB5. Grayscale: #1C1C1C. Windows color (decimal): -12647862 or 4850239. OLE color: 4850239.
HSL color Cylindrical-coordinate representation of color #3F024A: hue angle of 290.83º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F024A is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 2 | 74 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.71 |
| HSL | 290.83º | 0.95% | 0.15% | - |
| HSV(B) | 290.83º | 0.97% | 0.29% | - |
| XYZ | 3.31 | 1.59 | 6.61 | - |
| YUV | 28.45 | 153.71 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 74 | 0.15 | 0.97 | 0 | 0.71 | 290.83 | 0.95 | 0.15 |
| Hex | 3F | 2 | 4A | F | 61 | 0 | 47 | 123 | 5F | F |
| Octal | 77 | 2 | 112 | 17 | 141 | 0 | 107 | 443 | 137 | 17 |
| Binary | 111111 | 10 | 1001010 | 1111 | 1100001 | 0 | 1000111 | 100100011 | 1011111 | 1111 |
Color Harmonies of #3F024A
Complementary color
Monochromatic Colors of #3F024A
Black with #3F024A
Text Example
Text Example
White with #3F024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F024A; }
p { color: rgb(63,2,74); }
H1.HeaderClassName
{
color: #3F024A;
}
.AnyTagClassName
{
color: #3F024A;
}
</style>
background-color css
<style>
a { background-color: #3F024A; }
a { background-color: rgb(63,2,74); }
div.DivClassName
{
background-color: #3F024A;
}
.BgClassName
{
background-color: #3F024A;
}
</style>
border-color css
<style>
span { border-color: #3F024A; }
span { border-color: rgb(63,2,74); }
td.TdClassName
{
border-color: #3F024A;
}
.TagClassName
{
border-color: #3F024A;
}
</style>