Shades of Blackcurrant #362047
Tints of Blackcurrant #362047
RGB
CMYK
RGB Variations
Color information
#362047 (or 0x362047) is known color: Blackcurrant. HEX triplet: 36, 20 and 47. RGB value is (54,32,71). Sum of RGB (Red+Green+Blue) = 54+32+71=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 71 - color contains mainly: blue. Hex color #362047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362047 is #C9DFB8. Grayscale: #2A2A2A. Windows color (decimal): -13230009 or 4661302. OLE color: 4661302.
HSL color Cylindrical-coordinate representation of color #362047: hue angle of 273.85º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #362047 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 32 | 71 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.72 |
| HSL | 273.85º | 0.38% | 0.2% | - |
| HSV(B) | 273.85º | 0.55% | 0.28% | - |
| XYZ | 3.18 | 2.27 | 6.23 | - |
| YUV | 43.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 71 | 0.24 | 0.55 | 0 | 0.72 | 273.85 | 0.38 | 0.2 |
| Hex | 36 | 20 | 47 | 18 | 37 | 0 | 48 | 112 | 26 | 14 |
| Octal | 66 | 40 | 107 | 30 | 67 | 0 | 110 | 422 | 46 | 24 |
| Binary | 110110 | 100000 | 1000111 | 11000 | 110111 | 0 | 1001000 | 100010010 | 100110 | 10100 |
Color Harmonies of #362047
Complementary color
Monochromatic Colors of #362047
Black with #362047
Text Example
Text Example
White with #362047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362047; }
p { color: rgb(54,32,71); }
H1.HeaderClassName
{
color: #362047;
}
.AnyTagClassName
{
color: #362047;
}
</style>
background-color css
<style>
a { background-color: #362047; }
a { background-color: rgb(54,32,71); }
div.DivClassName
{
background-color: #362047;
}
.BgClassName
{
background-color: #362047;
}
</style>
border-color css
<style>
span { border-color: #362047; }
span { border-color: rgb(54,32,71); }
td.TdClassName
{
border-color: #362047;
}
.TagClassName
{
border-color: #362047;
}
</style>