Shades of Blackcurrant #3F074B
Tints of Blackcurrant #3F074B
RGB
CMYK
RGB Variations
Color information
#3F074B (or 0x3F074B) is known color: Blackcurrant. HEX triplet: 3F, 07 and 4B. RGB value is (63,7,75). Sum of RGB (Red+Green+Blue) = 63+7+75=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F074B is #C0F8B4. Grayscale: #1F1F1F. Windows color (decimal): -12646581 or 4917055. OLE color: 4917055.
HSL color Cylindrical-coordinate representation of color #3F074B: hue angle of 289.41º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F074B is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 7 | 75 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.71 |
| HSL | 289.41º | 0.83% | 0.16% | - |
| HSV(B) | 289.41º | 0.91% | 0.29% | - |
| XYZ | 3.4 | 1.72 | 6.81 | - |
| YUV | 31.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 75 | 0.16 | 0.91 | 0 | 0.71 | 289.41 | 0.83 | 0.16 |
| Hex | 3F | 7 | 4B | 10 | 5B | 0 | 47 | 121 | 53 | 10 |
| Octal | 77 | 7 | 113 | 20 | 133 | 0 | 107 | 441 | 123 | 20 |
| Binary | 111111 | 111 | 1001011 | 10000 | 1011011 | 0 | 1000111 | 100100001 | 1010011 | 10000 |
Color Harmonies of #3F074B
Complementary color
Monochromatic Colors of #3F074B
Black with #3F074B
Text Example
Text Example
White with #3F074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F074B; }
p { color: rgb(63,7,75); }
H1.HeaderClassName
{
color: #3F074B;
}
.AnyTagClassName
{
color: #3F074B;
}
</style>
background-color css
<style>
a { background-color: #3F074B; }
a { background-color: rgb(63,7,75); }
div.DivClassName
{
background-color: #3F074B;
}
.BgClassName
{
background-color: #3F074B;
}
</style>
border-color css
<style>
span { border-color: #3F074B; }
span { border-color: rgb(63,7,75); }
td.TdClassName
{
border-color: #3F074B;
}
.TagClassName
{
border-color: #3F074B;
}
</style>