Shades of Blackcurrant #3D0353
Tints of Blackcurrant #3D0353
RGB
CMYK
RGB Variations
Color information
#3D0353 (or 0x3D0353) is known color: Blackcurrant. HEX triplet: 3D, 03 and 53. RGB value is (61,3,83). Sum of RGB (Red+Green+Blue) = 61+3+83=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D0353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0353 is #C2FCAC. Grayscale: #1D1D1D. Windows color (decimal): -12778669 or 5440317. OLE color: 5440317.
HSL color Cylindrical-coordinate representation of color #3D0353: hue angle of 283.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D0353 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 3 | 83 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.67 |
| HSL | 283.5º | 0.93% | 0.17% | - |
| HSV(B) | 283.5º | 0.96% | 0.33% | - |
| XYZ | 3.52 | 1.68 | 8.32 | - |
| YUV | 29.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 83 | 0.27 | 0.96 | 0 | 0.67 | 283.5 | 0.93 | 0.17 |
| Hex | 3D | 3 | 53 | 1B | 60 | 0 | 43 | 11C | 5D | 11 |
| Octal | 75 | 3 | 123 | 33 | 140 | 0 | 103 | 434 | 135 | 21 |
| Binary | 111101 | 11 | 1010011 | 11011 | 1100000 | 0 | 1000011 | 100011100 | 1011101 | 10001 |
Color Harmonies of #3D0353
Complementary color
Monochromatic Colors of #3D0353
Black with #3D0353
Text Example
Text Example
White with #3D0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0353; }
p { color: rgb(61,3,83); }
H1.HeaderClassName
{
color: #3D0353;
}
.AnyTagClassName
{
color: #3D0353;
}
</style>
background-color css
<style>
a { background-color: #3D0353; }
a { background-color: rgb(61,3,83); }
div.DivClassName
{
background-color: #3D0353;
}
.BgClassName
{
background-color: #3D0353;
}
</style>
border-color css
<style>
span { border-color: #3D0353; }
span { border-color: rgb(61,3,83); }
td.TdClassName
{
border-color: #3D0353;
}
.TagClassName
{
border-color: #3D0353;
}
</style>