Shades of Blackcurrant #3C1248
Tints of Blackcurrant #3C1248
RGB
CMYK
RGB Variations
Color information
#3C1248 (or 0x3C1248) is known color: Blackcurrant. HEX triplet: 3C, 12 and 48. RGB value is (60,18,72). Sum of RGB (Red+Green+Blue) = 60+18+72=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C1248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1248 is #C3EDB7. Grayscale: #242424. Windows color (decimal): -12840376 or 4723260. OLE color: 4723260.
HSL color Cylindrical-coordinate representation of color #3C1248: hue angle of 286.67º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C1248 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 18 | 72 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.72 |
| HSL | 286.67º | 0.6% | 0.18% | - |
| HSV(B) | 286.67º | 0.75% | 0.28% | - |
| XYZ | 3.25 | 1.86 | 6.32 | - |
| YUV | 36.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 72 | 0.17 | 0.75 | 0 | 0.72 | 286.67 | 0.6 | 0.18 |
| Hex | 3C | 12 | 48 | 11 | 4B | 0 | 48 | 11F | 3C | 12 |
| Octal | 74 | 22 | 110 | 21 | 113 | 0 | 110 | 437 | 74 | 22 |
| Binary | 111100 | 10010 | 1001000 | 10001 | 1001011 | 0 | 1001000 | 100011111 | 111100 | 10010 |
Color Harmonies of #3C1248
Complementary color
Monochromatic Colors of #3C1248
Black with #3C1248
Text Example
Text Example
White with #3C1248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1248; }
p { color: rgb(60,18,72); }
H1.HeaderClassName
{
color: #3C1248;
}
.AnyTagClassName
{
color: #3C1248;
}
</style>
background-color css
<style>
a { background-color: #3C1248; }
a { background-color: rgb(60,18,72); }
div.DivClassName
{
background-color: #3C1248;
}
.BgClassName
{
background-color: #3C1248;
}
</style>
border-color css
<style>
span { border-color: #3C1248; }
span { border-color: rgb(60,18,72); }
td.TdClassName
{
border-color: #3C1248;
}
.TagClassName
{
border-color: #3C1248;
}
</style>