Shades of Blackcurrant #360E45
Tints of Blackcurrant #360E45
RGB
CMYK
RGB Variations
Color information
#360E45 (or 0x360E45) is known color: Blackcurrant. HEX triplet: 36, 0E and 45. RGB value is (54,14,69). Sum of RGB (Red+Green+Blue) = 54+14+69=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 69 (27.34% from 255 or 50.36% from 137); Max value from RGB is 69 - color contains mainly: blue. Hex color #360E45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E45 is #C9F1BA. Grayscale: #202020. Windows color (decimal): -13234619 or 4525622. OLE color: 4525622.
HSL color Cylindrical-coordinate representation of color #360E45: hue angle of 283.64º degrees, saturation: 0.66, 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 #360E45 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 14 | 69 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.73 |
| HSL | 283.64º | 0.66% | 0.16% | - |
| HSV(B) | 283.64º | 0.8% | 0.27% | - |
| XYZ | 2.75 | 1.53 | 5.78 | - |
| YUV | 32.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 69 | 0.22 | 0.80 | 0 | 0.73 | 283.64 | 0.66 | 0.16 |
| Hex | 36 | E | 45 | 16 | 50 | 0 | 49 | 11C | 42 | 10 |
| Octal | 66 | 16 | 105 | 26 | 120 | 0 | 111 | 434 | 102 | 20 |
| Binary | 110110 | 1110 | 1000101 | 10110 | 1010000 | 0 | 1001001 | 100011100 | 1000010 | 10000 |
Color Harmonies of #360E45
Complementary color
Monochromatic Colors of #360E45
Black with #360E45
Text Example
Text Example
White with #360E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E45; }
p { color: rgb(54,14,69); }
H1.HeaderClassName
{
color: #360E45;
}
.AnyTagClassName
{
color: #360E45;
}
</style>
background-color css
<style>
a { background-color: #360E45; }
a { background-color: rgb(54,14,69); }
div.DivClassName
{
background-color: #360E45;
}
.BgClassName
{
background-color: #360E45;
}
</style>
border-color css
<style>
span { border-color: #360E45; }
span { border-color: rgb(54,14,69); }
td.TdClassName
{
border-color: #360E45;
}
.TagClassName
{
border-color: #360E45;
}
</style>