Shades of Blackcurrant #360257
Tints of Blackcurrant #360257
RGB
CMYK
RGB Variations
Color information
#360257 (or 0x360257) is known color: Blackcurrant. HEX triplet: 36, 02 and 57. RGB value is (54,2,87). Sum of RGB (Red+Green+Blue) = 54+2+87=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #360257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360257 is #C9FDA8. Grayscale: #1A1A1A. Windows color (decimal): -13237673 or 5702198. OLE color: 5702198.
HSL color Cylindrical-coordinate representation of color #360257: hue angle of 276.71º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360257 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 2 | 87 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.66 |
| HSL | 276.71º | 0.96% | 0.17% | - |
| HSV(B) | 276.71º | 0.98% | 0.34% | - |
| XYZ | 3.26 | 1.52 | 9.14 | - |
| YUV | 27.24 | 161.73 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 87 | 0.38 | 0.98 | 0 | 0.66 | 276.71 | 0.96 | 0.17 |
| Hex | 36 | 2 | 57 | 26 | 62 | 0 | 42 | 115 | 60 | 11 |
| Octal | 66 | 2 | 127 | 46 | 142 | 0 | 102 | 425 | 140 | 21 |
| Binary | 110110 | 10 | 1010111 | 100110 | 1100010 | 0 | 1000010 | 100010101 | 1100000 | 10001 |
Color Harmonies of #360257
Complementary color
Monochromatic Colors of #360257
Black with #360257
Text Example
Text Example
White with #360257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360257; }
p { color: rgb(54,2,87); }
H1.HeaderClassName
{
color: #360257;
}
.AnyTagClassName
{
color: #360257;
}
</style>
background-color css
<style>
a { background-color: #360257; }
a { background-color: rgb(54,2,87); }
div.DivClassName
{
background-color: #360257;
}
.BgClassName
{
background-color: #360257;
}
</style>
border-color css
<style>
span { border-color: #360257; }
span { border-color: rgb(54,2,87); }
td.TdClassName
{
border-color: #360257;
}
.TagClassName
{
border-color: #360257;
}
</style>