Shades of Blackcurrant #3F044A
Tints of Blackcurrant #3F044A
RGB
CMYK
RGB Variations
Color information
#3F044A (or 0x3F044A) is known color: Blackcurrant. HEX triplet: 3F, 04 and 4A. RGB value is (63,4,74). Sum of RGB (Red+Green+Blue) = 63+4+74=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 74 (29.30% from 255 or 52.48% from 141); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F044A is #C0FBB5. Grayscale: #1D1D1D. Windows color (decimal): -12647350 or 4850751. OLE color: 4850751.
HSL color Cylindrical-coordinate representation of color #3F044A: hue angle of 290.57º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F044A is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 4 | 74 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.71 |
| HSL | 290.57º | 0.9% | 0.15% | - |
| HSV(B) | 290.57º | 0.95% | 0.29% | - |
| XYZ | 3.33 | 1.64 | 6.62 | - |
| YUV | 29.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 74 | 0.15 | 0.95 | 0 | 0.71 | 290.57 | 0.9 | 0.15 |
| Hex | 3F | 4 | 4A | F | 5F | 0 | 47 | 123 | 5A | F |
| Octal | 77 | 4 | 112 | 17 | 137 | 0 | 107 | 443 | 132 | 17 |
| Binary | 111111 | 100 | 1001010 | 1111 | 1011111 | 0 | 1000111 | 100100011 | 1011010 | 1111 |
Color Harmonies of #3F044A
Complementary color
Monochromatic Colors of #3F044A
Black with #3F044A
Text Example
Text Example
White with #3F044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F044A; }
p { color: rgb(63,4,74); }
H1.HeaderClassName
{
color: #3F044A;
}
.AnyTagClassName
{
color: #3F044A;
}
</style>
background-color css
<style>
a { background-color: #3F044A; }
a { background-color: rgb(63,4,74); }
div.DivClassName
{
background-color: #3F044A;
}
.BgClassName
{
background-color: #3F044A;
}
</style>
border-color css
<style>
span { border-color: #3F044A; }
span { border-color: rgb(63,4,74); }
td.TdClassName
{
border-color: #3F044A;
}
.TagClassName
{
border-color: #3F044A;
}
</style>