Shades of Blackcurrant #360042
Tints of Blackcurrant #360042
RGB
CMYK
RGB Variations
Color information
#360042 (or 0x360042) is known color: Blackcurrant. HEX triplet: 36, 00 and 42. RGB value is (54,0,66). Sum of RGB (Red+Green+Blue) = 54+0+66=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 66 (26.17% from 255 or 55% from 120); Max value from RGB is 66 - color contains mainly: blue. Hex color #360042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360042 is #C9FFBD. Grayscale: #171717. Windows color (decimal): -13238206 or 4325430. OLE color: 4325430.
HSL color Cylindrical-coordinate representation of color #360042: hue angle of 289.09º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360042 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 0 | 66 | - |
| CMYK | 0.18 | 1 | 0 | 0.74 |
| HSL | 289.09º | 1% | 0.13% | - |
| HSV(B) | 289.09º | 1% | 0.26% | - |
| XYZ | 2.5 | 1.18 | 5.25 | - |
| YUV | 23.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 66 | 0.18 | 1 | 0 | 0.74 | 289.09 | 1 | 0.13 |
| Hex | 36 | 0 | 42 | 12 | 64 | 0 | 4A | 121 | 64 | D |
| Octal | 66 | 0 | 102 | 22 | 144 | 0 | 112 | 441 | 144 | 15 |
| Binary | 110110 | 0 | 1000010 | 10010 | 1100100 | 0 | 1001010 | 100100001 | 1100100 | 1101 |
Color Harmonies of #360042
Complementary color
Monochromatic Colors of #360042
Black with #360042
Text Example
Text Example
White with #360042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360042; }
p { color: rgb(54,0,66); }
H1.HeaderClassName
{
color: #360042;
}
.AnyTagClassName
{
color: #360042;
}
</style>
background-color css
<style>
a { background-color: #360042; }
a { background-color: rgb(54,0,66); }
div.DivClassName
{
background-color: #360042;
}
.BgClassName
{
background-color: #360042;
}
</style>
border-color css
<style>
span { border-color: #360042; }
span { border-color: rgb(54,0,66); }
td.TdClassName
{
border-color: #360042;
}
.TagClassName
{
border-color: #360042;
}
</style>