Shades of Blackcurrant #3D0444
Tints of Blackcurrant #3D0444
RGB
CMYK
RGB Variations
Color information
#3D0444 (or 0x3D0444) is known color: Blackcurrant. HEX triplet: 3D, 04 and 44. RGB value is (61,4,68). Sum of RGB (Red+Green+Blue) = 61+4+68=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #3D0444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0444 is #C2FBBB. Grayscale: #1C1C1C. Windows color (decimal): -12778428 or 4457533. OLE color: 4457533.
HSL color Cylindrical-coordinate representation of color #3D0444: hue angle of 293.44º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0444 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 4 | 68 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.73 |
| HSL | 293.44º | 0.89% | 0.14% | - |
| HSV(B) | 293.44º | 0.94% | 0.27% | - |
| XYZ | 3.01 | 1.5 | 5.6 | - |
| YUV | 28.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 68 | 0.10 | 0.94 | 0 | 0.73 | 293.44 | 0.89 | 0.14 |
| Hex | 3D | 4 | 44 | A | 5E | 0 | 49 | 125 | 59 | E |
| Octal | 75 | 4 | 104 | 12 | 136 | 0 | 111 | 445 | 131 | 16 |
| Binary | 111101 | 100 | 1000100 | 1010 | 1011110 | 0 | 1001001 | 100100101 | 1011001 | 1110 |
Color Harmonies of #3D0444
Complementary color
Monochromatic Colors of #3D0444
Black with #3D0444
Text Example
Text Example
White with #3D0444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0444; }
p { color: rgb(61,4,68); }
H1.HeaderClassName
{
color: #3D0444;
}
.AnyTagClassName
{
color: #3D0444;
}
</style>
background-color css
<style>
a { background-color: #3D0444; }
a { background-color: rgb(61,4,68); }
div.DivClassName
{
background-color: #3D0444;
}
.BgClassName
{
background-color: #3D0444;
}
</style>
border-color css
<style>
span { border-color: #3D0444; }
span { border-color: rgb(61,4,68); }
td.TdClassName
{
border-color: #3D0444;
}
.TagClassName
{
border-color: #3D0444;
}
</style>