Shades of Blackcurrant #360847
Tints of Blackcurrant #360847
RGB
CMYK
RGB Variations
Color information
#360847 (or 0x360847) is known color: Blackcurrant. HEX triplet: 36, 08 and 47. RGB value is (54,8,71). Sum of RGB (Red+Green+Blue) = 54+8+71=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 71 (28.12% from 255 or 53.38% from 133); Max value from RGB is 71 - color contains mainly: blue. Hex color #360847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360847 is #C9F7B8. Grayscale: #1C1C1C. Windows color (decimal): -13236153 or 4655158. OLE color: 4655158.
HSL color Cylindrical-coordinate representation of color #360847: hue angle of 283.81º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360847 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 8 | 71 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.72 |
| HSL | 283.81º | 0.8% | 0.15% | - |
| HSV(B) | 283.81º | 0.89% | 0.28% | - |
| XYZ | 2.75 | 1.41 | 6.09 | - |
| YUV | 28.94 | 151.74 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 71 | 0.24 | 0.89 | 0 | 0.72 | 283.81 | 0.8 | 0.15 |
| Hex | 36 | 8 | 47 | 18 | 59 | 0 | 48 | 11C | 50 | F |
| Octal | 66 | 10 | 107 | 30 | 131 | 0 | 110 | 434 | 120 | 17 |
| Binary | 110110 | 1000 | 1000111 | 11000 | 1011001 | 0 | 1001000 | 100011100 | 1010000 | 1111 |
Color Harmonies of #360847
Complementary color
Monochromatic Colors of #360847
Black with #360847
Text Example
Text Example
White with #360847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360847; }
p { color: rgb(54,8,71); }
H1.HeaderClassName
{
color: #360847;
}
.AnyTagClassName
{
color: #360847;
}
</style>
background-color css
<style>
a { background-color: #360847; }
a { background-color: rgb(54,8,71); }
div.DivClassName
{
background-color: #360847;
}
.BgClassName
{
background-color: #360847;
}
</style>
border-color css
<style>
span { border-color: #360847; }
span { border-color: rgb(54,8,71); }
td.TdClassName
{
border-color: #360847;
}
.TagClassName
{
border-color: #360847;
}
</style>