Shades of Blackcurrant #3F0553
Tints of Blackcurrant #3F0553
RGB
CMYK
RGB Variations
Color information
#3F0553 (or 0x3F0553) is known color: Blackcurrant. HEX triplet: 3F, 05 and 53. RGB value is (63,5,83). Sum of RGB (Red+Green+Blue) = 63+5+83=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F0553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0553 is #C0FAAC. Grayscale: #1E1E1E. Windows color (decimal): -12647085 or 5440831. OLE color: 5440831.
HSL color Cylindrical-coordinate representation of color #3F0553: hue angle of 284.62º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0553 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 5 | 83 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.67 |
| HSL | 284.62º | 0.89% | 0.17% | - |
| HSV(B) | 284.62º | 0.94% | 0.33% | - |
| XYZ | 3.67 | 1.79 | 8.34 | - |
| YUV | 31.23 | 157.22 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 83 | 0.24 | 0.94 | 0 | 0.67 | 284.62 | 0.89 | 0.17 |
| Hex | 3F | 5 | 53 | 18 | 5E | 0 | 43 | 11D | 59 | 11 |
| Octal | 77 | 5 | 123 | 30 | 136 | 0 | 103 | 435 | 131 | 21 |
| Binary | 111111 | 101 | 1010011 | 11000 | 1011110 | 0 | 1000011 | 100011101 | 1011001 | 10001 |
Color Harmonies of #3F0553
Complementary color
Monochromatic Colors of #3F0553
Black with #3F0553
Text Example
Text Example
White with #3F0553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0553; }
p { color: rgb(63,5,83); }
H1.HeaderClassName
{
color: #3F0553;
}
.AnyTagClassName
{
color: #3F0553;
}
</style>
background-color css
<style>
a { background-color: #3F0553; }
a { background-color: rgb(63,5,83); }
div.DivClassName
{
background-color: #3F0553;
}
.BgClassName
{
background-color: #3F0553;
}
</style>
border-color css
<style>
span { border-color: #3F0553; }
span { border-color: rgb(63,5,83); }
td.TdClassName
{
border-color: #3F0553;
}
.TagClassName
{
border-color: #3F0553;
}
</style>