Shades of Blackcurrant #3D144E
Tints of Blackcurrant #3D144E
RGB
CMYK
RGB Variations
Color information
#3D144E (or 0x3D144E) is known color: Blackcurrant. HEX triplet: 3D, 14 and 4E. RGB value is (61,20,78). Sum of RGB (Red+Green+Blue) = 61+20+78=159 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.36% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D144E is #C2EBB1. Grayscale: #262626. Windows color (decimal): -12774322 or 5116989. OLE color: 5116989.
HSL color Cylindrical-coordinate representation of color #3D144E: hue angle of 282.41º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D144E is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 20 | 78 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.69 |
| HSL | 282.41º | 0.59% | 0.19% | - |
| HSV(B) | 282.41º | 0.74% | 0.31% | - |
| XYZ | 3.55 | 2.04 | 7.41 | - |
| YUV | 38.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 78 | 0.22 | 0.74 | 0 | 0.69 | 282.41 | 0.59 | 0.19 |
| Hex | 3D | 14 | 4E | 16 | 4A | 0 | 45 | 11A | 3B | 13 |
| Octal | 75 | 24 | 116 | 26 | 112 | 0 | 105 | 432 | 73 | 23 |
| Binary | 111101 | 10100 | 1001110 | 10110 | 1001010 | 0 | 1000101 | 100011010 | 111011 | 10011 |
Color Harmonies of #3D144E
Complementary color
Monochromatic Colors of #3D144E
Black with #3D144E
Text Example
Text Example
White with #3D144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D144E; }
p { color: rgb(61,20,78); }
H1.HeaderClassName
{
color: #3D144E;
}
.AnyTagClassName
{
color: #3D144E;
}
</style>
background-color css
<style>
a { background-color: #3D144E; }
a { background-color: rgb(61,20,78); }
div.DivClassName
{
background-color: #3D144E;
}
.BgClassName
{
background-color: #3D144E;
}
</style>
border-color css
<style>
span { border-color: #3D144E; }
span { border-color: rgb(61,20,78); }
td.TdClassName
{
border-color: #3D144E;
}
.TagClassName
{
border-color: #3D144E;
}
</style>