Shades of Blackcurrant #3D114C
Tints of Blackcurrant #3D114C
RGB
CMYK
RGB Variations
Color information
#3D114C (or 0x3D114C) is known color: Blackcurrant. HEX triplet: 3D, 11 and 4C. RGB value is (61,17,76). Sum of RGB (Red+Green+Blue) = 61+17+76=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D114C is #C2EEB3. Grayscale: #242424. Windows color (decimal): -12775092 or 4985149. OLE color: 4985149.
HSL color Cylindrical-coordinate representation of color #3D114C: hue angle of 284.75º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D114C is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 17 | 76 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.70 |
| HSL | 284.75º | 0.63% | 0.18% | - |
| HSV(B) | 284.75º | 0.78% | 0.3% | - |
| XYZ | 3.43 | 1.91 | 7.03 | - |
| YUV | 36.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 76 | 0.20 | 0.78 | 0 | 0.70 | 284.75 | 0.63 | 0.18 |
| Hex | 3D | 11 | 4C | 14 | 4E | 0 | 46 | 11D | 3F | 12 |
| Octal | 75 | 21 | 114 | 24 | 116 | 0 | 106 | 435 | 77 | 22 |
| Binary | 111101 | 10001 | 1001100 | 10100 | 1001110 | 0 | 1000110 | 100011101 | 111111 | 10010 |
Color Harmonies of #3D114C
Complementary color
Monochromatic Colors of #3D114C
Black with #3D114C
Text Example
Text Example
White with #3D114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D114C; }
p { color: rgb(61,17,76); }
H1.HeaderClassName
{
color: #3D114C;
}
.AnyTagClassName
{
color: #3D114C;
}
</style>
background-color css
<style>
a { background-color: #3D114C; }
a { background-color: rgb(61,17,76); }
div.DivClassName
{
background-color: #3D114C;
}
.BgClassName
{
background-color: #3D114C;
}
</style>
border-color css
<style>
span { border-color: #3D114C; }
span { border-color: rgb(61,17,76); }
td.TdClassName
{
border-color: #3D114C;
}
.TagClassName
{
border-color: #3D114C;
}
</style>