Shades of Blackcurrant #3F144D
Tints of Blackcurrant #3F144D
RGB
CMYK
RGB Variations
Color information
#3F144D (or 0x3F144D) is known color: Blackcurrant. HEX triplet: 3F, 14 and 4D. RGB value is (63,20,77). Sum of RGB (Red+Green+Blue) = 63+20+77=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F144D is #C0EBB2. Grayscale: #272727. Windows color (decimal): -12643251 or 5051455. OLE color: 5051455.
HSL color Cylindrical-coordinate representation of color #3F144D: hue angle of 285.26º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F144D is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 20 | 77 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.70 |
| HSL | 285.26º | 0.59% | 0.19% | - |
| HSV(B) | 285.26º | 0.74% | 0.3% | - |
| XYZ | 3.64 | 2.09 | 7.23 | - |
| YUV | 39.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 77 | 0.18 | 0.74 | 0 | 0.70 | 285.26 | 0.59 | 0.19 |
| Hex | 3F | 14 | 4D | 12 | 4A | 0 | 46 | 11D | 3B | 13 |
| Octal | 77 | 24 | 115 | 22 | 112 | 0 | 106 | 435 | 73 | 23 |
| Binary | 111111 | 10100 | 1001101 | 10010 | 1001010 | 0 | 1000110 | 100011101 | 111011 | 10011 |
Color Harmonies of #3F144D
Complementary color
Monochromatic Colors of #3F144D
Black with #3F144D
Text Example
Text Example
White with #3F144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F144D; }
p { color: rgb(63,20,77); }
H1.HeaderClassName
{
color: #3F144D;
}
.AnyTagClassName
{
color: #3F144D;
}
</style>
background-color css
<style>
a { background-color: #3F144D; }
a { background-color: rgb(63,20,77); }
div.DivClassName
{
background-color: #3F144D;
}
.BgClassName
{
background-color: #3F144D;
}
</style>
border-color css
<style>
span { border-color: #3F144D; }
span { border-color: rgb(63,20,77); }
td.TdClassName
{
border-color: #3F144D;
}
.TagClassName
{
border-color: #3F144D;
}
</style>