Shades of Blackcurrant #3F0F48
Tints of Blackcurrant #3F0F48
RGB
CMYK
RGB Variations
Color information
#3F0F48 (or 0x3F0F48) is known color: Blackcurrant. HEX triplet: 3F, 0F and 48. RGB value is (63,15,72). Sum of RGB (Red+Green+Blue) = 63+15+72=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F0F48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0F48 is #C0F0B7. Grayscale: #232323. Windows color (decimal): -12644536 or 4722495. OLE color: 4722495.
HSL color Cylindrical-coordinate representation of color #3F0F48: hue angle of 290.53º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F0F48 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 15 | 72 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.72 |
| HSL | 290.53º | 0.66% | 0.17% | - |
| HSV(B) | 290.53º | 0.79% | 0.28% | - |
| XYZ | 3.39 | 1.87 | 6.31 | - |
| YUV | 35.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 72 | 0.12 | 0.79 | 0 | 0.72 | 290.53 | 0.66 | 0.17 |
| Hex | 3F | F | 48 | C | 4F | 0 | 48 | 123 | 42 | 11 |
| Octal | 77 | 17 | 110 | 14 | 117 | 0 | 110 | 443 | 102 | 21 |
| Binary | 111111 | 1111 | 1001000 | 1100 | 1001111 | 0 | 1001000 | 100100011 | 1000010 | 10001 |
Color Harmonies of #3F0F48
Complementary color
Monochromatic Colors of #3F0F48
Black with #3F0F48
Text Example
Text Example
White with #3F0F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0F48; }
p { color: rgb(63,15,72); }
H1.HeaderClassName
{
color: #3F0F48;
}
.AnyTagClassName
{
color: #3F0F48;
}
</style>
background-color css
<style>
a { background-color: #3F0F48; }
a { background-color: rgb(63,15,72); }
div.DivClassName
{
background-color: #3F0F48;
}
.BgClassName
{
background-color: #3F0F48;
}
</style>
border-color css
<style>
span { border-color: #3F0F48; }
span { border-color: rgb(63,15,72); }
td.TdClassName
{
border-color: #3F0F48;
}
.TagClassName
{
border-color: #3F0F48;
}
</style>