Shades of Blackcurrant #3D104A
Tints of Blackcurrant #3D104A
RGB
CMYK
RGB Variations
Color information
#3D104A (or 0x3D104A) is known color: Blackcurrant. HEX triplet: 3D, 10 and 4A. RGB value is (61,16,74). Sum of RGB (Red+Green+Blue) = 61+16+74=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #3D104A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D104A is #C2EFB5. Grayscale: #232323. Windows color (decimal): -12775350 or 4853821. OLE color: 4853821.
HSL color Cylindrical-coordinate representation of color #3D104A: hue angle of 286.55º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D104A is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 16 | 74 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.71 |
| HSL | 286.55º | 0.64% | 0.18% | - |
| HSV(B) | 286.55º | 0.78% | 0.29% | - |
| XYZ | 3.35 | 1.86 | 6.66 | - |
| YUV | 36.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 16 | 74 | 0.18 | 0.78 | 0 | 0.71 | 286.55 | 0.64 | 0.18 |
| Hex | 3D | 10 | 4A | 12 | 4E | 0 | 47 | 11F | 40 | 12 |
| Octal | 75 | 20 | 112 | 22 | 116 | 0 | 107 | 437 | 100 | 22 |
| Binary | 111101 | 10000 | 1001010 | 10010 | 1001110 | 0 | 1000111 | 100011111 | 1000000 | 10010 |
Color Harmonies of #3D104A
Complementary color
Monochromatic Colors of #3D104A
Black with #3D104A
Text Example
Text Example
White with #3D104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D104A; }
p { color: rgb(61,16,74); }
H1.HeaderClassName
{
color: #3D104A;
}
.AnyTagClassName
{
color: #3D104A;
}
</style>
background-color css
<style>
a { background-color: #3D104A; }
a { background-color: rgb(61,16,74); }
div.DivClassName
{
background-color: #3D104A;
}
.BgClassName
{
background-color: #3D104A;
}
</style>
border-color css
<style>
span { border-color: #3D104A; }
span { border-color: rgb(61,16,74); }
td.TdClassName
{
border-color: #3D104A;
}
.TagClassName
{
border-color: #3D104A;
}
</style>