Shades of Blackcurrant #3F004F
Tints of Blackcurrant #3F004F
RGB
CMYK
RGB Variations
Color information
#3F004F (or 0x3F004F) is known color: Blackcurrant. HEX triplet: 3F, 00 and 4F. RGB value is (63,0,79). Sum of RGB (Red+Green+Blue) = 63+0+79=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F004F is #C0FFB0. Grayscale: #1B1B1B. Windows color (decimal): -12648369 or 5177407. OLE color: 5177407.
HSL color Cylindrical-coordinate representation of color #3F004F: hue angle of 287.85º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F004F is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 0 | 79 | - |
| CMYK | 0.20 | 1 | 0 | 0.69 |
| HSL | 287.85º | 1% | 0.15% | - |
| HSV(B) | 287.85º | 1% | 0.31% | - |
| XYZ | 3.46 | 1.62 | 7.53 | - |
| YUV | 27.84 | 156.87 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 79 | 0.20 | 1 | 0 | 0.69 | 287.85 | 1 | 0.15 |
| Hex | 3F | 0 | 4F | 14 | 64 | 0 | 45 | 120 | 64 | F |
| Octal | 77 | 0 | 117 | 24 | 144 | 0 | 105 | 440 | 144 | 17 |
| Binary | 111111 | 0 | 1001111 | 10100 | 1100100 | 0 | 1000101 | 100100000 | 1100100 | 1111 |
Color Harmonies of #3F004F
Complementary color
Monochromatic Colors of #3F004F
Black with #3F004F
Text Example
Text Example
White with #3F004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F004F; }
p { color: rgb(63,0,79); }
H1.HeaderClassName
{
color: #3F004F;
}
.AnyTagClassName
{
color: #3F004F;
}
</style>
background-color css
<style>
a { background-color: #3F004F; }
a { background-color: rgb(63,0,79); }
div.DivClassName
{
background-color: #3F004F;
}
.BgClassName
{
background-color: #3F004F;
}
</style>
border-color css
<style>
span { border-color: #3F004F; }
span { border-color: rgb(63,0,79); }
td.TdClassName
{
border-color: #3F004F;
}
.TagClassName
{
border-color: #3F004F;
}
</style>