Shades of Blackcurrant #3F045A
Tints of Blackcurrant #3F045A
RGB
CMYK
RGB Variations
Color information
#3F045A (or 0x3F045A) is known color: Blackcurrant. HEX triplet: 3F, 04 and 5A. RGB value is (63,4,90). Sum of RGB (Red+Green+Blue) = 63+4+90=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F045A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F045A is #C0FBA5. Grayscale: #1F1F1F. Windows color (decimal): -12647334 or 5899327. OLE color: 5899327.
HSL color Cylindrical-coordinate representation of color #3F045A: hue angle of 281.16º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F045A is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 4 | 90 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.65 |
| HSL | 281.16º | 0.91% | 0.18% | - |
| HSV(B) | 281.16º | 0.96% | 0.35% | - |
| XYZ | 3.94 | 1.88 | 9.83 | - |
| YUV | 31.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 90 | 0.30 | 0.96 | 0 | 0.65 | 281.16 | 0.91 | 0.18 |
| Hex | 3F | 4 | 5A | 1E | 60 | 0 | 41 | 119 | 5B | 12 |
| Octal | 77 | 4 | 132 | 36 | 140 | 0 | 101 | 431 | 133 | 22 |
| Binary | 111111 | 100 | 1011010 | 11110 | 1100000 | 0 | 1000001 | 100011001 | 1011011 | 10010 |
Color Harmonies of #3F045A
Complementary color
Monochromatic Colors of #3F045A
Black with #3F045A
Text Example
Text Example
White with #3F045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F045A; }
p { color: rgb(63,4,90); }
H1.HeaderClassName
{
color: #3F045A;
}
.AnyTagClassName
{
color: #3F045A;
}
</style>
background-color css
<style>
a { background-color: #3F045A; }
a { background-color: rgb(63,4,90); }
div.DivClassName
{
background-color: #3F045A;
}
.BgClassName
{
background-color: #3F045A;
}
</style>
border-color css
<style>
span { border-color: #3F045A; }
span { border-color: rgb(63,4,90); }
td.TdClassName
{
border-color: #3F045A;
}
.TagClassName
{
border-color: #3F045A;
}
</style>