Shades of Blackcurrant #361947
Tints of Blackcurrant #361947
RGB
CMYK
RGB Variations
Color information
#361947 (or 0x361947) is known color: Blackcurrant. HEX triplet: 36, 19 and 47. RGB value is (54,25,71). Sum of RGB (Red+Green+Blue) = 54+25+71=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #361947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361947 is #C9E6B8. Grayscale: #262626. Windows color (decimal): -13231801 or 4659510. OLE color: 4659510.
HSL color Cylindrical-coordinate representation of color #361947: hue angle of 277.83º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #361947 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 25 | 71 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.72 |
| HSL | 277.83º | 0.48% | 0.19% | - |
| HSV(B) | 277.83º | 0.65% | 0.28% | - |
| XYZ | 3.01 | 1.93 | 6.18 | - |
| YUV | 38.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 71 | 0.24 | 0.65 | 0 | 0.72 | 277.83 | 0.48 | 0.19 |
| Hex | 36 | 19 | 47 | 18 | 41 | 0 | 48 | 116 | 30 | 13 |
| Octal | 66 | 31 | 107 | 30 | 101 | 0 | 110 | 426 | 60 | 23 |
| Binary | 110110 | 11001 | 1000111 | 11000 | 1000001 | 0 | 1001000 | 100010110 | 110000 | 10011 |
Color Harmonies of #361947
Complementary color
Monochromatic Colors of #361947
Black with #361947
Text Example
Text Example
White with #361947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361947; }
p { color: rgb(54,25,71); }
H1.HeaderClassName
{
color: #361947;
}
.AnyTagClassName
{
color: #361947;
}
</style>
background-color css
<style>
a { background-color: #361947; }
a { background-color: rgb(54,25,71); }
div.DivClassName
{
background-color: #361947;
}
.BgClassName
{
background-color: #361947;
}
</style>
border-color css
<style>
span { border-color: #361947; }
span { border-color: rgb(54,25,71); }
td.TdClassName
{
border-color: #361947;
}
.TagClassName
{
border-color: #361947;
}
</style>