Shades of Blackcurrant #361545
Tints of Blackcurrant #361545
RGB
CMYK
RGB Variations
Color information
#361545 (or 0x361545) is known color: Blackcurrant. HEX triplet: 36, 15 and 45. RGB value is (54,21,69). Sum of RGB (Red+Green+Blue) = 54+21+69=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #361545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361545 is #C9EABA. Grayscale: #242424. Windows color (decimal): -13232827 or 4527414. OLE color: 4527414.
HSL color Cylindrical-coordinate representation of color #361545: hue angle of 281.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #361545 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 21 | 69 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.73 |
| HSL | 281.25º | 0.53% | 0.18% | - |
| HSV(B) | 281.25º | 0.7% | 0.27% | - |
| XYZ | 2.86 | 1.75 | 5.82 | - |
| YUV | 36.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 69 | 0.22 | 0.70 | 0 | 0.73 | 281.25 | 0.53 | 0.18 |
| Hex | 36 | 15 | 45 | 16 | 46 | 0 | 49 | 119 | 35 | 12 |
| Octal | 66 | 25 | 105 | 26 | 106 | 0 | 111 | 431 | 65 | 22 |
| Binary | 110110 | 10101 | 1000101 | 10110 | 1000110 | 0 | 1001001 | 100011001 | 110101 | 10010 |
Color Harmonies of #361545
Complementary color
Monochromatic Colors of #361545
Black with #361545
Text Example
Text Example
White with #361545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361545; }
p { color: rgb(54,21,69); }
H1.HeaderClassName
{
color: #361545;
}
.AnyTagClassName
{
color: #361545;
}
</style>
background-color css
<style>
a { background-color: #361545; }
a { background-color: rgb(54,21,69); }
div.DivClassName
{
background-color: #361545;
}
.BgClassName
{
background-color: #361545;
}
</style>
border-color css
<style>
span { border-color: #361545; }
span { border-color: rgb(54,21,69); }
td.TdClassName
{
border-color: #361545;
}
.TagClassName
{
border-color: #361545;
}
</style>