Shades of Blackcurrant #3D1352
Tints of Blackcurrant #3D1352
RGB
CMYK
RGB Variations
Color information
#3D1352 (or 0x3D1352) is known color: Blackcurrant. HEX triplet: 3D, 13 and 52. RGB value is (61,19,82). Sum of RGB (Red+Green+Blue) = 61+19+82=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #3D1352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1352 is #C2ECAD. Grayscale: #262626. Windows color (decimal): -12774574 or 5378877. OLE color: 5378877.
HSL color Cylindrical-coordinate representation of color #3D1352: hue angle of 280º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D1352 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 19 | 82 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.68 |
| HSL | 280º | 0.62% | 0.2% | - |
| HSV(B) | 280º | 0.77% | 0.32% | - |
| XYZ | 3.68 | 2.07 | 8.19 | - |
| YUV | 38.74 | 152.41 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 82 | 0.26 | 0.77 | 0 | 0.68 | 280 | 0.62 | 0.2 |
| Hex | 3D | 13 | 52 | 1A | 4D | 0 | 44 | 118 | 3E | 14 |
| Octal | 75 | 23 | 122 | 32 | 115 | 0 | 104 | 430 | 76 | 24 |
| Binary | 111101 | 10011 | 1010010 | 11010 | 1001101 | 0 | 1000100 | 100011000 | 111110 | 10100 |
Color Harmonies of #3D1352
Complementary color
Monochromatic Colors of #3D1352
Black with #3D1352
Text Example
Text Example
White with #3D1352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1352; }
p { color: rgb(61,19,82); }
H1.HeaderClassName
{
color: #3D1352;
}
.AnyTagClassName
{
color: #3D1352;
}
</style>
background-color css
<style>
a { background-color: #3D1352; }
a { background-color: rgb(61,19,82); }
div.DivClassName
{
background-color: #3D1352;
}
.BgClassName
{
background-color: #3D1352;
}
</style>
border-color css
<style>
span { border-color: #3D1352; }
span { border-color: rgb(61,19,82); }
td.TdClassName
{
border-color: #3D1352;
}
.TagClassName
{
border-color: #3D1352;
}
</style>