Shades of Blackcurrant #3D1450
Tints of Blackcurrant #3D1450
RGB
CMYK
RGB Variations
Color information
#3D1450 (or 0x3D1450) is known color: Blackcurrant. HEX triplet: 3D, 14 and 50. RGB value is (61,20,80). Sum of RGB (Red+Green+Blue) = 61+20+80=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D1450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1450 is #C2EBAF. Grayscale: #262626. Windows color (decimal): -12774320 or 5248061. OLE color: 5248061.
HSL color Cylindrical-coordinate representation of color #3D1450: hue angle of 281º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D1450 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 20 | 80 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.69 |
| HSL | 281º | 0.6% | 0.2% | - |
| HSV(B) | 281º | 0.75% | 0.31% | - |
| XYZ | 3.62 | 2.07 | 7.8 | - |
| YUV | 39.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 80 | 0.24 | 0.75 | 0 | 0.69 | 281 | 0.6 | 0.2 |
| Hex | 3D | 14 | 50 | 18 | 4B | 0 | 45 | 119 | 3C | 14 |
| Octal | 75 | 24 | 120 | 30 | 113 | 0 | 105 | 431 | 74 | 24 |
| Binary | 111101 | 10100 | 1010000 | 11000 | 1001011 | 0 | 1000101 | 100011001 | 111100 | 10100 |
Color Harmonies of #3D1450
Complementary color
Monochromatic Colors of #3D1450
Black with #3D1450
Text Example
Text Example
White with #3D1450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1450; }
p { color: rgb(61,20,80); }
H1.HeaderClassName
{
color: #3D1450;
}
.AnyTagClassName
{
color: #3D1450;
}
</style>
background-color css
<style>
a { background-color: #3D1450; }
a { background-color: rgb(61,20,80); }
div.DivClassName
{
background-color: #3D1450;
}
.BgClassName
{
background-color: #3D1450;
}
</style>
border-color css
<style>
span { border-color: #3D1450; }
span { border-color: rgb(61,20,80); }
td.TdClassName
{
border-color: #3D1450;
}
.TagClassName
{
border-color: #3D1450;
}
</style>