Shades of Blackcurrant #3F114A
Tints of Blackcurrant #3F114A
RGB
CMYK
RGB Variations
Color information
#3F114A (or 0x3F114A) is known color: Blackcurrant. HEX triplet: 3F, 11 and 4A. RGB value is (63,17,74). Sum of RGB (Red+Green+Blue) = 63+17+74=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F114A is #C0EEB5. Grayscale: #252525. Windows color (decimal): -12644022 or 4854079. OLE color: 4854079.
HSL color Cylindrical-coordinate representation of color #3F114A: hue angle of 288.42º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F114A is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 17 | 74 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.71 |
| HSL | 288.42º | 0.63% | 0.18% | - |
| HSV(B) | 288.42º | 0.77% | 0.29% | - |
| XYZ | 3.49 | 1.95 | 6.67 | - |
| YUV | 37.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 74 | 0.15 | 0.77 | 0 | 0.71 | 288.42 | 0.63 | 0.18 |
| Hex | 3F | 11 | 4A | F | 4D | 0 | 47 | 120 | 3F | 12 |
| Octal | 77 | 21 | 112 | 17 | 115 | 0 | 107 | 440 | 77 | 22 |
| Binary | 111111 | 10001 | 1001010 | 1111 | 1001101 | 0 | 1000111 | 100100000 | 111111 | 10010 |
Color Harmonies of #3F114A
Complementary color
Monochromatic Colors of #3F114A
Black with #3F114A
Text Example
Text Example
White with #3F114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F114A; }
p { color: rgb(63,17,74); }
H1.HeaderClassName
{
color: #3F114A;
}
.AnyTagClassName
{
color: #3F114A;
}
</style>
background-color css
<style>
a { background-color: #3F114A; }
a { background-color: rgb(63,17,74); }
div.DivClassName
{
background-color: #3F114A;
}
.BgClassName
{
background-color: #3F114A;
}
</style>
border-color css
<style>
span { border-color: #3F114A; }
span { border-color: rgb(63,17,74); }
td.TdClassName
{
border-color: #3F114A;
}
.TagClassName
{
border-color: #3F114A;
}
</style>