Shades of Blackcurrant #3F144A
Tints of Blackcurrant #3F144A
RGB
CMYK
RGB Variations
Color information
#3F144A (or 0x3F144A) is known color: Blackcurrant. HEX triplet: 3F, 14 and 4A. RGB value is (63,20,74). Sum of RGB (Red+Green+Blue) = 63+20+74=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F144A is #C0EBB5. Grayscale: #262626. Windows color (decimal): -12643254 or 4854847. OLE color: 4854847.
HSL color Cylindrical-coordinate representation of color #3F144A: hue angle of 287.78º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F144A is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 20 | 74 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.71 |
| HSL | 287.78º | 0.57% | 0.18% | - |
| HSV(B) | 287.78º | 0.73% | 0.29% | - |
| XYZ | 3.54 | 2.05 | 6.69 | - |
| YUV | 39.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 74 | 0.15 | 0.73 | 0 | 0.71 | 287.78 | 0.57 | 0.18 |
| Hex | 3F | 14 | 4A | F | 49 | 0 | 47 | 120 | 39 | 12 |
| Octal | 77 | 24 | 112 | 17 | 111 | 0 | 107 | 440 | 71 | 22 |
| Binary | 111111 | 10100 | 1001010 | 1111 | 1001001 | 0 | 1000111 | 100100000 | 111001 | 10010 |
Color Harmonies of #3F144A
Complementary color
Monochromatic Colors of #3F144A
Black with #3F144A
Text Example
Text Example
White with #3F144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F144A; }
p { color: rgb(63,20,74); }
H1.HeaderClassName
{
color: #3F144A;
}
.AnyTagClassName
{
color: #3F144A;
}
</style>
background-color css
<style>
a { background-color: #3F144A; }
a { background-color: rgb(63,20,74); }
div.DivClassName
{
background-color: #3F144A;
}
.BgClassName
{
background-color: #3F144A;
}
</style>
border-color css
<style>
span { border-color: #3F144A; }
span { border-color: rgb(63,20,74); }
td.TdClassName
{
border-color: #3F144A;
}
.TagClassName
{
border-color: #3F144A;
}
</style>