Shades of Blackcurrant #360056
Tints of Blackcurrant #360056
RGB
CMYK
RGB Variations
Color information
#360056 (or 0x360056) is known color: Blackcurrant. HEX triplet: 36, 00 and 56. RGB value is (54,0,86). Sum of RGB (Red+Green+Blue) = 54+0+86=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #360056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360056 is #C9FFA9. Grayscale: #191919. Windows color (decimal): -13238186 or 5636150. OLE color: 5636150.
HSL color Cylindrical-coordinate representation of color #360056: hue angle of 277.67º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360056 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 0 | 86 | - |
| CMYK | 0.37 | 1 | 0 | 0.66 |
| HSL | 277.67º | 1% | 0.17% | - |
| HSV(B) | 277.67º | 1% | 0.34% | - |
| XYZ | 3.2 | 1.46 | 8.92 | - |
| YUV | 25.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 86 | 0.37 | 1 | 0 | 0.66 | 277.67 | 1 | 0.17 |
| Hex | 36 | 0 | 56 | 25 | 64 | 0 | 42 | 116 | 64 | 11 |
| Octal | 66 | 0 | 126 | 45 | 144 | 0 | 102 | 426 | 144 | 21 |
| Binary | 110110 | 0 | 1010110 | 100101 | 1100100 | 0 | 1000010 | 100010110 | 1100100 | 10001 |
Color Harmonies of #360056
Complementary color
Monochromatic Colors of #360056
Black with #360056
Text Example
Text Example
White with #360056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360056; }
p { color: rgb(54,0,86); }
H1.HeaderClassName
{
color: #360056;
}
.AnyTagClassName
{
color: #360056;
}
</style>
background-color css
<style>
a { background-color: #360056; }
a { background-color: rgb(54,0,86); }
div.DivClassName
{
background-color: #360056;
}
.BgClassName
{
background-color: #360056;
}
</style>
border-color css
<style>
span { border-color: #360056; }
span { border-color: rgb(54,0,86); }
td.TdClassName
{
border-color: #360056;
}
.TagClassName
{
border-color: #360056;
}
</style>