Shades of Blackcurrant #360054
Tints of Blackcurrant #360054
RGB
CMYK
RGB Variations
Color information
#360054 (or 0x360054) is known color: Blackcurrant. HEX triplet: 36, 00 and 54. RGB value is (54,0,84). Sum of RGB (Red+Green+Blue) = 54+0+84=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 84 (33.20% from 255 or 60.87% from 138); Max value from RGB is 84 - color contains mainly: blue. Hex color #360054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360054 is #C9FFAB. Grayscale: #191919. Windows color (decimal): -13238188 or 5505078. OLE color: 5505078.
HSL color Cylindrical-coordinate representation of color #360054: hue angle of 278.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360054 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 0 | 84 | - |
| CMYK | 0.36 | 1 | 0 | 0.67 |
| HSL | 278.57º | 1% | 0.16% | - |
| HSV(B) | 278.57º | 1% | 0.33% | - |
| XYZ | 3.12 | 1.42 | 8.5 | - |
| YUV | 25.72 | 160.89 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 84 | 0.36 | 1 | 0 | 0.67 | 278.57 | 1 | 0.16 |
| Hex | 36 | 0 | 54 | 24 | 64 | 0 | 43 | 117 | 64 | 10 |
| Octal | 66 | 0 | 124 | 44 | 144 | 0 | 103 | 427 | 144 | 20 |
| Binary | 110110 | 0 | 1010100 | 100100 | 1100100 | 0 | 1000011 | 100010111 | 1100100 | 10000 |
Color Harmonies of #360054
Complementary color
Monochromatic Colors of #360054
Black with #360054
Text Example
Text Example
White with #360054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360054; }
p { color: rgb(54,0,84); }
H1.HeaderClassName
{
color: #360054;
}
.AnyTagClassName
{
color: #360054;
}
</style>
background-color css
<style>
a { background-color: #360054; }
a { background-color: rgb(54,0,84); }
div.DivClassName
{
background-color: #360054;
}
.BgClassName
{
background-color: #360054;
}
</style>
border-color css
<style>
span { border-color: #360054; }
span { border-color: rgb(54,0,84); }
td.TdClassName
{
border-color: #360054;
}
.TagClassName
{
border-color: #360054;
}
</style>