Shades of Blackcurrant #361145
Tints of Blackcurrant #361145
RGB
CMYK
RGB Variations
Color information
#361145 (or 0x361145) is known color: Blackcurrant. HEX triplet: 36, 11 and 45. RGB value is (54,17,69). Sum of RGB (Red+Green+Blue) = 54+17+69=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #361145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361145 is #C9EEBA. Grayscale: #212121. Windows color (decimal): -13233851 or 4526390. OLE color: 4526390.
HSL color Cylindrical-coordinate representation of color #361145: hue angle of 282.69º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #361145 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 17 | 69 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.73 |
| HSL | 282.69º | 0.6% | 0.17% | - |
| HSV(B) | 282.69º | 0.75% | 0.27% | - |
| XYZ | 2.8 | 1.61 | 5.79 | - |
| YUV | 33.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 69 | 0.22 | 0.75 | 0 | 0.73 | 282.69 | 0.6 | 0.17 |
| Hex | 36 | 11 | 45 | 16 | 4B | 0 | 49 | 11B | 3C | 11 |
| Octal | 66 | 21 | 105 | 26 | 113 | 0 | 111 | 433 | 74 | 21 |
| Binary | 110110 | 10001 | 1000101 | 10110 | 1001011 | 0 | 1001001 | 100011011 | 111100 | 10001 |
Color Harmonies of #361145
Complementary color
Monochromatic Colors of #361145
Black with #361145
Text Example
Text Example
White with #361145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361145; }
p { color: rgb(54,17,69); }
H1.HeaderClassName
{
color: #361145;
}
.AnyTagClassName
{
color: #361145;
}
</style>
background-color css
<style>
a { background-color: #361145; }
a { background-color: rgb(54,17,69); }
div.DivClassName
{
background-color: #361145;
}
.BgClassName
{
background-color: #361145;
}
</style>
border-color css
<style>
span { border-color: #361145; }
span { border-color: rgb(54,17,69); }
td.TdClassName
{
border-color: #361145;
}
.TagClassName
{
border-color: #361145;
}
</style>