Shades of Blackcurrant #3F104B
Tints of Blackcurrant #3F104B
RGB
CMYK
RGB Variations
Color information
#3F104B (or 0x3F104B) is known color: Blackcurrant. HEX triplet: 3F, 10 and 4B. RGB value is (63,16,75). Sum of RGB (Red+Green+Blue) = 63+16+75=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F104B is #C0EFB4. Grayscale: #242424. Windows color (decimal): -12644277 or 4919359. OLE color: 4919359.
HSL color Cylindrical-coordinate representation of color #3F104B: hue angle of 287.8º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F104B is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 16 | 75 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.71 |
| HSL | 287.8º | 0.65% | 0.18% | - |
| HSV(B) | 287.8º | 0.79% | 0.29% | - |
| XYZ | 3.51 | 1.94 | 6.85 | - |
| YUV | 36.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 75 | 0.16 | 0.79 | 0 | 0.71 | 287.8 | 0.65 | 0.18 |
| Hex | 3F | 10 | 4B | 10 | 4F | 0 | 47 | 120 | 41 | 12 |
| Octal | 77 | 20 | 113 | 20 | 117 | 0 | 107 | 440 | 101 | 22 |
| Binary | 111111 | 10000 | 1001011 | 10000 | 1001111 | 0 | 1000111 | 100100000 | 1000001 | 10010 |
Color Harmonies of #3F104B
Complementary color
Monochromatic Colors of #3F104B
Black with #3F104B
Text Example
Text Example
White with #3F104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F104B; }
p { color: rgb(63,16,75); }
H1.HeaderClassName
{
color: #3F104B;
}
.AnyTagClassName
{
color: #3F104B;
}
</style>
background-color css
<style>
a { background-color: #3F104B; }
a { background-color: rgb(63,16,75); }
div.DivClassName
{
background-color: #3F104B;
}
.BgClassName
{
background-color: #3F104B;
}
</style>
border-color css
<style>
span { border-color: #3F104B; }
span { border-color: rgb(63,16,75); }
td.TdClassName
{
border-color: #3F104B;
}
.TagClassName
{
border-color: #3F104B;
}
</style>