Shades of Blackcurrant #360B40
Tints of Blackcurrant #360B40
RGB
CMYK
RGB Variations
Color information
#360B40 (or 0x360B40) is known color: Blackcurrant. HEX triplet: 36, 0B and 40. RGB value is (54,11,64). Sum of RGB (Red+Green+Blue) = 54+11+64=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #360B40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B40 is #C9F4BF. Grayscale: #1D1D1D. Windows color (decimal): -13235392 or 4197174. OLE color: 4197174.
HSL color Cylindrical-coordinate representation of color #360B40: hue angle of 288.68º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #360B40 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 11 | 64 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.75 |
| HSL | 288.68º | 0.71% | 0.15% | - |
| HSV(B) | 288.68º | 0.83% | 0.25% | - |
| XYZ | 2.57 | 1.39 | 4.98 | - |
| YUV | 29.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 64 | 0.16 | 0.83 | 0 | 0.75 | 288.68 | 0.71 | 0.15 |
| Hex | 36 | B | 40 | 10 | 53 | 0 | 4B | 121 | 47 | F |
| Octal | 66 | 13 | 100 | 20 | 123 | 0 | 113 | 441 | 107 | 17 |
| Binary | 110110 | 1011 | 1000000 | 10000 | 1010011 | 0 | 1001011 | 100100001 | 1000111 | 1111 |
Color Harmonies of #360B40
Complementary color
Monochromatic Colors of #360B40
Black with #360B40
Text Example
Text Example
White with #360B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B40; }
p { color: rgb(54,11,64); }
H1.HeaderClassName
{
color: #360B40;
}
.AnyTagClassName
{
color: #360B40;
}
</style>
background-color css
<style>
a { background-color: #360B40; }
a { background-color: rgb(54,11,64); }
div.DivClassName
{
background-color: #360B40;
}
.BgClassName
{
background-color: #360B40;
}
</style>
border-color css
<style>
span { border-color: #360B40; }
span { border-color: rgb(54,11,64); }
td.TdClassName
{
border-color: #360B40;
}
.TagClassName
{
border-color: #360B40;
}
</style>