Shades of Blackcurrant #360A52
Tints of Blackcurrant #360A52
RGB
CMYK
RGB Variations
Color information
#360A52 (or 0x360A52) is known color: Blackcurrant. HEX triplet: 36, 0A and 52. RGB value is (54,10,82). Sum of RGB (Red+Green+Blue) = 54+10+82=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #360A52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360A52 is #C9F5AD. Grayscale: #1F1F1F. Windows color (decimal): -13235630 or 5376566. OLE color: 5376566.
HSL color Cylindrical-coordinate representation of color #360A52: hue angle of 276.67º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #360A52 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 10 | 82 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.68 |
| HSL | 276.67º | 0.78% | 0.18% | - |
| HSV(B) | 276.67º | 0.88% | 0.32% | - |
| XYZ | 3.15 | 1.61 | 8.13 | - |
| YUV | 31.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 82 | 0.34 | 0.88 | 0 | 0.68 | 276.67 | 0.78 | 0.18 |
| Hex | 36 | A | 52 | 22 | 58 | 0 | 44 | 115 | 4E | 12 |
| Octal | 66 | 12 | 122 | 42 | 130 | 0 | 104 | 425 | 116 | 22 |
| Binary | 110110 | 1010 | 1010010 | 100010 | 1011000 | 0 | 1000100 | 100010101 | 1001110 | 10010 |
Color Harmonies of #360A52
Complementary color
Monochromatic Colors of #360A52
Black with #360A52
Text Example
Text Example
White with #360A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A52; }
p { color: rgb(54,10,82); }
H1.HeaderClassName
{
color: #360A52;
}
.AnyTagClassName
{
color: #360A52;
}
</style>
background-color css
<style>
a { background-color: #360A52; }
a { background-color: rgb(54,10,82); }
div.DivClassName
{
background-color: #360A52;
}
.BgClassName
{
background-color: #360A52;
}
</style>
border-color css
<style>
span { border-color: #360A52; }
span { border-color: rgb(54,10,82); }
td.TdClassName
{
border-color: #360A52;
}
.TagClassName
{
border-color: #360A52;
}
</style>