Shades of Blackcurrant #3C1944
Tints of Blackcurrant #3C1944
RGB
CMYK
RGB Variations
Color information
#3C1944 (or 0x3C1944) is known color: Blackcurrant. HEX triplet: 3C, 19 and 44. RGB value is (60,25,68). Sum of RGB (Red+Green+Blue) = 60+25+68=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #3C1944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1944 is #C3E6BB. Grayscale: #282828. Windows color (decimal): -12838588 or 4462908. OLE color: 4462908.
HSL color Cylindrical-coordinate representation of color #3C1944: hue angle of 288.84º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C1944 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 25 | 68 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.73 |
| HSL | 288.84º | 0.46% | 0.18% | - |
| HSV(B) | 288.84º | 0.63% | 0.27% | - |
| XYZ | 3.25 | 2.07 | 5.7 | - |
| YUV | 40.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 68 | 0.12 | 0.63 | 0 | 0.73 | 288.84 | 0.46 | 0.18 |
| Hex | 3C | 19 | 44 | C | 3F | 0 | 49 | 121 | 2E | 12 |
| Octal | 74 | 31 | 104 | 14 | 77 | 0 | 111 | 441 | 56 | 22 |
| Binary | 111100 | 11001 | 1000100 | 1100 | 111111 | 0 | 1001001 | 100100001 | 101110 | 10010 |
Color Harmonies of #3C1944
Complementary color
Monochromatic Colors of #3C1944
Black with #3C1944
Text Example
Text Example
White with #3C1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1944; }
p { color: rgb(60,25,68); }
H1.HeaderClassName
{
color: #3C1944;
}
.AnyTagClassName
{
color: #3C1944;
}
</style>
background-color css
<style>
a { background-color: #3C1944; }
a { background-color: rgb(60,25,68); }
div.DivClassName
{
background-color: #3C1944;
}
.BgClassName
{
background-color: #3C1944;
}
</style>
border-color css
<style>
span { border-color: #3C1944; }
span { border-color: rgb(60,25,68); }
td.TdClassName
{
border-color: #3C1944;
}
.TagClassName
{
border-color: #3C1944;
}
</style>