Shades of Blackcurrant #361540
Tints of Blackcurrant #361540
RGB
CMYK
RGB Variations
Color information
#361540 (or 0x361540) is known color: Blackcurrant. HEX triplet: 36, 15 and 40. RGB value is (54,21,64). Sum of RGB (Red+Green+Blue) = 54+21+64=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #361540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361540 is #C9EABF. Grayscale: #232323. Windows color (decimal): -13232832 or 4199734. OLE color: 4199734.
HSL color Cylindrical-coordinate representation of color #361540: hue angle of 286.05º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361540 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 21 | 64 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.75 |
| HSL | 286.05º | 0.51% | 0.17% | - |
| HSV(B) | 286.05º | 0.67% | 0.25% | - |
| XYZ | 2.71 | 1.69 | 5.03 | - |
| YUV | 35.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 64 | 0.16 | 0.67 | 0 | 0.75 | 286.05 | 0.51 | 0.17 |
| Hex | 36 | 15 | 40 | 10 | 43 | 0 | 4B | 11E | 33 | 11 |
| Octal | 66 | 25 | 100 | 20 | 103 | 0 | 113 | 436 | 63 | 21 |
| Binary | 110110 | 10101 | 1000000 | 10000 | 1000011 | 0 | 1001011 | 100011110 | 110011 | 10001 |
Color Harmonies of #361540
Complementary color
Monochromatic Colors of #361540
Black with #361540
Text Example
Text Example
White with #361540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361540; }
p { color: rgb(54,21,64); }
H1.HeaderClassName
{
color: #361540;
}
.AnyTagClassName
{
color: #361540;
}
</style>
background-color css
<style>
a { background-color: #361540; }
a { background-color: rgb(54,21,64); }
div.DivClassName
{
background-color: #361540;
}
.BgClassName
{
background-color: #361540;
}
</style>
border-color css
<style>
span { border-color: #361540; }
span { border-color: rgb(54,21,64); }
td.TdClassName
{
border-color: #361540;
}
.TagClassName
{
border-color: #361540;
}
</style>