Shades of Blackcurrant #3F0253
Tints of Blackcurrant #3F0253
RGB
CMYK
RGB Variations
Color information
#3F0253 (or 0x3F0253) is known color: Blackcurrant. HEX triplet: 3F, 02 and 53. RGB value is (63,2,83). Sum of RGB (Red+Green+Blue) = 63+2+83=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F0253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0253 is #C0FDAC. Grayscale: #1D1D1D. Windows color (decimal): -12647853 or 5440063. OLE color: 5440063.
HSL color Cylindrical-coordinate representation of color #3F0253: hue angle of 285.19º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0253 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 2 | 83 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.67 |
| HSL | 285.19º | 0.95% | 0.17% | - |
| HSV(B) | 285.19º | 0.98% | 0.33% | - |
| XYZ | 3.63 | 1.72 | 8.33 | - |
| YUV | 29.47 | 158.21 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 83 | 0.24 | 0.98 | 0 | 0.67 | 285.19 | 0.95 | 0.17 |
| Hex | 3F | 2 | 53 | 18 | 62 | 0 | 43 | 11D | 5F | 11 |
| Octal | 77 | 2 | 123 | 30 | 142 | 0 | 103 | 435 | 137 | 21 |
| Binary | 111111 | 10 | 1010011 | 11000 | 1100010 | 0 | 1000011 | 100011101 | 1011111 | 10001 |
Color Harmonies of #3F0253
Complementary color
Monochromatic Colors of #3F0253
Black with #3F0253
Text Example
Text Example
White with #3F0253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0253; }
p { color: rgb(63,2,83); }
H1.HeaderClassName
{
color: #3F0253;
}
.AnyTagClassName
{
color: #3F0253;
}
</style>
background-color css
<style>
a { background-color: #3F0253; }
a { background-color: rgb(63,2,83); }
div.DivClassName
{
background-color: #3F0253;
}
.BgClassName
{
background-color: #3F0253;
}
</style>
border-color css
<style>
span { border-color: #3F0253; }
span { border-color: rgb(63,2,83); }
td.TdClassName
{
border-color: #3F0253;
}
.TagClassName
{
border-color: #3F0253;
}
</style>