Shades of Blackcurrant #360446
Tints of Blackcurrant #360446
RGB
CMYK
RGB Variations
Color information
#360446 (or 0x360446) is known color: Blackcurrant. HEX triplet: 36, 04 and 46. RGB value is (54,4,70). Sum of RGB (Red+Green+Blue) = 54+4+70=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #360446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360446 is #C9FBB9. Grayscale: #1A1A1A. Windows color (decimal): -13237178 or 4588598. OLE color: 4588598.
HSL color Cylindrical-coordinate representation of color #360446: hue angle of 285.45º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360446 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 4 | 70 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.73 |
| HSL | 285.45º | 0.89% | 0.15% | - |
| HSV(B) | 285.45º | 0.94% | 0.27% | - |
| XYZ | 2.67 | 1.31 | 5.91 | - |
| YUV | 26.47 | 152.57 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 70 | 0.23 | 0.94 | 0 | 0.73 | 285.45 | 0.89 | 0.15 |
| Hex | 36 | 4 | 46 | 17 | 5E | 0 | 49 | 11D | 59 | F |
| Octal | 66 | 4 | 106 | 27 | 136 | 0 | 111 | 435 | 131 | 17 |
| Binary | 110110 | 100 | 1000110 | 10111 | 1011110 | 0 | 1001001 | 100011101 | 1011001 | 1111 |
Color Harmonies of #360446
Complementary color
Monochromatic Colors of #360446
Black with #360446
Text Example
Text Example
White with #360446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360446; }
p { color: rgb(54,4,70); }
H1.HeaderClassName
{
color: #360446;
}
.AnyTagClassName
{
color: #360446;
}
</style>
background-color css
<style>
a { background-color: #360446; }
a { background-color: rgb(54,4,70); }
div.DivClassName
{
background-color: #360446;
}
.BgClassName
{
background-color: #360446;
}
</style>
border-color css
<style>
span { border-color: #360446; }
span { border-color: rgb(54,4,70); }
td.TdClassName
{
border-color: #360446;
}
.TagClassName
{
border-color: #360446;
}
</style>