Shades of Blackcurrant #360050
Tints of Blackcurrant #360050
RGB
CMYK
RGB Variations
Color information
#360050 (or 0x360050) is known color: Blackcurrant. HEX triplet: 36, 00 and 50. RGB value is (54,0,80). Sum of RGB (Red+Green+Blue) = 54+0+80=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #360050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360050 is #C9FFAF. Grayscale: #191919. Windows color (decimal): -13238192 or 5242934. OLE color: 5242934.
HSL color Cylindrical-coordinate representation of color #360050: hue angle of 280.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360050 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 0 | 80 | - |
| CMYK | 0.33 | 1 | 0 | 0.69 |
| HSL | 280.5º | 1% | 0.16% | - |
| HSV(B) | 280.5º | 1% | 0.31% | - |
| XYZ | 2.97 | 1.36 | 7.7 | - |
| YUV | 25.27 | 158.89 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 80 | 0.33 | 1 | 0 | 0.69 | 280.5 | 1 | 0.16 |
| Hex | 36 | 0 | 50 | 21 | 64 | 0 | 45 | 118 | 64 | 10 |
| Octal | 66 | 0 | 120 | 41 | 144 | 0 | 105 | 430 | 144 | 20 |
| Binary | 110110 | 0 | 1010000 | 100001 | 1100100 | 0 | 1000101 | 100011000 | 1100100 | 10000 |
Color Harmonies of #360050
Complementary color
Monochromatic Colors of #360050
Black with #360050
Text Example
Text Example
White with #360050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360050; }
p { color: rgb(54,0,80); }
H1.HeaderClassName
{
color: #360050;
}
.AnyTagClassName
{
color: #360050;
}
</style>
background-color css
<style>
a { background-color: #360050; }
a { background-color: rgb(54,0,80); }
div.DivClassName
{
background-color: #360050;
}
.BgClassName
{
background-color: #360050;
}
</style>
border-color css
<style>
span { border-color: #360050; }
span { border-color: rgb(54,0,80); }
td.TdClassName
{
border-color: #360050;
}
.TagClassName
{
border-color: #360050;
}
</style>