Shades of Blackcurrant #360141
Tints of Blackcurrant #360141
RGB
CMYK
RGB Variations
Color information
#360141 (or 0x360141) is known color: Blackcurrant. HEX triplet: 36, 01 and 41. RGB value is (54,1,65). Sum of RGB (Red+Green+Blue) = 54+1+65=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #360141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360141 is #C9FEBE. Grayscale: #171717. Windows color (decimal): -13237951 or 4260150. OLE color: 4260150.
HSL color Cylindrical-coordinate representation of color #360141: hue angle of 289.69º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360141 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 1 | 65 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.75 |
| HSL | 289.69º | 0.97% | 0.13% | - |
| HSV(B) | 289.69º | 0.98% | 0.25% | - |
| XYZ | 2.49 | 1.19 | 5.1 | - |
| YUV | 24.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 65 | 0.17 | 0.98 | 0 | 0.75 | 289.69 | 0.97 | 0.13 |
| Hex | 36 | 1 | 41 | 11 | 62 | 0 | 4B | 122 | 61 | D |
| Octal | 66 | 1 | 101 | 21 | 142 | 0 | 113 | 442 | 141 | 15 |
| Binary | 110110 | 1 | 1000001 | 10001 | 1100010 | 0 | 1001011 | 100100010 | 1100001 | 1101 |
Color Harmonies of #360141
Complementary color
Monochromatic Colors of #360141
Black with #360141
Text Example
Text Example
White with #360141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360141; }
p { color: rgb(54,1,65); }
H1.HeaderClassName
{
color: #360141;
}
.AnyTagClassName
{
color: #360141;
}
</style>
background-color css
<style>
a { background-color: #360141; }
a { background-color: rgb(54,1,65); }
div.DivClassName
{
background-color: #360141;
}
.BgClassName
{
background-color: #360141;
}
</style>
border-color css
<style>
span { border-color: #360141; }
span { border-color: rgb(54,1,65); }
td.TdClassName
{
border-color: #360141;
}
.TagClassName
{
border-color: #360141;
}
</style>