Shades of Blackcurrant #3F034D
Tints of Blackcurrant #3F034D
RGB
CMYK
RGB Variations
Color information
#3F034D (or 0x3F034D) is known color: Blackcurrant. HEX triplet: 3F, 03 and 4D. RGB value is (63,3,77). Sum of RGB (Red+Green+Blue) = 63+3+77=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F034D is #C0FCB2. Grayscale: #1D1D1D. Windows color (decimal): -12647603 or 5047103. OLE color: 5047103.
HSL color Cylindrical-coordinate representation of color #3F034D: hue angle of 288.65º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F034D is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 3 | 77 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.70 |
| HSL | 288.65º | 0.93% | 0.16% | - |
| HSV(B) | 288.65º | 0.96% | 0.3% | - |
| XYZ | 3.42 | 1.66 | 7.16 | - |
| YUV | 29.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 77 | 0.18 | 0.96 | 0 | 0.70 | 288.65 | 0.93 | 0.16 |
| Hex | 3F | 3 | 4D | 12 | 60 | 0 | 46 | 121 | 5C | 10 |
| Octal | 77 | 3 | 115 | 22 | 140 | 0 | 106 | 441 | 134 | 20 |
| Binary | 111111 | 11 | 1001101 | 10010 | 1100000 | 0 | 1000110 | 100100001 | 1011100 | 10000 |
Color Harmonies of #3F034D
Complementary color
Monochromatic Colors of #3F034D
Black with #3F034D
Text Example
Text Example
White with #3F034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F034D; }
p { color: rgb(63,3,77); }
H1.HeaderClassName
{
color: #3F034D;
}
.AnyTagClassName
{
color: #3F034D;
}
</style>
background-color css
<style>
a { background-color: #3F034D; }
a { background-color: rgb(63,3,77); }
div.DivClassName
{
background-color: #3F034D;
}
.BgClassName
{
background-color: #3F034D;
}
</style>
border-color css
<style>
span { border-color: #3F034D; }
span { border-color: rgb(63,3,77); }
td.TdClassName
{
border-color: #3F034D;
}
.TagClassName
{
border-color: #3F034D;
}
</style>