Shades of Blackcurrant #360447
Tints of Blackcurrant #360447
RGB
CMYK
RGB Variations
Color information
#360447 (or 0x360447) is known color: Blackcurrant. HEX triplet: 36, 04 and 47. RGB value is (54,4,71). Sum of RGB (Red+Green+Blue) = 54+4+71=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #360447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360447 is #C9FBB8. Grayscale: #1A1A1A. Windows color (decimal): -13237177 or 4654134. OLE color: 4654134.
HSL color Cylindrical-coordinate representation of color #360447: hue angle of 284.78º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360447 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 4 | 71 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.72 |
| HSL | 284.78º | 0.89% | 0.15% | - |
| HSV(B) | 284.78º | 0.94% | 0.28% | - |
| XYZ | 2.7 | 1.33 | 6.07 | - |
| YUV | 26.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 71 | 0.24 | 0.94 | 0 | 0.72 | 284.78 | 0.89 | 0.15 |
| Hex | 36 | 4 | 47 | 18 | 5E | 0 | 48 | 11D | 59 | F |
| Octal | 66 | 4 | 107 | 30 | 136 | 0 | 110 | 435 | 131 | 17 |
| Binary | 110110 | 100 | 1000111 | 11000 | 1011110 | 0 | 1001000 | 100011101 | 1011001 | 1111 |
Color Harmonies of #360447
Complementary color
Monochromatic Colors of #360447
Black with #360447
Text Example
Text Example
White with #360447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360447; }
p { color: rgb(54,4,71); }
H1.HeaderClassName
{
color: #360447;
}
.AnyTagClassName
{
color: #360447;
}
</style>
background-color css
<style>
a { background-color: #360447; }
a { background-color: rgb(54,4,71); }
div.DivClassName
{
background-color: #360447;
}
.BgClassName
{
background-color: #360447;
}
</style>
border-color css
<style>
span { border-color: #360447; }
span { border-color: rgb(54,4,71); }
td.TdClassName
{
border-color: #360447;
}
.TagClassName
{
border-color: #360447;
}
</style>