Shades of Blackcurrant #360640
Tints of Blackcurrant #360640
RGB
CMYK
RGB Variations
Color information
#360640 (or 0x360640) is known color: Blackcurrant. HEX triplet: 36, 06 and 40. RGB value is (54,6,64). Sum of RGB (Red+Green+Blue) = 54+6+64=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #360640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360640 is #C9F9BF. Grayscale: #1A1A1A. Windows color (decimal): -13236672 or 4195894. OLE color: 4195894.
HSL color Cylindrical-coordinate representation of color #360640: hue angle of 289.66º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360640 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 6 | 64 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.75 |
| HSL | 289.66º | 0.83% | 0.14% | - |
| HSV(B) | 289.66º | 0.91% | 0.25% | - |
| XYZ | 2.51 | 1.28 | 4.97 | - |
| YUV | 26.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 64 | 0.16 | 0.91 | 0 | 0.75 | 289.66 | 0.83 | 0.14 |
| Hex | 36 | 6 | 40 | 10 | 5B | 0 | 4B | 122 | 53 | E |
| Octal | 66 | 6 | 100 | 20 | 133 | 0 | 113 | 442 | 123 | 16 |
| Binary | 110110 | 110 | 1000000 | 10000 | 1011011 | 0 | 1001011 | 100100010 | 1010011 | 1110 |
Color Harmonies of #360640
Complementary color
Monochromatic Colors of #360640
Black with #360640
Text Example
Text Example
White with #360640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360640; }
p { color: rgb(54,6,64); }
H1.HeaderClassName
{
color: #360640;
}
.AnyTagClassName
{
color: #360640;
}
</style>
background-color css
<style>
a { background-color: #360640; }
a { background-color: rgb(54,6,64); }
div.DivClassName
{
background-color: #360640;
}
.BgClassName
{
background-color: #360640;
}
</style>
border-color css
<style>
span { border-color: #360640; }
span { border-color: rgb(54,6,64); }
td.TdClassName
{
border-color: #360640;
}
.TagClassName
{
border-color: #360640;
}
</style>