Shades of Blackcurrant #360355
Tints of Blackcurrant #360355
RGB
CMYK
RGB Variations
Color information
#360355 (or 0x360355) is known color: Blackcurrant. HEX triplet: 36, 03 and 55. RGB value is (54,3,85). Sum of RGB (Red+Green+Blue) = 54+3+85=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #360355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360355 is #C9FCAA. Grayscale: #1B1B1B. Windows color (decimal): -13237419 or 5571382. OLE color: 5571382.
HSL color Cylindrical-coordinate representation of color #360355: hue angle of 277.32º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360355 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 3 | 85 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.67 |
| HSL | 277.32º | 0.93% | 0.17% | - |
| HSV(B) | 277.32º | 0.96% | 0.33% | - |
| XYZ | 3.19 | 1.51 | 8.72 | - |
| YUV | 27.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 85 | 0.36 | 0.96 | 0 | 0.67 | 277.32 | 0.93 | 0.17 |
| Hex | 36 | 3 | 55 | 24 | 60 | 0 | 43 | 115 | 5D | 11 |
| Octal | 66 | 3 | 125 | 44 | 140 | 0 | 103 | 425 | 135 | 21 |
| Binary | 110110 | 11 | 1010101 | 100100 | 1100000 | 0 | 1000011 | 100010101 | 1011101 | 10001 |
Color Harmonies of #360355
Complementary color
Monochromatic Colors of #360355
Black with #360355
Text Example
Text Example
White with #360355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360355; }
p { color: rgb(54,3,85); }
H1.HeaderClassName
{
color: #360355;
}
.AnyTagClassName
{
color: #360355;
}
</style>
background-color css
<style>
a { background-color: #360355; }
a { background-color: rgb(54,3,85); }
div.DivClassName
{
background-color: #360355;
}
.BgClassName
{
background-color: #360355;
}
</style>
border-color css
<style>
span { border-color: #360355; }
span { border-color: rgb(54,3,85); }
td.TdClassName
{
border-color: #360355;
}
.TagClassName
{
border-color: #360355;
}
</style>