Shades of Blackcurrant #360150
Tints of Blackcurrant #360150
RGB
CMYK
RGB Variations
Color information
#360150 (or 0x360150) is known color: Blackcurrant. HEX triplet: 36, 01 and 50. RGB value is (54,1,80). Sum of RGB (Red+Green+Blue) = 54+1+80=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #360150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360150 is #C9FEAF. Grayscale: #191919. Windows color (decimal): -13237936 or 5243190. OLE color: 5243190.
HSL color Cylindrical-coordinate representation of color #360150: hue angle of 280.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360150 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 1 | 80 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.69 |
| HSL | 280.25º | 0.98% | 0.16% | - |
| HSV(B) | 280.25º | 0.99% | 0.31% | - |
| XYZ | 2.98 | 1.39 | 7.7 | - |
| YUV | 25.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 80 | 0.33 | 0.99 | 0 | 0.69 | 280.25 | 0.98 | 0.16 |
| Hex | 36 | 1 | 50 | 21 | 63 | 0 | 45 | 118 | 62 | 10 |
| Octal | 66 | 1 | 120 | 41 | 143 | 0 | 105 | 430 | 142 | 20 |
| Binary | 110110 | 1 | 1010000 | 100001 | 1100011 | 0 | 1000101 | 100011000 | 1100010 | 10000 |
Color Harmonies of #360150
Complementary color
Monochromatic Colors of #360150
Black with #360150
Text Example
Text Example
White with #360150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360150; }
p { color: rgb(54,1,80); }
H1.HeaderClassName
{
color: #360150;
}
.AnyTagClassName
{
color: #360150;
}
</style>
background-color css
<style>
a { background-color: #360150; }
a { background-color: rgb(54,1,80); }
div.DivClassName
{
background-color: #360150;
}
.BgClassName
{
background-color: #360150;
}
</style>
border-color css
<style>
span { border-color: #360150; }
span { border-color: rgb(54,1,80); }
td.TdClassName
{
border-color: #360150;
}
.TagClassName
{
border-color: #360150;
}
</style>