Shades of Blackcurrant #360349
Tints of Blackcurrant #360349
RGB
CMYK
RGB Variations
Color information
#360349 (or 0x360349) is known color: Blackcurrant. HEX triplet: 36, 03 and 49. RGB value is (54,3,73). Sum of RGB (Red+Green+Blue) = 54+3+73=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #360349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360349 is #C9FCB6. Grayscale: #1A1A1A. Windows color (decimal): -13237431 or 4784950. OLE color: 4784950.
HSL color Cylindrical-coordinate representation of color #360349: hue angle of 283.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360349 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 3 | 73 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.71 |
| HSL | 283.71º | 0.92% | 0.15% | - |
| HSV(B) | 283.71º | 0.96% | 0.29% | - |
| XYZ | 2.76 | 1.33 | 6.41 | - |
| YUV | 26.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 73 | 0.26 | 0.96 | 0 | 0.71 | 283.71 | 0.92 | 0.15 |
| Hex | 36 | 3 | 49 | 1A | 60 | 0 | 47 | 11C | 5C | F |
| Octal | 66 | 3 | 111 | 32 | 140 | 0 | 107 | 434 | 134 | 17 |
| Binary | 110110 | 11 | 1001001 | 11010 | 1100000 | 0 | 1000111 | 100011100 | 1011100 | 1111 |
Color Harmonies of #360349
Complementary color
Monochromatic Colors of #360349
Black with #360349
Text Example
Text Example
White with #360349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360349; }
p { color: rgb(54,3,73); }
H1.HeaderClassName
{
color: #360349;
}
.AnyTagClassName
{
color: #360349;
}
</style>
background-color css
<style>
a { background-color: #360349; }
a { background-color: rgb(54,3,73); }
div.DivClassName
{
background-color: #360349;
}
.BgClassName
{
background-color: #360349;
}
</style>
border-color css
<style>
span { border-color: #360349; }
span { border-color: rgb(54,3,73); }
td.TdClassName
{
border-color: #360349;
}
.TagClassName
{
border-color: #360349;
}
</style>