Shades of Blackcurrant #3D1348
Tints of Blackcurrant #3D1348
RGB
CMYK
RGB Variations
Color information
#3D1348 (or 0x3D1348) is known color: Blackcurrant. HEX triplet: 3D, 13 and 48. RGB value is (61,19,72). Sum of RGB (Red+Green+Blue) = 61+19+72=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1348 is #C2ECB7. Grayscale: #252525. Windows color (decimal): -12774584 or 4723517. OLE color: 4723517.
HSL color Cylindrical-coordinate representation of color #3D1348: hue angle of 287.55º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D1348 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 19 | 72 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.72 |
| HSL | 287.55º | 0.58% | 0.18% | - |
| HSV(B) | 287.55º | 0.74% | 0.28% | - |
| XYZ | 3.33 | 1.93 | 6.33 | - |
| YUV | 37.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 72 | 0.15 | 0.74 | 0 | 0.72 | 287.55 | 0.58 | 0.18 |
| Hex | 3D | 13 | 48 | F | 4A | 0 | 48 | 120 | 3A | 12 |
| Octal | 75 | 23 | 110 | 17 | 112 | 0 | 110 | 440 | 72 | 22 |
| Binary | 111101 | 10011 | 1001000 | 1111 | 1001010 | 0 | 1001000 | 100100000 | 111010 | 10010 |
Color Harmonies of #3D1348
Complementary color
Monochromatic Colors of #3D1348
Black with #3D1348
Text Example
Text Example
White with #3D1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1348; }
p { color: rgb(61,19,72); }
H1.HeaderClassName
{
color: #3D1348;
}
.AnyTagClassName
{
color: #3D1348;
}
</style>
background-color css
<style>
a { background-color: #3D1348; }
a { background-color: rgb(61,19,72); }
div.DivClassName
{
background-color: #3D1348;
}
.BgClassName
{
background-color: #3D1348;
}
</style>
border-color css
<style>
span { border-color: #3D1348; }
span { border-color: rgb(61,19,72); }
td.TdClassName
{
border-color: #3D1348;
}
.TagClassName
{
border-color: #3D1348;
}
</style>