Shades of Blackcurrant #3F094E
Tints of Blackcurrant #3F094E
RGB
CMYK
RGB Variations
Color information
#3F094E (or 0x3F094E) is known color: Blackcurrant. HEX triplet: 3F, 09 and 4E. RGB value is (63,9,78). Sum of RGB (Red+Green+Blue) = 63+9+78=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #3F094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F094E is #C0F6B1. Grayscale: #202020. Windows color (decimal): -12646066 or 5114175. OLE color: 5114175.
HSL color Cylindrical-coordinate representation of color #3F094E: hue angle of 286.96º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F094E is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 9 | 78 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.69 |
| HSL | 286.96º | 0.79% | 0.17% | - |
| HSV(B) | 286.96º | 0.88% | 0.31% | - |
| XYZ | 3.52 | 1.8 | 7.37 | - |
| YUV | 33.01 | 153.39 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 78 | 0.19 | 0.88 | 0 | 0.69 | 286.96 | 0.79 | 0.17 |
| Hex | 3F | 9 | 4E | 13 | 58 | 0 | 45 | 11F | 4F | 11 |
| Octal | 77 | 11 | 116 | 23 | 130 | 0 | 105 | 437 | 117 | 21 |
| Binary | 111111 | 1001 | 1001110 | 10011 | 1011000 | 0 | 1000101 | 100011111 | 1001111 | 10001 |
Color Harmonies of #3F094E
Complementary color
Monochromatic Colors of #3F094E
Black with #3F094E
Text Example
Text Example
White with #3F094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F094E; }
p { color: rgb(63,9,78); }
H1.HeaderClassName
{
color: #3F094E;
}
.AnyTagClassName
{
color: #3F094E;
}
</style>
background-color css
<style>
a { background-color: #3F094E; }
a { background-color: rgb(63,9,78); }
div.DivClassName
{
background-color: #3F094E;
}
.BgClassName
{
background-color: #3F094E;
}
</style>
border-color css
<style>
span { border-color: #3F094E; }
span { border-color: rgb(63,9,78); }
td.TdClassName
{
border-color: #3F094E;
}
.TagClassName
{
border-color: #3F094E;
}
</style>