Shades of Blackcurrant #360A53
Tints of Blackcurrant #360A53
RGB
CMYK
RGB Variations
Color information
#360A53 (or 0x360A53) is known color: Blackcurrant. HEX triplet: 36, 0A and 53. RGB value is (54,10,83). Sum of RGB (Red+Green+Blue) = 54+10+83=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #360A53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360A53 is #C9F5AC. Grayscale: #1F1F1F. Windows color (decimal): -13235629 or 5442102. OLE color: 5442102.
HSL color Cylindrical-coordinate representation of color #360A53: hue angle of 276.16º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #360A53 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 10 | 83 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.67 |
| HSL | 276.16º | 0.78% | 0.18% | - |
| HSV(B) | 276.16º | 0.88% | 0.33% | - |
| XYZ | 3.19 | 1.63 | 8.33 | - |
| YUV | 31.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 83 | 0.35 | 0.88 | 0 | 0.67 | 276.16 | 0.78 | 0.18 |
| Hex | 36 | A | 53 | 23 | 58 | 0 | 43 | 114 | 4E | 12 |
| Octal | 66 | 12 | 123 | 43 | 130 | 0 | 103 | 424 | 116 | 22 |
| Binary | 110110 | 1010 | 1010011 | 100011 | 1011000 | 0 | 1000011 | 100010100 | 1001110 | 10010 |
Color Harmonies of #360A53
Complementary color
Monochromatic Colors of #360A53
Black with #360A53
Text Example
Text Example
White with #360A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A53; }
p { color: rgb(54,10,83); }
H1.HeaderClassName
{
color: #360A53;
}
.AnyTagClassName
{
color: #360A53;
}
</style>
background-color css
<style>
a { background-color: #360A53; }
a { background-color: rgb(54,10,83); }
div.DivClassName
{
background-color: #360A53;
}
.BgClassName
{
background-color: #360A53;
}
</style>
border-color css
<style>
span { border-color: #360A53; }
span { border-color: rgb(54,10,83); }
td.TdClassName
{
border-color: #360A53;
}
.TagClassName
{
border-color: #360A53;
}
</style>