Shades of Blackcurrant #3F0D48
Tints of Blackcurrant #3F0D48
RGB
CMYK
RGB Variations
Color information
#3F0D48 (or 0x3F0D48) is known color: Blackcurrant. HEX triplet: 3F, 0D and 48. RGB value is (63,13,72). Sum of RGB (Red+Green+Blue) = 63+13+72=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F0D48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0D48 is #C0F2B7. Grayscale: #222222. Windows color (decimal): -12645048 or 4721983. OLE color: 4721983.
HSL color Cylindrical-coordinate representation of color #3F0D48: hue angle of 290.85º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F0D48 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 13 | 72 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.72 |
| HSL | 290.85º | 0.69% | 0.17% | - |
| HSV(B) | 290.85º | 0.82% | 0.28% | - |
| XYZ | 3.36 | 1.81 | 6.3 | - |
| YUV | 34.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 72 | 0.12 | 0.82 | 0 | 0.72 | 290.85 | 0.69 | 0.17 |
| Hex | 3F | D | 48 | C | 52 | 0 | 48 | 123 | 45 | 11 |
| Octal | 77 | 15 | 110 | 14 | 122 | 0 | 110 | 443 | 105 | 21 |
| Binary | 111111 | 1101 | 1001000 | 1100 | 1010010 | 0 | 1001000 | 100100011 | 1000101 | 10001 |
Color Harmonies of #3F0D48
Complementary color
Monochromatic Colors of #3F0D48
Black with #3F0D48
Text Example
Text Example
White with #3F0D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0D48; }
p { color: rgb(63,13,72); }
H1.HeaderClassName
{
color: #3F0D48;
}
.AnyTagClassName
{
color: #3F0D48;
}
</style>
background-color css
<style>
a { background-color: #3F0D48; }
a { background-color: rgb(63,13,72); }
div.DivClassName
{
background-color: #3F0D48;
}
.BgClassName
{
background-color: #3F0D48;
}
</style>
border-color css
<style>
span { border-color: #3F0D48; }
span { border-color: rgb(63,13,72); }
td.TdClassName
{
border-color: #3F0D48;
}
.TagClassName
{
border-color: #3F0D48;
}
</style>