Shades of Blackcurrant #360856
Tints of Blackcurrant #360856
RGB
CMYK
RGB Variations
Color information
#360856 (or 0x360856) is known color: Blackcurrant. HEX triplet: 36, 08 and 56. RGB value is (54,8,86). Sum of RGB (Red+Green+Blue) = 54+8+86=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 86 (33.98% from 255 or 58.11% from 148); Max value from RGB is 86 - color contains mainly: blue. Hex color #360856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360856 is #C9F7A9. Grayscale: #1E1E1E. Windows color (decimal): -13236138 or 5638198. OLE color: 5638198.
HSL color Cylindrical-coordinate representation of color #360856: hue angle of 275.38º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360856 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 8 | 86 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.66 |
| HSL | 275.38º | 0.83% | 0.18% | - |
| HSV(B) | 275.38º | 0.91% | 0.34% | - |
| XYZ | 3.29 | 1.63 | 8.95 | - |
| YUV | 30.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 86 | 0.37 | 0.91 | 0 | 0.66 | 275.38 | 0.83 | 0.18 |
| Hex | 36 | 8 | 56 | 25 | 5B | 0 | 42 | 113 | 53 | 12 |
| Octal | 66 | 10 | 126 | 45 | 133 | 0 | 102 | 423 | 123 | 22 |
| Binary | 110110 | 1000 | 1010110 | 100101 | 1011011 | 0 | 1000010 | 100010011 | 1010011 | 10010 |
Color Harmonies of #360856
Complementary color
Monochromatic Colors of #360856
Black with #360856
Text Example
Text Example
White with #360856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360856; }
p { color: rgb(54,8,86); }
H1.HeaderClassName
{
color: #360856;
}
.AnyTagClassName
{
color: #360856;
}
</style>
background-color css
<style>
a { background-color: #360856; }
a { background-color: rgb(54,8,86); }
div.DivClassName
{
background-color: #360856;
}
.BgClassName
{
background-color: #360856;
}
</style>
border-color css
<style>
span { border-color: #360856; }
span { border-color: rgb(54,8,86); }
td.TdClassName
{
border-color: #360856;
}
.TagClassName
{
border-color: #360856;
}
</style>