Shades of Blackcurrant #3D0053
Tints of Blackcurrant #3D0053
RGB
CMYK
RGB Variations
Color information
#3D0053 (or 0x3D0053) is known color: Blackcurrant. HEX triplet: 3D, 00 and 53. RGB value is (61,0,83). Sum of RGB (Red+Green+Blue) = 61+0+83=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 83 (32.81% from 255 or 57.64% from 144); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D0053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0053 is #C2FFAC. Grayscale: #1B1B1B. Windows color (decimal): -12779437 or 5439549. OLE color: 5439549.
HSL color Cylindrical-coordinate representation of color #3D0053: hue angle of 284.1º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D0053 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 0 | 83 | - |
| CMYK | 0.27 | 1 | 0 | 0.67 |
| HSL | 284.1º | 1% | 0.16% | - |
| HSV(B) | 284.1º | 1% | 0.33% | - |
| XYZ | 3.49 | 1.62 | 8.31 | - |
| YUV | 27.7 | 159.21 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 83 | 0.27 | 1 | 0 | 0.67 | 284.1 | 1 | 0.16 |
| Hex | 3D | 0 | 53 | 1B | 64 | 0 | 43 | 11C | 64 | 10 |
| Octal | 75 | 0 | 123 | 33 | 144 | 0 | 103 | 434 | 144 | 20 |
| Binary | 111101 | 0 | 1010011 | 11011 | 1100100 | 0 | 1000011 | 100011100 | 1100100 | 10000 |
Color Harmonies of #3D0053
Complementary color
Monochromatic Colors of #3D0053
Black with #3D0053
Text Example
Text Example
White with #3D0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0053; }
p { color: rgb(61,0,83); }
H1.HeaderClassName
{
color: #3D0053;
}
.AnyTagClassName
{
color: #3D0053;
}
</style>
background-color css
<style>
a { background-color: #3D0053; }
a { background-color: rgb(61,0,83); }
div.DivClassName
{
background-color: #3D0053;
}
.BgClassName
{
background-color: #3D0053;
}
</style>
border-color css
<style>
span { border-color: #3D0053; }
span { border-color: rgb(61,0,83); }
td.TdClassName
{
border-color: #3D0053;
}
.TagClassName
{
border-color: #3D0053;
}
</style>