Shades of Blackcurrant #3D114B
Tints of Blackcurrant #3D114B
RGB
CMYK
RGB Variations
Color information
#3D114B (or 0x3D114B) is known color: Blackcurrant. HEX triplet: 3D, 11 and 4B. RGB value is (61,17,75). Sum of RGB (Red+Green+Blue) = 61+17+75=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D114B is #C2EEB4. Grayscale: #242424. Windows color (decimal): -12775093 or 4919613. OLE color: 4919613.
HSL color Cylindrical-coordinate representation of color #3D114B: hue angle of 285.52º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D114B is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 17 | 75 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.71 |
| HSL | 285.52º | 0.63% | 0.18% | - |
| HSV(B) | 285.52º | 0.77% | 0.29% | - |
| XYZ | 3.39 | 1.9 | 6.84 | - |
| YUV | 36.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 75 | 0.19 | 0.77 | 0 | 0.71 | 285.52 | 0.63 | 0.18 |
| Hex | 3D | 11 | 4B | 13 | 4D | 0 | 47 | 11E | 3F | 12 |
| Octal | 75 | 21 | 113 | 23 | 115 | 0 | 107 | 436 | 77 | 22 |
| Binary | 111101 | 10001 | 1001011 | 10011 | 1001101 | 0 | 1000111 | 100011110 | 111111 | 10010 |
Color Harmonies of #3D114B
Complementary color
Monochromatic Colors of #3D114B
Black with #3D114B
Text Example
Text Example
White with #3D114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D114B; }
p { color: rgb(61,17,75); }
H1.HeaderClassName
{
color: #3D114B;
}
.AnyTagClassName
{
color: #3D114B;
}
</style>
background-color css
<style>
a { background-color: #3D114B; }
a { background-color: rgb(61,17,75); }
div.DivClassName
{
background-color: #3D114B;
}
.BgClassName
{
background-color: #3D114B;
}
</style>
border-color css
<style>
span { border-color: #3D114B; }
span { border-color: rgb(61,17,75); }
td.TdClassName
{
border-color: #3D114B;
}
.TagClassName
{
border-color: #3D114B;
}
</style>