Shades of Blackcurrant #3F0C4B
Tints of Blackcurrant #3F0C4B
RGB
CMYK
RGB Variations
Color information
#3F0C4B (or 0x3F0C4B) is known color: Blackcurrant. HEX triplet: 3F, 0C and 4B. RGB value is (63,12,75). Sum of RGB (Red+Green+Blue) = 63+12+75=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F0C4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0C4B is #C0F3B4. Grayscale: #222222. Windows color (decimal): -12645301 or 4918335. OLE color: 4918335.
HSL color Cylindrical-coordinate representation of color #3F0C4B: hue angle of 288.57º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F0C4B is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 12 | 75 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.71 |
| HSL | 288.57º | 0.72% | 0.17% | - |
| HSV(B) | 288.57º | 0.84% | 0.29% | - |
| XYZ | 3.45 | 1.83 | 6.83 | - |
| YUV | 34.43 | 150.9 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 75 | 0.16 | 0.84 | 0 | 0.71 | 288.57 | 0.72 | 0.17 |
| Hex | 3F | C | 4B | 10 | 54 | 0 | 47 | 121 | 48 | 11 |
| Octal | 77 | 14 | 113 | 20 | 124 | 0 | 107 | 441 | 110 | 21 |
| Binary | 111111 | 1100 | 1001011 | 10000 | 1010100 | 0 | 1000111 | 100100001 | 1001000 | 10001 |
Color Harmonies of #3F0C4B
Complementary color
Monochromatic Colors of #3F0C4B
Black with #3F0C4B
Text Example
Text Example
White with #3F0C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0C4B; }
p { color: rgb(63,12,75); }
H1.HeaderClassName
{
color: #3F0C4B;
}
.AnyTagClassName
{
color: #3F0C4B;
}
</style>
background-color css
<style>
a { background-color: #3F0C4B; }
a { background-color: rgb(63,12,75); }
div.DivClassName
{
background-color: #3F0C4B;
}
.BgClassName
{
background-color: #3F0C4B;
}
</style>
border-color css
<style>
span { border-color: #3F0C4B; }
span { border-color: rgb(63,12,75); }
td.TdClassName
{
border-color: #3F0C4B;
}
.TagClassName
{
border-color: #3F0C4B;
}
</style>