Shades of Blackcurrant #3F044F
Tints of Blackcurrant #3F044F
RGB
CMYK
RGB Variations
Color information
#3F044F (or 0x3F044F) is known color: Blackcurrant. HEX triplet: 3F, 04 and 4F. RGB value is (63,4,79). Sum of RGB (Red+Green+Blue) = 63+4+79=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F044F is #C0FBB0. Grayscale: #1D1D1D. Windows color (decimal): -12647345 or 5178431. OLE color: 5178431.
HSL color Cylindrical-coordinate representation of color #3F044F: hue angle of 287.2º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F044F is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 4 | 79 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.69 |
| HSL | 287.2º | 0.9% | 0.16% | - |
| HSV(B) | 287.2º | 0.95% | 0.31% | - |
| XYZ | 3.5 | 1.71 | 7.54 | - |
| YUV | 30.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 79 | 0.20 | 0.95 | 0 | 0.69 | 287.2 | 0.9 | 0.16 |
| Hex | 3F | 4 | 4F | 14 | 5F | 0 | 45 | 11F | 5A | 10 |
| Octal | 77 | 4 | 117 | 24 | 137 | 0 | 105 | 437 | 132 | 20 |
| Binary | 111111 | 100 | 1001111 | 10100 | 1011111 | 0 | 1000101 | 100011111 | 1011010 | 10000 |
Color Harmonies of #3F044F
Complementary color
Monochromatic Colors of #3F044F
Black with #3F044F
Text Example
Text Example
White with #3F044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F044F; }
p { color: rgb(63,4,79); }
H1.HeaderClassName
{
color: #3F044F;
}
.AnyTagClassName
{
color: #3F044F;
}
</style>
background-color css
<style>
a { background-color: #3F044F; }
a { background-color: rgb(63,4,79); }
div.DivClassName
{
background-color: #3F044F;
}
.BgClassName
{
background-color: #3F044F;
}
</style>
border-color css
<style>
span { border-color: #3F044F; }
span { border-color: rgb(63,4,79); }
td.TdClassName
{
border-color: #3F044F;
}
.TagClassName
{
border-color: #3F044F;
}
</style>