Shades of Blackcurrant #3F034C
Tints of Blackcurrant #3F034C
RGB
CMYK
RGB Variations
Color information
#3F034C (or 0x3F034C) is known color: Blackcurrant. HEX triplet: 3F, 03 and 4C. RGB value is (63,3,76). Sum of RGB (Red+Green+Blue) = 63+3+76=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F034C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F034C is #C0FCB3. Grayscale: #1D1D1D. Windows color (decimal): -12647604 or 4981567. OLE color: 4981567.
HSL color Cylindrical-coordinate representation of color #3F034C: hue angle of 289.32º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F034C is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 3 | 76 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.70 |
| HSL | 289.32º | 0.92% | 0.15% | - |
| HSV(B) | 289.32º | 0.96% | 0.3% | - |
| XYZ | 3.39 | 1.64 | 6.98 | - |
| YUV | 29.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 76 | 0.17 | 0.96 | 0 | 0.70 | 289.32 | 0.92 | 0.15 |
| Hex | 3F | 3 | 4C | 11 | 60 | 0 | 46 | 121 | 5C | F |
| Octal | 77 | 3 | 114 | 21 | 140 | 0 | 106 | 441 | 134 | 17 |
| Binary | 111111 | 11 | 1001100 | 10001 | 1100000 | 0 | 1000110 | 100100001 | 1011100 | 1111 |
Color Harmonies of #3F034C
Complementary color
Monochromatic Colors of #3F034C
Black with #3F034C
Text Example
Text Example
White with #3F034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F034C; }
p { color: rgb(63,3,76); }
H1.HeaderClassName
{
color: #3F034C;
}
.AnyTagClassName
{
color: #3F034C;
}
</style>
background-color css
<style>
a { background-color: #3F034C; }
a { background-color: rgb(63,3,76); }
div.DivClassName
{
background-color: #3F034C;
}
.BgClassName
{
background-color: #3F034C;
}
</style>
border-color css
<style>
span { border-color: #3F034C; }
span { border-color: rgb(63,3,76); }
td.TdClassName
{
border-color: #3F034C;
}
.TagClassName
{
border-color: #3F034C;
}
</style>