Shades of Blackcurrant #3F1048
Tints of Blackcurrant #3F1048
RGB
CMYK
RGB Variations
Color information
#3F1048 (or 0x3F1048) is known color: Blackcurrant. HEX triplet: 3F, 10 and 48. RGB value is (63,16,72). Sum of RGB (Red+Green+Blue) = 63+16+72=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F1048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1048 is #C0EFB7. Grayscale: #242424. Windows color (decimal): -12644280 or 4722751. OLE color: 4722751.
HSL color Cylindrical-coordinate representation of color #3F1048: hue angle of 290.36º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F1048 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 16 | 72 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.72 |
| HSL | 290.36º | 0.64% | 0.17% | - |
| HSV(B) | 290.36º | 0.78% | 0.28% | - |
| XYZ | 3.4 | 1.9 | 6.32 | - |
| YUV | 36.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 72 | 0.12 | 0.78 | 0 | 0.72 | 290.36 | 0.64 | 0.17 |
| Hex | 3F | 10 | 48 | C | 4E | 0 | 48 | 122 | 40 | 11 |
| Octal | 77 | 20 | 110 | 14 | 116 | 0 | 110 | 442 | 100 | 21 |
| Binary | 111111 | 10000 | 1001000 | 1100 | 1001110 | 0 | 1001000 | 100100010 | 1000000 | 10001 |
Color Harmonies of #3F1048
Complementary color
Monochromatic Colors of #3F1048
Black with #3F1048
Text Example
Text Example
White with #3F1048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1048; }
p { color: rgb(63,16,72); }
H1.HeaderClassName
{
color: #3F1048;
}
.AnyTagClassName
{
color: #3F1048;
}
</style>
background-color css
<style>
a { background-color: #3F1048; }
a { background-color: rgb(63,16,72); }
div.DivClassName
{
background-color: #3F1048;
}
.BgClassName
{
background-color: #3F1048;
}
</style>
border-color css
<style>
span { border-color: #3F1048; }
span { border-color: rgb(63,16,72); }
td.TdClassName
{
border-color: #3F1048;
}
.TagClassName
{
border-color: #3F1048;
}
</style>