Shades of Blackcurrant #3D0448
Tints of Blackcurrant #3D0448
RGB
CMYK
RGB Variations
Color information
#3D0448 (or 0x3D0448) is known color: Blackcurrant. HEX triplet: 3D, 04 and 48. RGB value is (61,4,72). Sum of RGB (Red+Green+Blue) = 61+4+72=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D0448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0448 is #C2FBB7. Grayscale: #1C1C1C. Windows color (decimal): -12778424 or 4719677. OLE color: 4719677.
HSL color Cylindrical-coordinate representation of color #3D0448: hue angle of 290.29º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0448 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 4 | 72 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.72 |
| HSL | 290.29º | 0.89% | 0.15% | - |
| HSV(B) | 290.29º | 0.94% | 0.28% | - |
| XYZ | 3.14 | 1.55 | 6.26 | - |
| YUV | 28.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 72 | 0.15 | 0.94 | 0 | 0.72 | 290.29 | 0.89 | 0.15 |
| Hex | 3D | 4 | 48 | F | 5E | 0 | 48 | 122 | 59 | F |
| Octal | 75 | 4 | 110 | 17 | 136 | 0 | 110 | 442 | 131 | 17 |
| Binary | 111101 | 100 | 1001000 | 1111 | 1011110 | 0 | 1001000 | 100100010 | 1011001 | 1111 |
Color Harmonies of #3D0448
Complementary color
Monochromatic Colors of #3D0448
Black with #3D0448
Text Example
Text Example
White with #3D0448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0448; }
p { color: rgb(61,4,72); }
H1.HeaderClassName
{
color: #3D0448;
}
.AnyTagClassName
{
color: #3D0448;
}
</style>
background-color css
<style>
a { background-color: #3D0448; }
a { background-color: rgb(61,4,72); }
div.DivClassName
{
background-color: #3D0448;
}
.BgClassName
{
background-color: #3D0448;
}
</style>
border-color css
<style>
span { border-color: #3D0448; }
span { border-color: rgb(61,4,72); }
td.TdClassName
{
border-color: #3D0448;
}
.TagClassName
{
border-color: #3D0448;
}
</style>