Shades of Blackcurrant #3D1053
Tints of Blackcurrant #3D1053
RGB
CMYK
RGB Variations
Color information
#3D1053 (or 0x3D1053) is known color: Blackcurrant. HEX triplet: 3D, 10 and 53. RGB value is (61,16,83). Sum of RGB (Red+Green+Blue) = 61+16+83=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D1053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1053 is #C2EFAC. Grayscale: #242424. Windows color (decimal): -12775341 or 5443645. OLE color: 5443645.
HSL color Cylindrical-coordinate representation of color #3D1053: hue angle of 280.3º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D1053 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 16 | 83 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.67 |
| HSL | 280.3º | 0.68% | 0.19% | - |
| HSV(B) | 280.3º | 0.81% | 0.33% | - |
| XYZ | 3.67 | 1.99 | 8.37 | - |
| YUV | 37.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 16 | 83 | 0.27 | 0.81 | 0 | 0.67 | 280.3 | 0.68 | 0.19 |
| Hex | 3D | 10 | 53 | 1B | 51 | 0 | 43 | 118 | 44 | 13 |
| Octal | 75 | 20 | 123 | 33 | 121 | 0 | 103 | 430 | 104 | 23 |
| Binary | 111101 | 10000 | 1010011 | 11011 | 1010001 | 0 | 1000011 | 100011000 | 1000100 | 10011 |
Color Harmonies of #3D1053
Complementary color
Monochromatic Colors of #3D1053
Black with #3D1053
Text Example
Text Example
White with #3D1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1053; }
p { color: rgb(61,16,83); }
H1.HeaderClassName
{
color: #3D1053;
}
.AnyTagClassName
{
color: #3D1053;
}
</style>
background-color css
<style>
a { background-color: #3D1053; }
a { background-color: rgb(61,16,83); }
div.DivClassName
{
background-color: #3D1053;
}
.BgClassName
{
background-color: #3D1053;
}
</style>
border-color css
<style>
span { border-color: #3D1053; }
span { border-color: rgb(61,16,83); }
td.TdClassName
{
border-color: #3D1053;
}
.TagClassName
{
border-color: #3D1053;
}
</style>