Shades of Blackcurrant #3F044B
Tints of Blackcurrant #3F044B
RGB
CMYK
RGB Variations
Color information
#3F044B (or 0x3F044B) is known color: Blackcurrant. HEX triplet: 3F, 04 and 4B. RGB value is (63,4,75). Sum of RGB (Red+Green+Blue) = 63+4+75=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F044B is #C0FBB4. Grayscale: #1D1D1D. Windows color (decimal): -12647349 or 4916287. OLE color: 4916287.
HSL color Cylindrical-coordinate representation of color #3F044B: hue angle of 289.86º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F044B is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 4 | 75 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.71 |
| HSL | 289.86º | 0.9% | 0.15% | - |
| HSV(B) | 289.86º | 0.95% | 0.29% | - |
| XYZ | 3.36 | 1.65 | 6.8 | - |
| YUV | 29.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 75 | 0.16 | 0.95 | 0 | 0.71 | 289.86 | 0.9 | 0.15 |
| Hex | 3F | 4 | 4B | 10 | 5F | 0 | 47 | 122 | 5A | F |
| Octal | 77 | 4 | 113 | 20 | 137 | 0 | 107 | 442 | 132 | 17 |
| Binary | 111111 | 100 | 1001011 | 10000 | 1011111 | 0 | 1000111 | 100100010 | 1011010 | 1111 |
Color Harmonies of #3F044B
Complementary color
Monochromatic Colors of #3F044B
Black with #3F044B
Text Example
Text Example
White with #3F044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F044B; }
p { color: rgb(63,4,75); }
H1.HeaderClassName
{
color: #3F044B;
}
.AnyTagClassName
{
color: #3F044B;
}
</style>
background-color css
<style>
a { background-color: #3F044B; }
a { background-color: rgb(63,4,75); }
div.DivClassName
{
background-color: #3F044B;
}
.BgClassName
{
background-color: #3F044B;
}
</style>
border-color css
<style>
span { border-color: #3F044B; }
span { border-color: rgb(63,4,75); }
td.TdClassName
{
border-color: #3F044B;
}
.TagClassName
{
border-color: #3F044B;
}
</style>