Shades of Blackcurrant #3F0353
Tints of Blackcurrant #3F0353
RGB
CMYK
RGB Variations
Color information
#3F0353 (or 0x3F0353) is known color: Blackcurrant. HEX triplet: 3F, 03 and 53. RGB value is (63,3,83). Sum of RGB (Red+Green+Blue) = 63+3+83=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F0353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0353 is #C0FCAC. Grayscale: #1D1D1D. Windows color (decimal): -12647597 or 5440319. OLE color: 5440319.
HSL color Cylindrical-coordinate representation of color #3F0353: hue angle of 285º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F0353 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 3 | 83 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.67 |
| HSL | 285º | 0.93% | 0.17% | - |
| HSV(B) | 285º | 0.96% | 0.33% | - |
| XYZ | 3.64 | 1.75 | 8.33 | - |
| YUV | 30.06 | 157.88 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 83 | 0.24 | 0.96 | 0 | 0.67 | 285 | 0.93 | 0.17 |
| Hex | 3F | 3 | 53 | 18 | 60 | 0 | 43 | 11D | 5D | 11 |
| Octal | 77 | 3 | 123 | 30 | 140 | 0 | 103 | 435 | 135 | 21 |
| Binary | 111111 | 11 | 1010011 | 11000 | 1100000 | 0 | 1000011 | 100011101 | 1011101 | 10001 |
Color Harmonies of #3F0353
Complementary color
Monochromatic Colors of #3F0353
Black with #3F0353
Text Example
Text Example
White with #3F0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0353; }
p { color: rgb(63,3,83); }
H1.HeaderClassName
{
color: #3F0353;
}
.AnyTagClassName
{
color: #3F0353;
}
</style>
background-color css
<style>
a { background-color: #3F0353; }
a { background-color: rgb(63,3,83); }
div.DivClassName
{
background-color: #3F0353;
}
.BgClassName
{
background-color: #3F0353;
}
</style>
border-color css
<style>
span { border-color: #3F0353; }
span { border-color: rgb(63,3,83); }
td.TdClassName
{
border-color: #3F0353;
}
.TagClassName
{
border-color: #3F0353;
}
</style>