Shades of Blackcurrant #360D50
Tints of Blackcurrant #360D50
RGB
CMYK
RGB Variations
Color information
#360D50 (or 0x360D50) is known color: Blackcurrant. HEX triplet: 36, 0D and 50. RGB value is (54,13,80). Sum of RGB (Red+Green+Blue) = 54+13+80=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #360D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360D50 is #C9F2AF. Grayscale: #202020. Windows color (decimal): -13234864 or 5246262. OLE color: 5246262.
HSL color Cylindrical-coordinate representation of color #360D50: hue angle of 276.72º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #360D50 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 13 | 80 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.69 |
| HSL | 276.72º | 0.72% | 0.18% | - |
| HSV(B) | 276.72º | 0.84% | 0.31% | - |
| XYZ | 3.11 | 1.65 | 7.74 | - |
| YUV | 32.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 80 | 0.33 | 0.84 | 0 | 0.69 | 276.72 | 0.72 | 0.18 |
| Hex | 36 | D | 50 | 21 | 54 | 0 | 45 | 115 | 48 | 12 |
| Octal | 66 | 15 | 120 | 41 | 124 | 0 | 105 | 425 | 110 | 22 |
| Binary | 110110 | 1101 | 1010000 | 100001 | 1010100 | 0 | 1000101 | 100010101 | 1001000 | 10010 |
Color Harmonies of #360D50
Complementary color
Monochromatic Colors of #360D50
Black with #360D50
Text Example
Text Example
White with #360D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D50; }
p { color: rgb(54,13,80); }
H1.HeaderClassName
{
color: #360D50;
}
.AnyTagClassName
{
color: #360D50;
}
</style>
background-color css
<style>
a { background-color: #360D50; }
a { background-color: rgb(54,13,80); }
div.DivClassName
{
background-color: #360D50;
}
.BgClassName
{
background-color: #360D50;
}
</style>
border-color css
<style>
span { border-color: #360D50; }
span { border-color: rgb(54,13,80); }
td.TdClassName
{
border-color: #360D50;
}
.TagClassName
{
border-color: #360D50;
}
</style>