Shades of Blackcurrant #360456
Tints of Blackcurrant #360456
RGB
CMYK
RGB Variations
Color information
#360456 (or 0x360456) is known color: Blackcurrant. HEX triplet: 36, 04 and 56. RGB value is (54,4,86). Sum of RGB (Red+Green+Blue) = 54+4+86=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #360456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360456 is #C9FBA9. Grayscale: #1C1C1C. Windows color (decimal): -13237162 or 5637174. OLE color: 5637174.
HSL color Cylindrical-coordinate representation of color #360456: hue angle of 276.59º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360456 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 4 | 86 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.66 |
| HSL | 276.59º | 0.91% | 0.18% | - |
| HSV(B) | 276.59º | 0.95% | 0.34% | - |
| XYZ | 3.24 | 1.54 | 8.93 | - |
| YUV | 28.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 86 | 0.37 | 0.95 | 0 | 0.66 | 276.59 | 0.91 | 0.18 |
| Hex | 36 | 4 | 56 | 25 | 5F | 0 | 42 | 115 | 5B | 12 |
| Octal | 66 | 4 | 126 | 45 | 137 | 0 | 102 | 425 | 133 | 22 |
| Binary | 110110 | 100 | 1010110 | 100101 | 1011111 | 0 | 1000010 | 100010101 | 1011011 | 10010 |
Color Harmonies of #360456
Complementary color
Monochromatic Colors of #360456
Black with #360456
Text Example
Text Example
White with #360456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360456; }
p { color: rgb(54,4,86); }
H1.HeaderClassName
{
color: #360456;
}
.AnyTagClassName
{
color: #360456;
}
</style>
background-color css
<style>
a { background-color: #360456; }
a { background-color: rgb(54,4,86); }
div.DivClassName
{
background-color: #360456;
}
.BgClassName
{
background-color: #360456;
}
</style>
border-color css
<style>
span { border-color: #360456; }
span { border-color: rgb(54,4,86); }
td.TdClassName
{
border-color: #360456;
}
.TagClassName
{
border-color: #360456;
}
</style>