Shades of Blackcurrant #360C49
Tints of Blackcurrant #360C49
RGB
CMYK
RGB Variations
Color information
#360C49 (or 0x360C49) is known color: Blackcurrant. HEX triplet: 36, 0C and 49. RGB value is (54,12,73). Sum of RGB (Red+Green+Blue) = 54+12+73=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #360C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C49 is #C9F3B6. Grayscale: #1F1F1F. Windows color (decimal): -13235127 or 4787254. OLE color: 4787254.
HSL color Cylindrical-coordinate representation of color #360C49: hue angle of 281.31º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #360C49 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 12 | 73 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.71 |
| HSL | 281.31º | 0.72% | 0.17% | - |
| HSV(B) | 281.31º | 0.84% | 0.29% | - |
| XYZ | 2.86 | 1.53 | 6.45 | - |
| YUV | 31.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 73 | 0.26 | 0.84 | 0 | 0.71 | 281.31 | 0.72 | 0.17 |
| Hex | 36 | C | 49 | 1A | 54 | 0 | 47 | 119 | 48 | 11 |
| Octal | 66 | 14 | 111 | 32 | 124 | 0 | 107 | 431 | 110 | 21 |
| Binary | 110110 | 1100 | 1001001 | 11010 | 1010100 | 0 | 1000111 | 100011001 | 1001000 | 10001 |
Color Harmonies of #360C49
Complementary color
Monochromatic Colors of #360C49
Black with #360C49
Text Example
Text Example
White with #360C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C49; }
p { color: rgb(54,12,73); }
H1.HeaderClassName
{
color: #360C49;
}
.AnyTagClassName
{
color: #360C49;
}
</style>
background-color css
<style>
a { background-color: #360C49; }
a { background-color: rgb(54,12,73); }
div.DivClassName
{
background-color: #360C49;
}
.BgClassName
{
background-color: #360C49;
}
</style>
border-color css
<style>
span { border-color: #360C49; }
span { border-color: rgb(54,12,73); }
td.TdClassName
{
border-color: #360C49;
}
.TagClassName
{
border-color: #360C49;
}
</style>