Shades of Blackcurrant #3F0952
Tints of Blackcurrant #3F0952
RGB
CMYK
RGB Variations
Color information
#3F0952 (or 0x3F0952) is known color: Blackcurrant. HEX triplet: 3F, 09 and 52. RGB value is (63,9,82). Sum of RGB (Red+Green+Blue) = 63+9+82=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F0952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0952 is #C0F6AD. Grayscale: #212121. Windows color (decimal): -12646062 or 5376319. OLE color: 5376319.
HSL color Cylindrical-coordinate representation of color #3F0952: hue angle of 284.38º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F0952 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 9 | 82 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.68 |
| HSL | 284.38º | 0.8% | 0.18% | - |
| HSV(B) | 284.38º | 0.89% | 0.32% | - |
| XYZ | 3.67 | 1.86 | 8.15 | - |
| YUV | 33.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 82 | 0.23 | 0.89 | 0 | 0.68 | 284.38 | 0.8 | 0.18 |
| Hex | 3F | 9 | 52 | 17 | 59 | 0 | 44 | 11C | 50 | 12 |
| Octal | 77 | 11 | 122 | 27 | 131 | 0 | 104 | 434 | 120 | 22 |
| Binary | 111111 | 1001 | 1010010 | 10111 | 1011001 | 0 | 1000100 | 100011100 | 1010000 | 10010 |
Color Harmonies of #3F0952
Complementary color
Monochromatic Colors of #3F0952
Black with #3F0952
Text Example
Text Example
White with #3F0952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0952; }
p { color: rgb(63,9,82); }
H1.HeaderClassName
{
color: #3F0952;
}
.AnyTagClassName
{
color: #3F0952;
}
</style>
background-color css
<style>
a { background-color: #3F0952; }
a { background-color: rgb(63,9,82); }
div.DivClassName
{
background-color: #3F0952;
}
.BgClassName
{
background-color: #3F0952;
}
</style>
border-color css
<style>
span { border-color: #3F0952; }
span { border-color: rgb(63,9,82); }
td.TdClassName
{
border-color: #3F0952;
}
.TagClassName
{
border-color: #3F0952;
}
</style>