Shades of Blackcurrant #360B50
Tints of Blackcurrant #360B50
RGB
CMYK
RGB Variations
Color information
#360B50 (or 0x360B50) is known color: Blackcurrant. HEX triplet: 36, 0B and 50. RGB value is (54,11,80). Sum of RGB (Red+Green+Blue) = 54+11+80=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #360B50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360B50 is #C9F4AF. Grayscale: #1F1F1F. Windows color (decimal): -13235376 or 5245750. OLE color: 5245750.
HSL color Cylindrical-coordinate representation of color #360B50: hue angle of 277.39º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #360B50 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 11 | 80 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.69 |
| HSL | 277.39º | 0.76% | 0.18% | - |
| HSV(B) | 277.39º | 0.86% | 0.31% | - |
| XYZ | 3.09 | 1.6 | 7.74 | - |
| YUV | 31.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 80 | 0.33 | 0.86 | 0 | 0.69 | 277.39 | 0.76 | 0.18 |
| Hex | 36 | B | 50 | 21 | 56 | 0 | 45 | 115 | 4C | 12 |
| Octal | 66 | 13 | 120 | 41 | 126 | 0 | 105 | 425 | 114 | 22 |
| Binary | 110110 | 1011 | 1010000 | 100001 | 1010110 | 0 | 1000101 | 100010101 | 1001100 | 10010 |
Color Harmonies of #360B50
Complementary color
Monochromatic Colors of #360B50
Black with #360B50
Text Example
Text Example
White with #360B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B50; }
p { color: rgb(54,11,80); }
H1.HeaderClassName
{
color: #360B50;
}
.AnyTagClassName
{
color: #360B50;
}
</style>
background-color css
<style>
a { background-color: #360B50; }
a { background-color: rgb(54,11,80); }
div.DivClassName
{
background-color: #360B50;
}
.BgClassName
{
background-color: #360B50;
}
</style>
border-color css
<style>
span { border-color: #360B50; }
span { border-color: rgb(54,11,80); }
td.TdClassName
{
border-color: #360B50;
}
.TagClassName
{
border-color: #360B50;
}
</style>