Shades of Blackcurrant #3F1A48
Tints of Blackcurrant #3F1A48
RGB
CMYK
RGB Variations
Color information
#3F1A48 (or 0x3F1A48) is known color: Blackcurrant. HEX triplet: 3F, 1A and 48. RGB value is (63,26,72). Sum of RGB (Red+Green+Blue) = 63+26+72=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F1A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1A48 is #C0E5B7. Grayscale: #2A2A2A. Windows color (decimal): -12641720 or 4725311. OLE color: 4725311.
HSL color Cylindrical-coordinate representation of color #3F1A48: hue angle of 288.26º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F1A48 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 26 | 72 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.72 |
| HSL | 288.26º | 0.47% | 0.19% | - |
| HSV(B) | 288.26º | 0.64% | 0.28% | - |
| XYZ | 3.59 | 2.26 | 6.38 | - |
| YUV | 42.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 26 | 72 | 0.12 | 0.64 | 0 | 0.72 | 288.26 | 0.47 | 0.19 |
| Hex | 3F | 1A | 48 | C | 40 | 0 | 48 | 120 | 2F | 13 |
| Octal | 77 | 32 | 110 | 14 | 100 | 0 | 110 | 440 | 57 | 23 |
| Binary | 111111 | 11010 | 1001000 | 1100 | 1000000 | 0 | 1001000 | 100100000 | 101111 | 10011 |
Color Harmonies of #3F1A48
Complementary color
Monochromatic Colors of #3F1A48
Black with #3F1A48
Text Example
Text Example
White with #3F1A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1A48; }
p { color: rgb(63,26,72); }
H1.HeaderClassName
{
color: #3F1A48;
}
.AnyTagClassName
{
color: #3F1A48;
}
</style>
background-color css
<style>
a { background-color: #3F1A48; }
a { background-color: rgb(63,26,72); }
div.DivClassName
{
background-color: #3F1A48;
}
.BgClassName
{
background-color: #3F1A48;
}
</style>
border-color css
<style>
span { border-color: #3F1A48; }
span { border-color: rgb(63,26,72); }
td.TdClassName
{
border-color: #3F1A48;
}
.TagClassName
{
border-color: #3F1A48;
}
</style>