Shades of Blackcurrant #3D154F
Tints of Blackcurrant #3D154F
RGB
CMYK
RGB Variations
Color information
#3D154F (or 0x3D154F) is known color: Blackcurrant. HEX triplet: 3D, 15 and 4F. RGB value is (61,21,79). Sum of RGB (Red+Green+Blue) = 61+21+79=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #3D154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D154F is #C2EAB0. Grayscale: #272727. Windows color (decimal): -12774065 or 5182781. OLE color: 5182781.
HSL color Cylindrical-coordinate representation of color #3D154F: hue angle of 281.38º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D154F is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 21 | 79 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.69 |
| HSL | 281.38º | 0.58% | 0.2% | - |
| HSV(B) | 281.38º | 0.73% | 0.31% | - |
| XYZ | 3.6 | 2.09 | 7.61 | - |
| YUV | 39.57 | 150.25 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 79 | 0.23 | 0.73 | 0 | 0.69 | 281.38 | 0.58 | 0.2 |
| Hex | 3D | 15 | 4F | 17 | 49 | 0 | 45 | 119 | 3A | 14 |
| Octal | 75 | 25 | 117 | 27 | 111 | 0 | 105 | 431 | 72 | 24 |
| Binary | 111101 | 10101 | 1001111 | 10111 | 1001001 | 0 | 1000101 | 100011001 | 111010 | 10100 |
Color Harmonies of #3D154F
Complementary color
Monochromatic Colors of #3D154F
Black with #3D154F
Text Example
Text Example
White with #3D154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D154F; }
p { color: rgb(61,21,79); }
H1.HeaderClassName
{
color: #3D154F;
}
.AnyTagClassName
{
color: #3D154F;
}
</style>
background-color css
<style>
a { background-color: #3D154F; }
a { background-color: rgb(61,21,79); }
div.DivClassName
{
background-color: #3D154F;
}
.BgClassName
{
background-color: #3D154F;
}
</style>
border-color css
<style>
span { border-color: #3D154F; }
span { border-color: rgb(61,21,79); }
td.TdClassName
{
border-color: #3D154F;
}
.TagClassName
{
border-color: #3D154F;
}
</style>