Shades of Blackcurrant #360158
Tints of Blackcurrant #360158
RGB
CMYK
RGB Variations
Color information
#360158 (or 0x360158) is known color: Blackcurrant. HEX triplet: 36, 01 and 58. RGB value is (54,1,88). Sum of RGB (Red+Green+Blue) = 54+1+88=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #360158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360158 is #C9FEA7. Grayscale: #1A1A1A. Windows color (decimal): -13237928 or 5767478. OLE color: 5767478.
HSL color Cylindrical-coordinate representation of color #360158: hue angle of 276.55º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360158 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 1 | 88 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.65 |
| HSL | 276.55º | 0.98% | 0.17% | - |
| HSV(B) | 276.55º | 0.99% | 0.35% | - |
| XYZ | 3.29 | 1.51 | 9.35 | - |
| YUV | 26.77 | 162.56 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 88 | 0.39 | 0.99 | 0 | 0.65 | 276.55 | 0.98 | 0.17 |
| Hex | 36 | 1 | 58 | 27 | 63 | 0 | 41 | 115 | 62 | 11 |
| Octal | 66 | 1 | 130 | 47 | 143 | 0 | 101 | 425 | 142 | 21 |
| Binary | 110110 | 1 | 1011000 | 100111 | 1100011 | 0 | 1000001 | 100010101 | 1100010 | 10001 |
Color Harmonies of #360158
Complementary color
Monochromatic Colors of #360158
Black with #360158
Text Example
Text Example
White with #360158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360158; }
p { color: rgb(54,1,88); }
H1.HeaderClassName
{
color: #360158;
}
.AnyTagClassName
{
color: #360158;
}
</style>
background-color css
<style>
a { background-color: #360158; }
a { background-color: rgb(54,1,88); }
div.DivClassName
{
background-color: #360158;
}
.BgClassName
{
background-color: #360158;
}
</style>
border-color css
<style>
span { border-color: #360158; }
span { border-color: rgb(54,1,88); }
td.TdClassName
{
border-color: #360158;
}
.TagClassName
{
border-color: #360158;
}
</style>