Shades of Blackcurrant #361549
Tints of Blackcurrant #361549
RGB
CMYK
RGB Variations
Color information
#361549 (or 0x361549) is known color: Blackcurrant. HEX triplet: 36, 15 and 49. RGB value is (54,21,73). Sum of RGB (Red+Green+Blue) = 54+21+73=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #361549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361549 is #C9EAB6. Grayscale: #242424. Windows color (decimal): -13232823 or 4789558. OLE color: 4789558.
HSL color Cylindrical-coordinate representation of color #361549: hue angle of 278.08º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #361549 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 21 | 73 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.71 |
| HSL | 278.08º | 0.55% | 0.18% | - |
| HSV(B) | 278.08º | 0.71% | 0.29% | - |
| XYZ | 2.99 | 1.8 | 6.49 | - |
| YUV | 36.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 73 | 0.26 | 0.71 | 0 | 0.71 | 278.08 | 0.55 | 0.18 |
| Hex | 36 | 15 | 49 | 1A | 47 | 0 | 47 | 116 | 37 | 12 |
| Octal | 66 | 25 | 111 | 32 | 107 | 0 | 107 | 426 | 67 | 22 |
| Binary | 110110 | 10101 | 1001001 | 11010 | 1000111 | 0 | 1000111 | 100010110 | 110111 | 10010 |
Color Harmonies of #361549
Complementary color
Monochromatic Colors of #361549
Black with #361549
Text Example
Text Example
White with #361549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361549; }
p { color: rgb(54,21,73); }
H1.HeaderClassName
{
color: #361549;
}
.AnyTagClassName
{
color: #361549;
}
</style>
background-color css
<style>
a { background-color: #361549; }
a { background-color: rgb(54,21,73); }
div.DivClassName
{
background-color: #361549;
}
.BgClassName
{
background-color: #361549;
}
</style>
border-color css
<style>
span { border-color: #361549; }
span { border-color: rgb(54,21,73); }
td.TdClassName
{
border-color: #361549;
}
.TagClassName
{
border-color: #361549;
}
</style>