Shades of Blackcurrant #361451
Tints of Blackcurrant #361451
RGB
CMYK
RGB Variations
Color information
#361451 (or 0x361451) is known color: Blackcurrant. HEX triplet: 36, 14 and 51. RGB value is (54,20,81). Sum of RGB (Red+Green+Blue) = 54+20+81=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #361451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361451 is #C9EBAE. Grayscale: #242424. Windows color (decimal): -13233071 or 5313590. OLE color: 5313590.
HSL color Cylindrical-coordinate representation of color #361451: hue angle of 273.44º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #361451 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 20 | 81 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.68 |
| HSL | 273.44º | 0.6% | 0.2% | - |
| HSV(B) | 273.44º | 0.75% | 0.32% | - |
| XYZ | 3.26 | 1.88 | 7.98 | - |
| YUV | 37.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 20 | 81 | 0.33 | 0.75 | 0 | 0.68 | 273.44 | 0.6 | 0.2 |
| Hex | 36 | 14 | 51 | 21 | 4B | 0 | 44 | 111 | 3C | 14 |
| Octal | 66 | 24 | 121 | 41 | 113 | 0 | 104 | 421 | 74 | 24 |
| Binary | 110110 | 10100 | 1010001 | 100001 | 1001011 | 0 | 1000100 | 100010001 | 111100 | 10100 |
Color Harmonies of #361451
Complementary color
Monochromatic Colors of #361451
Black with #361451
Text Example
Text Example
White with #361451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361451; }
p { color: rgb(54,20,81); }
H1.HeaderClassName
{
color: #361451;
}
.AnyTagClassName
{
color: #361451;
}
</style>
background-color css
<style>
a { background-color: #361451; }
a { background-color: rgb(54,20,81); }
div.DivClassName
{
background-color: #361451;
}
.BgClassName
{
background-color: #361451;
}
</style>
border-color css
<style>
span { border-color: #361451; }
span { border-color: rgb(54,20,81); }
td.TdClassName
{
border-color: #361451;
}
.TagClassName
{
border-color: #361451;
}
</style>