Shades of Blackcurrant #361651
Tints of Blackcurrant #361651
RGB
CMYK
RGB Variations
Color information
#361651 (or 0x361651) is known color: Blackcurrant. HEX triplet: 36, 16 and 51. RGB value is (54,22,81). Sum of RGB (Red+Green+Blue) = 54+22+81=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #361651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361651 is #C9E9AE. Grayscale: #262626. Windows color (decimal): -13232559 or 5314102. OLE color: 5314102.
HSL color Cylindrical-coordinate representation of color #361651: hue angle of 272.54º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #361651 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 22 | 81 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.68 |
| HSL | 272.54º | 0.57% | 0.2% | - |
| HSV(B) | 272.54º | 0.73% | 0.32% | - |
| XYZ | 3.29 | 1.95 | 7.99 | - |
| YUV | 38.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 81 | 0.33 | 0.73 | 0 | 0.68 | 272.54 | 0.57 | 0.2 |
| Hex | 36 | 16 | 51 | 21 | 49 | 0 | 44 | 111 | 39 | 14 |
| Octal | 66 | 26 | 121 | 41 | 111 | 0 | 104 | 421 | 71 | 24 |
| Binary | 110110 | 10110 | 1010001 | 100001 | 1001001 | 0 | 1000100 | 100010001 | 111001 | 10100 |
Color Harmonies of #361651
Complementary color
Monochromatic Colors of #361651
Black with #361651
Text Example
Text Example
White with #361651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361651; }
p { color: rgb(54,22,81); }
H1.HeaderClassName
{
color: #361651;
}
.AnyTagClassName
{
color: #361651;
}
</style>
background-color css
<style>
a { background-color: #361651; }
a { background-color: rgb(54,22,81); }
div.DivClassName
{
background-color: #361651;
}
.BgClassName
{
background-color: #361651;
}
</style>
border-color css
<style>
span { border-color: #361651; }
span { border-color: rgb(54,22,81); }
td.TdClassName
{
border-color: #361651;
}
.TagClassName
{
border-color: #361651;
}
</style>