Shades of Blackcurrant #360E46
Tints of Blackcurrant #360E46
RGB
CMYK
RGB Variations
Color information
#360E46 (or 0x360E46) is known color: Blackcurrant. HEX triplet: 36, 0E and 46. RGB value is (54,14,70). Sum of RGB (Red+Green+Blue) = 54+14+70=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #360E46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E46 is #C9F1B9. Grayscale: #202020. Windows color (decimal): -13234618 or 4591158. OLE color: 4591158.
HSL color Cylindrical-coordinate representation of color #360E46: hue angle of 282.86º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360E46 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 14 | 70 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.73 |
| HSL | 282.86º | 0.67% | 0.16% | - |
| HSV(B) | 282.86º | 0.8% | 0.27% | - |
| XYZ | 2.78 | 1.54 | 5.94 | - |
| YUV | 32.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 70 | 0.23 | 0.80 | 0 | 0.73 | 282.86 | 0.67 | 0.16 |
| Hex | 36 | E | 46 | 17 | 50 | 0 | 49 | 11B | 43 | 10 |
| Octal | 66 | 16 | 106 | 27 | 120 | 0 | 111 | 433 | 103 | 20 |
| Binary | 110110 | 1110 | 1000110 | 10111 | 1010000 | 0 | 1001001 | 100011011 | 1000011 | 10000 |
Color Harmonies of #360E46
Complementary color
Monochromatic Colors of #360E46
Black with #360E46
Text Example
Text Example
White with #360E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E46; }
p { color: rgb(54,14,70); }
H1.HeaderClassName
{
color: #360E46;
}
.AnyTagClassName
{
color: #360E46;
}
</style>
background-color css
<style>
a { background-color: #360E46; }
a { background-color: rgb(54,14,70); }
div.DivClassName
{
background-color: #360E46;
}
.BgClassName
{
background-color: #360E46;
}
</style>
border-color css
<style>
span { border-color: #360E46; }
span { border-color: rgb(54,14,70); }
td.TdClassName
{
border-color: #360E46;
}
.TagClassName
{
border-color: #360E46;
}
</style>