Shades of Blackcurrant #3F144B
Tints of Blackcurrant #3F144B
RGB
CMYK
RGB Variations
Color information
#3F144B (or 0x3F144B) is known color: Blackcurrant. HEX triplet: 3F, 14 and 4B. RGB value is (63,20,75). Sum of RGB (Red+Green+Blue) = 63+20+75=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F144B is #C0EBB4. Grayscale: #262626. Windows color (decimal): -12643253 or 4920383. OLE color: 4920383.
HSL color Cylindrical-coordinate representation of color #3F144B: hue angle of 286.91º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F144B is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 63 | 20 | 75 | - |
CMYK | 0.16 | 0.73 | 0 | 0.71 |
HSL | 286.91º | 0.58% | 0.19% | - |
HSV(B) | 286.91º | 0.73% | 0.29% | - |
XYZ | 3.57 | 2.07 | 6.87 | - |
YUV | 39.13 | 148.25 | 145.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 20 | 75 | 0.16 | 0.73 | 0 | 0.71 | 286.91 | 0.58 | 0.19 |
Hex | 3F | 14 | 4B | 10 | 49 | 0 | 47 | 11F | 3A | 13 |
Octal | 77 | 24 | 113 | 20 | 111 | 0 | 107 | 437 | 72 | 23 |
Binary | 111111 | 10100 | 1001011 | 10000 | 1001001 | 0 | 1000111 | 100011111 | 111010 | 10011 |
Color Harmonies of #3F144B
Complementary color
Monochromatic Colors of #3F144B
Black with #3F144B
Text Example
Text Example
White with #3F144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F144B; }
p { color: rgb(63,20,75); }
H1.HeaderClassName
{
color: #3F144B;
}
.AnyTagClassName
{
color: #3F144B;
}
</style>
background-color css
<style>
a { background-color: #3F144B; }
a { background-color: rgb(63,20,75); }
div.DivClassName
{
background-color: #3F144B;
}
.BgClassName
{
background-color: #3F144B;
}
</style>
border-color css
<style>
span { border-color: #3F144B; }
span { border-color: rgb(63,20,75); }
td.TdClassName
{
border-color: #3F144B;
}
.TagClassName
{
border-color: #3F144B;
}
</style>