Shades of Blackcurrant #360D40
Tints of Blackcurrant #360D40
RGB
CMYK
RGB Variations
Color information
#360D40 (or 0x360D40) is known color: Blackcurrant. HEX triplet: 36, 0D and 40. RGB value is (54,13,64). Sum of RGB (Red+Green+Blue) = 54+13+64=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #360D40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D40 is #C9F2BF. Grayscale: #1E1E1E. Windows color (decimal): -13234880 or 4197686. OLE color: 4197686.
HSL color Cylindrical-coordinate representation of color #360D40: hue angle of 288.24º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360D40 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 13 | 64 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.75 |
| HSL | 288.24º | 0.66% | 0.15% | - |
| HSV(B) | 288.24º | 0.8% | 0.25% | - |
| XYZ | 2.59 | 1.44 | 4.99 | - |
| YUV | 31.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 64 | 0.16 | 0.80 | 0 | 0.75 | 288.24 | 0.66 | 0.15 |
| Hex | 36 | D | 40 | 10 | 50 | 0 | 4B | 120 | 42 | F |
| Octal | 66 | 15 | 100 | 20 | 120 | 0 | 113 | 440 | 102 | 17 |
| Binary | 110110 | 1101 | 1000000 | 10000 | 1010000 | 0 | 1001011 | 100100000 | 1000010 | 1111 |
Color Harmonies of #360D40
Complementary color
Monochromatic Colors of #360D40
Black with #360D40
Text Example
Text Example
White with #360D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D40; }
p { color: rgb(54,13,64); }
H1.HeaderClassName
{
color: #360D40;
}
.AnyTagClassName
{
color: #360D40;
}
</style>
background-color css
<style>
a { background-color: #360D40; }
a { background-color: rgb(54,13,64); }
div.DivClassName
{
background-color: #360D40;
}
.BgClassName
{
background-color: #360D40;
}
</style>
border-color css
<style>
span { border-color: #360D40; }
span { border-color: rgb(54,13,64); }
td.TdClassName
{
border-color: #360D40;
}
.TagClassName
{
border-color: #360D40;
}
</style>