Shades of Blackcurrant #3D104B
Tints of Blackcurrant #3D104B
RGB
CMYK
RGB Variations
Color information
#3D104B (or 0x3D104B) is known color: Blackcurrant. HEX triplet: 3D, 10 and 4B. RGB value is (61,16,75). Sum of RGB (Red+Green+Blue) = 61+16+75=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D104B is #C2EFB4. Grayscale: #232323. Windows color (decimal): -12775349 or 4919357. OLE color: 4919357.
HSL color Cylindrical-coordinate representation of color #3D104B: hue angle of 285.76º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D104B is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 16 | 75 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.71 |
| HSL | 285.76º | 0.65% | 0.18% | - |
| HSV(B) | 285.76º | 0.79% | 0.29% | - |
| XYZ | 3.38 | 1.87 | 6.84 | - |
| YUV | 36.18 | 149.91 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 16 | 75 | 0.19 | 0.79 | 0 | 0.71 | 285.76 | 0.65 | 0.18 |
| Hex | 3D | 10 | 4B | 13 | 4F | 0 | 47 | 11E | 41 | 12 |
| Octal | 75 | 20 | 113 | 23 | 117 | 0 | 107 | 436 | 101 | 22 |
| Binary | 111101 | 10000 | 1001011 | 10011 | 1001111 | 0 | 1000111 | 100011110 | 1000001 | 10010 |
Color Harmonies of #3D104B
Complementary color
Monochromatic Colors of #3D104B
Black with #3D104B
Text Example
Text Example
White with #3D104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D104B; }
p { color: rgb(61,16,75); }
H1.HeaderClassName
{
color: #3D104B;
}
.AnyTagClassName
{
color: #3D104B;
}
</style>
background-color css
<style>
a { background-color: #3D104B; }
a { background-color: rgb(61,16,75); }
div.DivClassName
{
background-color: #3D104B;
}
.BgClassName
{
background-color: #3D104B;
}
</style>
border-color css
<style>
span { border-color: #3D104B; }
span { border-color: rgb(61,16,75); }
td.TdClassName
{
border-color: #3D104B;
}
.TagClassName
{
border-color: #3D104B;
}
</style>