Shades of Blackcurrant #3F0654
Tints of Blackcurrant #3F0654
RGB
CMYK
RGB Variations
Color information
#3F0654 (or 0x3F0654) is known color: Blackcurrant. HEX triplet: 3F, 06 and 54. RGB value is (63,6,84). Sum of RGB (Red+Green+Blue) = 63+6+84=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F0654 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0654 is #C0F9AB. Grayscale: #1F1F1F. Windows color (decimal): -12646828 or 5506623. OLE color: 5506623.
HSL color Cylindrical-coordinate representation of color #3F0654: hue angle of 283.85º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0654 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 6 | 84 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.67 |
| HSL | 283.85º | 0.87% | 0.18% | - |
| HSV(B) | 283.85º | 0.93% | 0.33% | - |
| XYZ | 3.72 | 1.83 | 8.54 | - |
| YUV | 31.94 | 157.38 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 84 | 0.25 | 0.93 | 0 | 0.67 | 283.85 | 0.87 | 0.18 |
| Hex | 3F | 6 | 54 | 19 | 5D | 0 | 43 | 11C | 57 | 12 |
| Octal | 77 | 6 | 124 | 31 | 135 | 0 | 103 | 434 | 127 | 22 |
| Binary | 111111 | 110 | 1010100 | 11001 | 1011101 | 0 | 1000011 | 100011100 | 1010111 | 10010 |
Color Harmonies of #3F0654
Complementary color
Monochromatic Colors of #3F0654
Black with #3F0654
Text Example
Text Example
White with #3F0654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0654; }
p { color: rgb(63,6,84); }
H1.HeaderClassName
{
color: #3F0654;
}
.AnyTagClassName
{
color: #3F0654;
}
</style>
background-color css
<style>
a { background-color: #3F0654; }
a { background-color: rgb(63,6,84); }
div.DivClassName
{
background-color: #3F0654;
}
.BgClassName
{
background-color: #3F0654;
}
</style>
border-color css
<style>
span { border-color: #3F0654; }
span { border-color: rgb(63,6,84); }
td.TdClassName
{
border-color: #3F0654;
}
.TagClassName
{
border-color: #3F0654;
}
</style>