Shades of Blackcurrant #3F0E4B
Tints of Blackcurrant #3F0E4B
RGB
CMYK
RGB Variations
Color information
#3F0E4B (or 0x3F0E4B) is known color: Blackcurrant. HEX triplet: 3F, 0E and 4B. RGB value is (63,14,75). Sum of RGB (Red+Green+Blue) = 63+14+75=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F0E4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0E4B is #C0F1B4. Grayscale: #232323. Windows color (decimal): -12644789 or 4918847. OLE color: 4918847.
HSL color Cylindrical-coordinate representation of color #3F0E4B: hue angle of 288.2º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F0E4B is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 14 | 75 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.71 |
| HSL | 288.2º | 0.69% | 0.17% | - |
| HSV(B) | 288.2º | 0.81% | 0.29% | - |
| XYZ | 3.48 | 1.88 | 6.84 | - |
| YUV | 35.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 75 | 0.16 | 0.81 | 0 | 0.71 | 288.2 | 0.69 | 0.17 |
| Hex | 3F | E | 4B | 10 | 51 | 0 | 47 | 120 | 45 | 11 |
| Octal | 77 | 16 | 113 | 20 | 121 | 0 | 107 | 440 | 105 | 21 |
| Binary | 111111 | 1110 | 1001011 | 10000 | 1010001 | 0 | 1000111 | 100100000 | 1000101 | 10001 |
Color Harmonies of #3F0E4B
Complementary color
Monochromatic Colors of #3F0E4B
Black with #3F0E4B
Text Example
Text Example
White with #3F0E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0E4B; }
p { color: rgb(63,14,75); }
H1.HeaderClassName
{
color: #3F0E4B;
}
.AnyTagClassName
{
color: #3F0E4B;
}
</style>
background-color css
<style>
a { background-color: #3F0E4B; }
a { background-color: rgb(63,14,75); }
div.DivClassName
{
background-color: #3F0E4B;
}
.BgClassName
{
background-color: #3F0E4B;
}
</style>
border-color css
<style>
span { border-color: #3F0E4B; }
span { border-color: rgb(63,14,75); }
td.TdClassName
{
border-color: #3F0E4B;
}
.TagClassName
{
border-color: #3F0E4B;
}
</style>