Shades of Blackcurrant #3D0F53
Tints of Blackcurrant #3D0F53
RGB
CMYK
RGB Variations
Color information
#3D0F53 (or 0x3D0F53) is known color: Blackcurrant. HEX triplet: 3D, 0F and 53. RGB value is (61,15,83). Sum of RGB (Red+Green+Blue) = 61+15+83=159 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.36% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D0F53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0F53 is #C2F0AC. Grayscale: #242424. Windows color (decimal): -12775597 or 5443389. OLE color: 5443389.
HSL color Cylindrical-coordinate representation of color #3D0F53: hue angle of 280.59º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D0F53 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 15 | 83 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.67 |
| HSL | 280.59º | 0.69% | 0.19% | - |
| HSV(B) | 280.59º | 0.82% | 0.33% | - |
| XYZ | 3.66 | 1.96 | 8.37 | - |
| YUV | 36.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 15 | 83 | 0.27 | 0.82 | 0 | 0.67 | 280.59 | 0.69 | 0.19 |
| Hex | 3D | F | 53 | 1B | 52 | 0 | 43 | 119 | 45 | 13 |
| Octal | 75 | 17 | 123 | 33 | 122 | 0 | 103 | 431 | 105 | 23 |
| Binary | 111101 | 1111 | 1010011 | 11011 | 1010010 | 0 | 1000011 | 100011001 | 1000101 | 10011 |
Color Harmonies of #3D0F53
Complementary color
Monochromatic Colors of #3D0F53
Black with #3D0F53
Text Example
Text Example
White with #3D0F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0F53; }
p { color: rgb(61,15,83); }
H1.HeaderClassName
{
color: #3D0F53;
}
.AnyTagClassName
{
color: #3D0F53;
}
</style>
background-color css
<style>
a { background-color: #3D0F53; }
a { background-color: rgb(61,15,83); }
div.DivClassName
{
background-color: #3D0F53;
}
.BgClassName
{
background-color: #3D0F53;
}
</style>
border-color css
<style>
span { border-color: #3D0F53; }
span { border-color: rgb(61,15,83); }
td.TdClassName
{
border-color: #3D0F53;
}
.TagClassName
{
border-color: #3D0F53;
}
</style>