Shades of Blackcurrant #360049
Tints of Blackcurrant #360049
RGB
CMYK
RGB Variations
Color information
#360049 (or 0x360049) is known color: Blackcurrant. HEX triplet: 36, 00 and 49. RGB value is (54,0,73). Sum of RGB (Red+Green+Blue) = 54+0+73=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 73 (28.91% from 255 or 57.48% from 127); Max value from RGB is 73 - color contains mainly: blue. Hex color #360049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360049 is #C9FFB6. Grayscale: #181818. Windows color (decimal): -13238199 or 4784182. OLE color: 4784182.
HSL color Cylindrical-coordinate representation of color #360049: hue angle of 284.38º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360049 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 0 | 73 | - |
| CMYK | 0.26 | 1 | 0 | 0.71 |
| HSL | 284.38º | 1% | 0.14% | - |
| HSV(B) | 284.38º | 1% | 0.29% | - |
| XYZ | 2.72 | 1.27 | 6.4 | - |
| YUV | 24.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 73 | 0.26 | 1 | 0 | 0.71 | 284.38 | 1 | 0.14 |
| Hex | 36 | 0 | 49 | 1A | 64 | 0 | 47 | 11C | 64 | E |
| Octal | 66 | 0 | 111 | 32 | 144 | 0 | 107 | 434 | 144 | 16 |
| Binary | 110110 | 0 | 1001001 | 11010 | 1100100 | 0 | 1000111 | 100011100 | 1100100 | 1110 |
Color Harmonies of #360049
Complementary color
Monochromatic Colors of #360049
Black with #360049
Text Example
Text Example
White with #360049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360049; }
p { color: rgb(54,0,73); }
H1.HeaderClassName
{
color: #360049;
}
.AnyTagClassName
{
color: #360049;
}
</style>
background-color css
<style>
a { background-color: #360049; }
a { background-color: rgb(54,0,73); }
div.DivClassName
{
background-color: #360049;
}
.BgClassName
{
background-color: #360049;
}
</style>
border-color css
<style>
span { border-color: #360049; }
span { border-color: rgb(54,0,73); }
td.TdClassName
{
border-color: #360049;
}
.TagClassName
{
border-color: #360049;
}
</style>