Shades of Blackcurrant #360F51
Tints of Blackcurrant #360F51
RGB
CMYK
RGB Variations
Color information
#360F51 (or 0x360F51) is known color: Blackcurrant. HEX triplet: 36, 0F and 51. RGB value is (54,15,81). Sum of RGB (Red+Green+Blue) = 54+15+81=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #360F51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360F51 is #C9F0AE. Grayscale: #212121. Windows color (decimal): -13234351 or 5312310. OLE color: 5312310.
HSL color Cylindrical-coordinate representation of color #360F51: hue angle of 275.45º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #360F51 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 15 | 81 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.68 |
| HSL | 275.45º | 0.69% | 0.19% | - |
| HSV(B) | 275.45º | 0.81% | 0.32% | - |
| XYZ | 3.18 | 1.72 | 7.95 | - |
| YUV | 34.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 81 | 0.33 | 0.81 | 0 | 0.68 | 275.45 | 0.69 | 0.19 |
| Hex | 36 | F | 51 | 21 | 51 | 0 | 44 | 113 | 45 | 13 |
| Octal | 66 | 17 | 121 | 41 | 121 | 0 | 104 | 423 | 105 | 23 |
| Binary | 110110 | 1111 | 1010001 | 100001 | 1010001 | 0 | 1000100 | 100010011 | 1000101 | 10011 |
Color Harmonies of #360F51
Complementary color
Monochromatic Colors of #360F51
Black with #360F51
Text Example
Text Example
White with #360F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F51; }
p { color: rgb(54,15,81); }
H1.HeaderClassName
{
color: #360F51;
}
.AnyTagClassName
{
color: #360F51;
}
</style>
background-color css
<style>
a { background-color: #360F51; }
a { background-color: rgb(54,15,81); }
div.DivClassName
{
background-color: #360F51;
}
.BgClassName
{
background-color: #360F51;
}
</style>
border-color css
<style>
span { border-color: #360F51; }
span { border-color: rgb(54,15,81); }
td.TdClassName
{
border-color: #360F51;
}
.TagClassName
{
border-color: #360F51;
}
</style>