Shades of Blackcurrant #3F004A
Tints of Blackcurrant #3F004A
RGB
CMYK
RGB Variations
Color information
#3F004A (or 0x3F004A) is known color: Blackcurrant. HEX triplet: 3F, 00 and 4A. RGB value is (63,0,74). Sum of RGB (Red+Green+Blue) = 63+0+74=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 74 (29.30% from 255 or 54.01% from 137); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F004A is #C0FFB5. Grayscale: #1B1B1B. Windows color (decimal): -12648374 or 4849727. OLE color: 4849727.
HSL color Cylindrical-coordinate representation of color #3F004A: hue angle of 291.08º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F004A is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 0 | 74 | - |
| CMYK | 0.15 | 1 | 0 | 0.71 |
| HSL | 291.08º | 1% | 0.15% | - |
| HSV(B) | 291.08º | 1% | 0.29% | - |
| XYZ | 3.29 | 1.55 | 6.6 | - |
| YUV | 27.27 | 154.37 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 74 | 0.15 | 1 | 0 | 0.71 | 291.08 | 1 | 0.15 |
| Hex | 3F | 0 | 4A | F | 64 | 0 | 47 | 123 | 64 | F |
| Octal | 77 | 0 | 112 | 17 | 144 | 0 | 107 | 443 | 144 | 17 |
| Binary | 111111 | 0 | 1001010 | 1111 | 1100100 | 0 | 1000111 | 100100011 | 1100100 | 1111 |
Color Harmonies of #3F004A
Complementary color
Monochromatic Colors of #3F004A
Black with #3F004A
Text Example
Text Example
White with #3F004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F004A; }
p { color: rgb(63,0,74); }
H1.HeaderClassName
{
color: #3F004A;
}
.AnyTagClassName
{
color: #3F004A;
}
</style>
background-color css
<style>
a { background-color: #3F004A; }
a { background-color: rgb(63,0,74); }
div.DivClassName
{
background-color: #3F004A;
}
.BgClassName
{
background-color: #3F004A;
}
</style>
border-color css
<style>
span { border-color: #3F004A; }
span { border-color: rgb(63,0,74); }
td.TdClassName
{
border-color: #3F004A;
}
.TagClassName
{
border-color: #3F004A;
}
</style>