Shades of Blackcurrant #361845
Tints of Blackcurrant #361845
RGB
CMYK
RGB Variations
Color information
#361845 (or 0x361845) is known color: Blackcurrant. HEX triplet: 36, 18 and 45. RGB value is (54,24,69). Sum of RGB (Red+Green+Blue) = 54+24+69=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 69 - color contains mainly: blue. Hex color #361845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361845 is #C9E7BA. Grayscale: #252525. Windows color (decimal): -13232059 or 4528182. OLE color: 4528182.
HSL color Cylindrical-coordinate representation of color #361845: hue angle of 280º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #361845 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 24 | 69 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.73 |
| HSL | 280º | 0.48% | 0.18% | - |
| HSV(B) | 280º | 0.65% | 0.27% | - |
| XYZ | 2.92 | 1.87 | 5.84 | - |
| YUV | 38.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 24 | 69 | 0.22 | 0.65 | 0 | 0.73 | 280 | 0.48 | 0.18 |
| Hex | 36 | 18 | 45 | 16 | 41 | 0 | 49 | 118 | 30 | 12 |
| Octal | 66 | 30 | 105 | 26 | 101 | 0 | 111 | 430 | 60 | 22 |
| Binary | 110110 | 11000 | 1000101 | 10110 | 1000001 | 0 | 1001001 | 100011000 | 110000 | 10010 |
Color Harmonies of #361845
Complementary color
Monochromatic Colors of #361845
Black with #361845
Text Example
Text Example
White with #361845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361845; }
p { color: rgb(54,24,69); }
H1.HeaderClassName
{
color: #361845;
}
.AnyTagClassName
{
color: #361845;
}
</style>
background-color css
<style>
a { background-color: #361845; }
a { background-color: rgb(54,24,69); }
div.DivClassName
{
background-color: #361845;
}
.BgClassName
{
background-color: #361845;
}
</style>
border-color css
<style>
span { border-color: #361845; }
span { border-color: rgb(54,24,69); }
td.TdClassName
{
border-color: #361845;
}
.TagClassName
{
border-color: #361845;
}
</style>