Shades of Blackcurrant #3D054D
Tints of Blackcurrant #3D054D
RGB
CMYK
RGB Variations
Color information
#3D054D (or 0x3D054D) is known color: Blackcurrant. HEX triplet: 3D, 05 and 4D. RGB value is (61,5,77). Sum of RGB (Red+Green+Blue) = 61+5+77=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D054D is #C2FAB2. Grayscale: #1D1D1D. Windows color (decimal): -12778163 or 5047613. OLE color: 5047613.
HSL color Cylindrical-coordinate representation of color #3D054D: hue angle of 286.67º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D054D is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 5 | 77 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.70 |
| HSL | 286.67º | 0.88% | 0.16% | - |
| HSV(B) | 286.67º | 0.94% | 0.3% | - |
| XYZ | 3.32 | 1.64 | 7.16 | - |
| YUV | 29.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 5 | 77 | 0.21 | 0.94 | 0 | 0.70 | 286.67 | 0.88 | 0.16 |
| Hex | 3D | 5 | 4D | 15 | 5E | 0 | 46 | 11F | 58 | 10 |
| Octal | 75 | 5 | 115 | 25 | 136 | 0 | 106 | 437 | 130 | 20 |
| Binary | 111101 | 101 | 1001101 | 10101 | 1011110 | 0 | 1000110 | 100011111 | 1011000 | 10000 |
Color Harmonies of #3D054D
Complementary color
Monochromatic Colors of #3D054D
Black with #3D054D
Text Example
Text Example
White with #3D054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D054D; }
p { color: rgb(61,5,77); }
H1.HeaderClassName
{
color: #3D054D;
}
.AnyTagClassName
{
color: #3D054D;
}
</style>
background-color css
<style>
a { background-color: #3D054D; }
a { background-color: rgb(61,5,77); }
div.DivClassName
{
background-color: #3D054D;
}
.BgClassName
{
background-color: #3D054D;
}
</style>
border-color css
<style>
span { border-color: #3D054D; }
span { border-color: rgb(61,5,77); }
td.TdClassName
{
border-color: #3D054D;
}
.TagClassName
{
border-color: #3D054D;
}
</style>