Shades of Blackcurrant #3D0453
Tints of Blackcurrant #3D0453
RGB
CMYK
RGB Variations
Color information
#3D0453 (or 0x3D0453) is known color: Blackcurrant. HEX triplet: 3D, 04 and 53. RGB value is (61,4,83). Sum of RGB (Red+Green+Blue) = 61+4+83=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D0453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0453 is #C2FBAC. Grayscale: #1D1D1D. Windows color (decimal): -12778413 or 5440573. OLE color: 5440573.
HSL color Cylindrical-coordinate representation of color #3D0453: hue angle of 283.29º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0453 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 4 | 83 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.67 |
| HSL | 283.29º | 0.91% | 0.17% | - |
| HSV(B) | 283.29º | 0.95% | 0.33% | - |
| XYZ | 3.53 | 1.7 | 8.33 | - |
| YUV | 30.05 | 157.88 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 83 | 0.27 | 0.95 | 0 | 0.67 | 283.29 | 0.91 | 0.17 |
| Hex | 3D | 4 | 53 | 1B | 5F | 0 | 43 | 11B | 5B | 11 |
| Octal | 75 | 4 | 123 | 33 | 137 | 0 | 103 | 433 | 133 | 21 |
| Binary | 111101 | 100 | 1010011 | 11011 | 1011111 | 0 | 1000011 | 100011011 | 1011011 | 10001 |
Color Harmonies of #3D0453
Complementary color
Monochromatic Colors of #3D0453
Black with #3D0453
Text Example
Text Example
White with #3D0453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0453; }
p { color: rgb(61,4,83); }
H1.HeaderClassName
{
color: #3D0453;
}
.AnyTagClassName
{
color: #3D0453;
}
</style>
background-color css
<style>
a { background-color: #3D0453; }
a { background-color: rgb(61,4,83); }
div.DivClassName
{
background-color: #3D0453;
}
.BgClassName
{
background-color: #3D0453;
}
</style>
border-color css
<style>
span { border-color: #3D0453; }
span { border-color: rgb(61,4,83); }
td.TdClassName
{
border-color: #3D0453;
}
.TagClassName
{
border-color: #3D0453;
}
</style>