Shades of Blackcurrant #3F0848
Tints of Blackcurrant #3F0848
RGB
CMYK
RGB Variations
Color information
#3F0848 (or 0x3F0848) is known color: Blackcurrant. HEX triplet: 3F, 08 and 48. RGB value is (63,8,72). Sum of RGB (Red+Green+Blue) = 63+8+72=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F0848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0848 is #C0F7B7. Grayscale: #1F1F1F. Windows color (decimal): -12646328 or 4720703. OLE color: 4720703.
HSL color Cylindrical-coordinate representation of color #3F0848: hue angle of 291.56º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F0848 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 8 | 72 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.72 |
| HSL | 291.56º | 0.8% | 0.16% | - |
| HSV(B) | 291.56º | 0.89% | 0.28% | - |
| XYZ | 3.31 | 1.7 | 6.28 | - |
| YUV | 31.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 72 | 0.12 | 0.89 | 0 | 0.72 | 291.56 | 0.8 | 0.16 |
| Hex | 3F | 8 | 48 | C | 59 | 0 | 48 | 124 | 50 | 10 |
| Octal | 77 | 10 | 110 | 14 | 131 | 0 | 110 | 444 | 120 | 20 |
| Binary | 111111 | 1000 | 1001000 | 1100 | 1011001 | 0 | 1001000 | 100100100 | 1010000 | 10000 |
Color Harmonies of #3F0848
Complementary color
Monochromatic Colors of #3F0848
Black with #3F0848
Text Example
Text Example
White with #3F0848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0848; }
p { color: rgb(63,8,72); }
H1.HeaderClassName
{
color: #3F0848;
}
.AnyTagClassName
{
color: #3F0848;
}
</style>
background-color css
<style>
a { background-color: #3F0848; }
a { background-color: rgb(63,8,72); }
div.DivClassName
{
background-color: #3F0848;
}
.BgClassName
{
background-color: #3F0848;
}
</style>
border-color css
<style>
span { border-color: #3F0848; }
span { border-color: rgb(63,8,72); }
td.TdClassName
{
border-color: #3F0848;
}
.TagClassName
{
border-color: #3F0848;
}
</style>