Shades of Blackcurrant #360458
Tints of Blackcurrant #360458
RGB
CMYK
RGB Variations
Color information
#360458 (or 0x360458) is known color: Blackcurrant. HEX triplet: 36, 04 and 58. RGB value is (54,4,88). Sum of RGB (Red+Green+Blue) = 54+4+88=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #360458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360458 is #C9FBA7. Grayscale: #1C1C1C. Windows color (decimal): -13237160 or 5768246. OLE color: 5768246.
HSL color Cylindrical-coordinate representation of color #360458: hue angle of 275.71º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360458 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 4 | 88 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.65 |
| HSL | 275.71º | 0.91% | 0.18% | - |
| HSV(B) | 275.71º | 0.95% | 0.35% | - |
| XYZ | 3.33 | 1.58 | 9.36 | - |
| YUV | 28.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 88 | 0.39 | 0.95 | 0 | 0.65 | 275.71 | 0.91 | 0.18 |
| Hex | 36 | 4 | 58 | 27 | 5F | 0 | 41 | 114 | 5B | 12 |
| Octal | 66 | 4 | 130 | 47 | 137 | 0 | 101 | 424 | 133 | 22 |
| Binary | 110110 | 100 | 1011000 | 100111 | 1011111 | 0 | 1000001 | 100010100 | 1011011 | 10010 |
Color Harmonies of #360458
Complementary color
Monochromatic Colors of #360458
Black with #360458
Text Example
Text Example
White with #360458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360458; }
p { color: rgb(54,4,88); }
H1.HeaderClassName
{
color: #360458;
}
.AnyTagClassName
{
color: #360458;
}
</style>
background-color css
<style>
a { background-color: #360458; }
a { background-color: rgb(54,4,88); }
div.DivClassName
{
background-color: #360458;
}
.BgClassName
{
background-color: #360458;
}
</style>
border-color css
<style>
span { border-color: #360458; }
span { border-color: rgb(54,4,88); }
td.TdClassName
{
border-color: #360458;
}
.TagClassName
{
border-color: #360458;
}
</style>