Shades of Blackcurrant #3F0145
Tints of Blackcurrant #3F0145
RGB
CMYK
RGB Variations
Color information
#3F0145 (or 0x3F0145) is known color: Blackcurrant. HEX triplet: 3F, 01 and 45. RGB value is (63,1,69). Sum of RGB (Red+Green+Blue) = 63+1+69=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #3F0145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0145 is #C0FEBA. Grayscale: #1B1B1B. Windows color (decimal): -12648123 or 4522303. OLE color: 4522303.
HSL color Cylindrical-coordinate representation of color #3F0145: hue angle of 294.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0145 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 1 | 69 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.73 |
| HSL | 294.71º | 0.97% | 0.14% | - |
| HSV(B) | 294.71º | 0.99% | 0.27% | - |
| XYZ | 3.13 | 1.51 | 5.76 | - |
| YUV | 27.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 69 | 0.09 | 0.99 | 0 | 0.73 | 294.71 | 0.97 | 0.14 |
| Hex | 3F | 1 | 45 | 9 | 63 | 0 | 49 | 127 | 61 | E |
| Octal | 77 | 1 | 105 | 11 | 143 | 0 | 111 | 447 | 141 | 16 |
| Binary | 111111 | 1 | 1000101 | 1001 | 1100011 | 0 | 1001001 | 100100111 | 1100001 | 1110 |
Color Harmonies of #3F0145
Complementary color
Monochromatic Colors of #3F0145
Black with #3F0145
Text Example
Text Example
White with #3F0145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0145; }
p { color: rgb(63,1,69); }
H1.HeaderClassName
{
color: #3F0145;
}
.AnyTagClassName
{
color: #3F0145;
}
</style>
background-color css
<style>
a { background-color: #3F0145; }
a { background-color: rgb(63,1,69); }
div.DivClassName
{
background-color: #3F0145;
}
.BgClassName
{
background-color: #3F0145;
}
</style>
border-color css
<style>
span { border-color: #3F0145; }
span { border-color: rgb(63,1,69); }
td.TdClassName
{
border-color: #3F0145;
}
.TagClassName
{
border-color: #3F0145;
}
</style>