Shades of Blackcurrant #361849
Tints of Blackcurrant #361849
RGB
CMYK
RGB Variations
Color information
#361849 (or 0x361849) is known color: Blackcurrant. HEX triplet: 36, 18 and 49. RGB value is (54,24,73). Sum of RGB (Red+Green+Blue) = 54+24+73=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #361849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361849 is #C9E7B6. Grayscale: #262626. Windows color (decimal): -13232055 or 4790326. OLE color: 4790326.
HSL color Cylindrical-coordinate representation of color #361849: hue angle of 276.73º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361849 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 24 | 73 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.71 |
| HSL | 276.73º | 0.51% | 0.19% | - |
| HSV(B) | 276.73º | 0.67% | 0.29% | - |
| XYZ | 3.05 | 1.92 | 6.51 | - |
| YUV | 38.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 24 | 73 | 0.26 | 0.67 | 0 | 0.71 | 276.73 | 0.51 | 0.19 |
| Hex | 36 | 18 | 49 | 1A | 43 | 0 | 47 | 115 | 33 | 13 |
| Octal | 66 | 30 | 111 | 32 | 103 | 0 | 107 | 425 | 63 | 23 |
| Binary | 110110 | 11000 | 1001001 | 11010 | 1000011 | 0 | 1000111 | 100010101 | 110011 | 10011 |
Color Harmonies of #361849
Complementary color
Monochromatic Colors of #361849
Black with #361849
Text Example
Text Example
White with #361849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361849; }
p { color: rgb(54,24,73); }
H1.HeaderClassName
{
color: #361849;
}
.AnyTagClassName
{
color: #361849;
}
</style>
background-color css
<style>
a { background-color: #361849; }
a { background-color: rgb(54,24,73); }
div.DivClassName
{
background-color: #361849;
}
.BgClassName
{
background-color: #361849;
}
</style>
border-color css
<style>
span { border-color: #361849; }
span { border-color: rgb(54,24,73); }
td.TdClassName
{
border-color: #361849;
}
.TagClassName
{
border-color: #361849;
}
</style>