Shades of Blackcurrant #3F054B
Tints of Blackcurrant #3F054B
RGB
CMYK
RGB Variations
Color information
#3F054B (or 0x3F054B) is known color: Blackcurrant. HEX triplet: 3F, 05 and 4B. RGB value is (63,5,75). Sum of RGB (Red+Green+Blue) = 63+5+75=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F054B is #C0FAB4. Grayscale: #1E1E1E. Windows color (decimal): -12647093 or 4916543. OLE color: 4916543.
HSL color Cylindrical-coordinate representation of color #3F054B: hue angle of 289.71º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F054B is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 5 | 75 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.71 |
| HSL | 289.71º | 0.88% | 0.16% | - |
| HSV(B) | 289.71º | 0.93% | 0.29% | - |
| XYZ | 3.37 | 1.67 | 6.8 | - |
| YUV | 30.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 75 | 0.16 | 0.93 | 0 | 0.71 | 289.71 | 0.88 | 0.16 |
| Hex | 3F | 5 | 4B | 10 | 5D | 0 | 47 | 122 | 58 | 10 |
| Octal | 77 | 5 | 113 | 20 | 135 | 0 | 107 | 442 | 130 | 20 |
| Binary | 111111 | 101 | 1001011 | 10000 | 1011101 | 0 | 1000111 | 100100010 | 1011000 | 10000 |
Color Harmonies of #3F054B
Complementary color
Monochromatic Colors of #3F054B
Black with #3F054B
Text Example
Text Example
White with #3F054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F054B; }
p { color: rgb(63,5,75); }
H1.HeaderClassName
{
color: #3F054B;
}
.AnyTagClassName
{
color: #3F054B;
}
</style>
background-color css
<style>
a { background-color: #3F054B; }
a { background-color: rgb(63,5,75); }
div.DivClassName
{
background-color: #3F054B;
}
.BgClassName
{
background-color: #3F054B;
}
</style>
border-color css
<style>
span { border-color: #3F054B; }
span { border-color: rgb(63,5,75); }
td.TdClassName
{
border-color: #3F054B;
}
.TagClassName
{
border-color: #3F054B;
}
</style>