Shades of Blackcurrant #362046
Tints of Blackcurrant #362046
RGB
CMYK
RGB Variations
Color information
#362046 (or 0x362046) is known color: Blackcurrant. HEX triplet: 36, 20 and 46. RGB value is (54,32,70). Sum of RGB (Red+Green+Blue) = 54+32+70=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 70 - color contains mainly: blue. Hex color #362046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362046 is #C9DFB9. Grayscale: #2A2A2A. Windows color (decimal): -13230010 or 4595766. OLE color: 4595766.
HSL color Cylindrical-coordinate representation of color #362046: hue angle of 274.74º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #362046 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 32 | 70 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.73 |
| HSL | 274.74º | 0.37% | 0.2% | - |
| HSV(B) | 274.74º | 0.54% | 0.27% | - |
| XYZ | 3.14 | 2.26 | 6.06 | - |
| YUV | 42.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 70 | 0.23 | 0.54 | 0 | 0.73 | 274.74 | 0.37 | 0.2 |
| Hex | 36 | 20 | 46 | 17 | 36 | 0 | 49 | 113 | 25 | 14 |
| Octal | 66 | 40 | 106 | 27 | 66 | 0 | 111 | 423 | 45 | 24 |
| Binary | 110110 | 100000 | 1000110 | 10111 | 110110 | 0 | 1001001 | 100010011 | 100101 | 10100 |
Color Harmonies of #362046
Complementary color
Monochromatic Colors of #362046
Black with #362046
Text Example
Text Example
White with #362046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362046; }
p { color: rgb(54,32,70); }
H1.HeaderClassName
{
color: #362046;
}
.AnyTagClassName
{
color: #362046;
}
</style>
background-color css
<style>
a { background-color: #362046; }
a { background-color: rgb(54,32,70); }
div.DivClassName
{
background-color: #362046;
}
.BgClassName
{
background-color: #362046;
}
</style>
border-color css
<style>
span { border-color: #362046; }
span { border-color: rgb(54,32,70); }
td.TdClassName
{
border-color: #362046;
}
.TagClassName
{
border-color: #362046;
}
</style>