Shades of Blackcurrant #3D144F
Tints of Blackcurrant #3D144F
RGB
CMYK
RGB Variations
Color information
#3D144F (or 0x3D144F) is known color: Blackcurrant. HEX triplet: 3D, 14 and 4F. RGB value is (61,20,79). Sum of RGB (Red+Green+Blue) = 61+20+79=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #3D144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D144F is #C2EBB0. Grayscale: #262626. Windows color (decimal): -12774321 or 5182525. OLE color: 5182525.
HSL color Cylindrical-coordinate representation of color #3D144F: hue angle of 281.69º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D144F is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 20 | 79 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.69 |
| HSL | 281.69º | 0.6% | 0.19% | - |
| HSV(B) | 281.69º | 0.75% | 0.31% | - |
| XYZ | 3.59 | 2.06 | 7.61 | - |
| YUV | 38.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 79 | 0.23 | 0.75 | 0 | 0.69 | 281.69 | 0.6 | 0.19 |
| Hex | 3D | 14 | 4F | 17 | 4B | 0 | 45 | 11A | 3C | 13 |
| Octal | 75 | 24 | 117 | 27 | 113 | 0 | 105 | 432 | 74 | 23 |
| Binary | 111101 | 10100 | 1001111 | 10111 | 1001011 | 0 | 1000101 | 100011010 | 111100 | 10011 |
Color Harmonies of #3D144F
Complementary color
Monochromatic Colors of #3D144F
Black with #3D144F
Text Example
Text Example
White with #3D144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D144F; }
p { color: rgb(61,20,79); }
H1.HeaderClassName
{
color: #3D144F;
}
.AnyTagClassName
{
color: #3D144F;
}
</style>
background-color css
<style>
a { background-color: #3D144F; }
a { background-color: rgb(61,20,79); }
div.DivClassName
{
background-color: #3D144F;
}
.BgClassName
{
background-color: #3D144F;
}
</style>
border-color css
<style>
span { border-color: #3D144F; }
span { border-color: rgb(61,20,79); }
td.TdClassName
{
border-color: #3D144F;
}
.TagClassName
{
border-color: #3D144F;
}
</style>