Shades of Blackcurrant #361151
Tints of Blackcurrant #361151
RGB
CMYK
RGB Variations
Color information
#361151 (or 0x361151) is known color: Blackcurrant. HEX triplet: 36, 11 and 51. RGB value is (54,17,81). Sum of RGB (Red+Green+Blue) = 54+17+81=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #361151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361151 is #C9EEAE. Grayscale: #232323. Windows color (decimal): -13233839 or 5312822. OLE color: 5312822.
HSL color Cylindrical-coordinate representation of color #361151: hue angle of 274.69º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #361151 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 17 | 81 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.68 |
| HSL | 274.69º | 0.65% | 0.19% | - |
| HSV(B) | 274.69º | 0.79% | 0.32% | - |
| XYZ | 3.21 | 1.78 | 7.96 | - |
| YUV | 35.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 81 | 0.33 | 0.79 | 0 | 0.68 | 274.69 | 0.65 | 0.19 |
| Hex | 36 | 11 | 51 | 21 | 4F | 0 | 44 | 113 | 41 | 13 |
| Octal | 66 | 21 | 121 | 41 | 117 | 0 | 104 | 423 | 101 | 23 |
| Binary | 110110 | 10001 | 1010001 | 100001 | 1001111 | 0 | 1000100 | 100010011 | 1000001 | 10011 |
Color Harmonies of #361151
Complementary color
Monochromatic Colors of #361151
Black with #361151
Text Example
Text Example
White with #361151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361151; }
p { color: rgb(54,17,81); }
H1.HeaderClassName
{
color: #361151;
}
.AnyTagClassName
{
color: #361151;
}
</style>
background-color css
<style>
a { background-color: #361151; }
a { background-color: rgb(54,17,81); }
div.DivClassName
{
background-color: #361151;
}
.BgClassName
{
background-color: #361151;
}
</style>
border-color css
<style>
span { border-color: #361151; }
span { border-color: rgb(54,17,81); }
td.TdClassName
{
border-color: #361151;
}
.TagClassName
{
border-color: #361151;
}
</style>