Shades of Blackcurrant #3F1248
Tints of Blackcurrant #3F1248
RGB
CMYK
RGB Variations
Color information
#3F1248 (or 0x3F1248) is known color: Blackcurrant. HEX triplet: 3F, 12 and 48. RGB value is (63,18,72). Sum of RGB (Red+Green+Blue) = 63+18+72=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F1248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1248 is #C0EDB7. Grayscale: #252525. Windows color (decimal): -12643768 or 4723263. OLE color: 4723263.
HSL color Cylindrical-coordinate representation of color #3F1248: hue angle of 290º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F1248 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 18 | 72 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.72 |
| HSL | 290º | 0.6% | 0.18% | - |
| HSV(B) | 290º | 0.75% | 0.28% | - |
| XYZ | 3.44 | 1.96 | 6.33 | - |
| YUV | 37.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 72 | 0.12 | 0.75 | 0 | 0.72 | 290 | 0.6 | 0.18 |
| Hex | 3F | 12 | 48 | C | 4B | 0 | 48 | 122 | 3C | 12 |
| Octal | 77 | 22 | 110 | 14 | 113 | 0 | 110 | 442 | 74 | 22 |
| Binary | 111111 | 10010 | 1001000 | 1100 | 1001011 | 0 | 1001000 | 100100010 | 111100 | 10010 |
Color Harmonies of #3F1248
Complementary color
Monochromatic Colors of #3F1248
Black with #3F1248
Text Example
Text Example
White with #3F1248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1248; }
p { color: rgb(63,18,72); }
H1.HeaderClassName
{
color: #3F1248;
}
.AnyTagClassName
{
color: #3F1248;
}
</style>
background-color css
<style>
a { background-color: #3F1248; }
a { background-color: rgb(63,18,72); }
div.DivClassName
{
background-color: #3F1248;
}
.BgClassName
{
background-color: #3F1248;
}
</style>
border-color css
<style>
span { border-color: #3F1248; }
span { border-color: rgb(63,18,72); }
td.TdClassName
{
border-color: #3F1248;
}
.TagClassName
{
border-color: #3F1248;
}
</style>