Shades of Blackcurrant #360656
Tints of Blackcurrant #360656
RGB
CMYK
RGB Variations
Color information
#360656 (or 0x360656) is known color: Blackcurrant. HEX triplet: 36, 06 and 56. RGB value is (54,6,86). Sum of RGB (Red+Green+Blue) = 54+6+86=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 86 (33.98% from 255 or 58.90% from 146); Max value from RGB is 86 - color contains mainly: blue. Hex color #360656 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360656 is #C9F9A9. Grayscale: #1D1D1D. Windows color (decimal): -13236650 or 5637686. OLE color: 5637686.
HSL color Cylindrical-coordinate representation of color #360656: hue angle of 276º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360656 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 6 | 86 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.66 |
| HSL | 276º | 0.87% | 0.18% | - |
| HSV(B) | 276º | 0.93% | 0.34% | - |
| XYZ | 3.27 | 1.59 | 8.94 | - |
| YUV | 29.47 | 159.9 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 86 | 0.37 | 0.93 | 0 | 0.66 | 276 | 0.87 | 0.18 |
| Hex | 36 | 6 | 56 | 25 | 5D | 0 | 42 | 114 | 57 | 12 |
| Octal | 66 | 6 | 126 | 45 | 135 | 0 | 102 | 424 | 127 | 22 |
| Binary | 110110 | 110 | 1010110 | 100101 | 1011101 | 0 | 1000010 | 100010100 | 1010111 | 10010 |
Color Harmonies of #360656
Complementary color
Monochromatic Colors of #360656
Black with #360656
Text Example
Text Example
White with #360656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360656; }
p { color: rgb(54,6,86); }
H1.HeaderClassName
{
color: #360656;
}
.AnyTagClassName
{
color: #360656;
}
</style>
background-color css
<style>
a { background-color: #360656; }
a { background-color: rgb(54,6,86); }
div.DivClassName
{
background-color: #360656;
}
.BgClassName
{
background-color: #360656;
}
</style>
border-color css
<style>
span { border-color: #360656; }
span { border-color: rgb(54,6,86); }
td.TdClassName
{
border-color: #360656;
}
.TagClassName
{
border-color: #360656;
}
</style>