Shades of Blackcurrant #3D0544
Tints of Blackcurrant #3D0544
RGB
CMYK
RGB Variations
Color information
#3D0544 (or 0x3D0544) is known color: Blackcurrant. HEX triplet: 3D, 05 and 44. RGB value is (61,5,68). Sum of RGB (Red+Green+Blue) = 61+5+68=134 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.52% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 68 (26.95% from 255 or 50.75% from 134); Max value from RGB is 68 - color contains mainly: blue. Hex color #3D0544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0544 is #C2FABB. Grayscale: #1C1C1C. Windows color (decimal): -12778172 or 4457789. OLE color: 4457789.
HSL color Cylindrical-coordinate representation of color #3D0544: hue angle of 293.33º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D0544 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 5 | 68 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.73 |
| HSL | 293.33º | 0.86% | 0.14% | - |
| HSV(B) | 293.33º | 0.93% | 0.27% | - |
| XYZ | 3.02 | 1.52 | 5.6 | - |
| YUV | 28.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 5 | 68 | 0.10 | 0.93 | 0 | 0.73 | 293.33 | 0.86 | 0.14 |
| Hex | 3D | 5 | 44 | A | 5D | 0 | 49 | 125 | 56 | E |
| Octal | 75 | 5 | 104 | 12 | 135 | 0 | 111 | 445 | 126 | 16 |
| Binary | 111101 | 101 | 1000100 | 1010 | 1011101 | 0 | 1001001 | 100100101 | 1010110 | 1110 |
Color Harmonies of #3D0544
Complementary color
Monochromatic Colors of #3D0544
Black with #3D0544
Text Example
Text Example
White with #3D0544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0544; }
p { color: rgb(61,5,68); }
H1.HeaderClassName
{
color: #3D0544;
}
.AnyTagClassName
{
color: #3D0544;
}
</style>
background-color css
<style>
a { background-color: #3D0544; }
a { background-color: rgb(61,5,68); }
div.DivClassName
{
background-color: #3D0544;
}
.BgClassName
{
background-color: #3D0544;
}
</style>
border-color css
<style>
span { border-color: #3D0544; }
span { border-color: rgb(61,5,68); }
td.TdClassName
{
border-color: #3D0544;
}
.TagClassName
{
border-color: #3D0544;
}
</style>