Shades of Blackcurrant #361551
Tints of Blackcurrant #361551
RGB
CMYK
RGB Variations
Color information
#361551 (or 0x361551) is known color: Blackcurrant. HEX triplet: 36, 15 and 51. RGB value is (54,21,81). Sum of RGB (Red+Green+Blue) = 54+21+81=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #361551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361551 is #C9EAAE. Grayscale: #252525. Windows color (decimal): -13232815 or 5313846. OLE color: 5313846.
HSL color Cylindrical-coordinate representation of color #361551: hue angle of 273º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #361551 is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 21 | 81 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.68 |
| HSL | 273º | 0.59% | 0.2% | - |
| HSV(B) | 273º | 0.74% | 0.32% | - |
| XYZ | 3.27 | 1.91 | 7.98 | - |
| YUV | 37.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 81 | 0.33 | 0.74 | 0 | 0.68 | 273 | 0.59 | 0.2 |
| Hex | 36 | 15 | 51 | 21 | 4A | 0 | 44 | 111 | 3B | 14 |
| Octal | 66 | 25 | 121 | 41 | 112 | 0 | 104 | 421 | 73 | 24 |
| Binary | 110110 | 10101 | 1010001 | 100001 | 1001010 | 0 | 1000100 | 100010001 | 111011 | 10100 |
Color Harmonies of #361551
Complementary color
Monochromatic Colors of #361551
Black with #361551
Text Example
Text Example
White with #361551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361551; }
p { color: rgb(54,21,81); }
H1.HeaderClassName
{
color: #361551;
}
.AnyTagClassName
{
color: #361551;
}
</style>
background-color css
<style>
a { background-color: #361551; }
a { background-color: rgb(54,21,81); }
div.DivClassName
{
background-color: #361551;
}
.BgClassName
{
background-color: #361551;
}
</style>
border-color css
<style>
span { border-color: #361551; }
span { border-color: rgb(54,21,81); }
td.TdClassName
{
border-color: #361551;
}
.TagClassName
{
border-color: #361551;
}
</style>