Shades of Blackcurrant #360E40
Tints of Blackcurrant #360E40
RGB
CMYK
RGB Variations
Color information
#360E40 (or 0x360E40) is known color: Blackcurrant. HEX triplet: 36, 0E and 40. RGB value is (54,14,64). Sum of RGB (Red+Green+Blue) = 54+14+64=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #360E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E40 is #C9F1BF. Grayscale: #1F1F1F. Windows color (decimal): -13234624 or 4197942. OLE color: 4197942.
HSL color Cylindrical-coordinate representation of color #360E40: hue angle of 288º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #360E40 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 14 | 64 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.75 |
| HSL | 288º | 0.64% | 0.15% | - |
| HSV(B) | 288º | 0.78% | 0.25% | - |
| XYZ | 2.6 | 1.47 | 5 | - |
| YUV | 31.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 64 | 0.16 | 0.78 | 0 | 0.75 | 288 | 0.64 | 0.15 |
| Hex | 36 | E | 40 | 10 | 4E | 0 | 4B | 120 | 40 | F |
| Octal | 66 | 16 | 100 | 20 | 116 | 0 | 113 | 440 | 100 | 17 |
| Binary | 110110 | 1110 | 1000000 | 10000 | 1001110 | 0 | 1001011 | 100100000 | 1000000 | 1111 |
Color Harmonies of #360E40
Complementary color
Monochromatic Colors of #360E40
Black with #360E40
Text Example
Text Example
White with #360E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E40; }
p { color: rgb(54,14,64); }
H1.HeaderClassName
{
color: #360E40;
}
.AnyTagClassName
{
color: #360E40;
}
</style>
background-color css
<style>
a { background-color: #360E40; }
a { background-color: rgb(54,14,64); }
div.DivClassName
{
background-color: #360E40;
}
.BgClassName
{
background-color: #360E40;
}
</style>
border-color css
<style>
span { border-color: #360E40; }
span { border-color: rgb(54,14,64); }
td.TdClassName
{
border-color: #360E40;
}
.TagClassName
{
border-color: #360E40;
}
</style>