Shades of Blackcurrant #360C52
Tints of Blackcurrant #360C52
RGB
CMYK
RGB Variations
Color information
#360C52 (or 0x360C52) is known color: Blackcurrant. HEX triplet: 36, 0C and 52. RGB value is (54,12,82). Sum of RGB (Red+Green+Blue) = 54+12+82=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 82 (32.42% from 255 or 55.41% from 148); Max value from RGB is 82 - color contains mainly: blue. Hex color #360C52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360C52 is #C9F3AD. Grayscale: #202020. Windows color (decimal): -13235118 or 5377078. OLE color: 5377078.
HSL color Cylindrical-coordinate representation of color #360C52: hue angle of 276º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #360C52 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 12 | 82 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.68 |
| HSL | 276º | 0.74% | 0.18% | - |
| HSV(B) | 276º | 0.85% | 0.32% | - |
| XYZ | 3.18 | 1.66 | 8.13 | - |
| YUV | 32.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 82 | 0.34 | 0.85 | 0 | 0.68 | 276 | 0.74 | 0.18 |
| Hex | 36 | C | 52 | 22 | 55 | 0 | 44 | 114 | 4A | 12 |
| Octal | 66 | 14 | 122 | 42 | 125 | 0 | 104 | 424 | 112 | 22 |
| Binary | 110110 | 1100 | 1010010 | 100010 | 1010101 | 0 | 1000100 | 100010100 | 1001010 | 10010 |
Color Harmonies of #360C52
Complementary color
Monochromatic Colors of #360C52
Black with #360C52
Text Example
Text Example
White with #360C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C52; }
p { color: rgb(54,12,82); }
H1.HeaderClassName
{
color: #360C52;
}
.AnyTagClassName
{
color: #360C52;
}
</style>
background-color css
<style>
a { background-color: #360C52; }
a { background-color: rgb(54,12,82); }
div.DivClassName
{
background-color: #360C52;
}
.BgClassName
{
background-color: #360C52;
}
</style>
border-color css
<style>
span { border-color: #360C52; }
span { border-color: rgb(54,12,82); }
td.TdClassName
{
border-color: #360C52;
}
.TagClassName
{
border-color: #360C52;
}
</style>