Shades of Blackcurrant #360044
Tints of Blackcurrant #360044
RGB
CMYK
RGB Variations
Color information
#360044 (or 0x360044) is known color: Blackcurrant. HEX triplet: 36, 00 and 44. RGB value is (54,0,68). Sum of RGB (Red+Green+Blue) = 54+0+68=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 68 (26.95% from 255 or 55.74% from 122); Max value from RGB is 68 - color contains mainly: blue. Hex color #360044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360044 is #C9FFBB. Grayscale: #171717. Windows color (decimal): -13238204 or 4456502. OLE color: 4456502.
HSL color Cylindrical-coordinate representation of color #360044: hue angle of 287.65º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360044 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 0 | 68 | - |
| CMYK | 0.21 | 1 | 0 | 0.73 |
| HSL | 287.65º | 1% | 0.13% | - |
| HSV(B) | 287.65º | 1% | 0.27% | - |
| XYZ | 2.56 | 1.2 | 5.57 | - |
| YUV | 23.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 68 | 0.21 | 1 | 0 | 0.73 | 287.65 | 1 | 0.13 |
| Hex | 36 | 0 | 44 | 15 | 64 | 0 | 49 | 120 | 64 | D |
| Octal | 66 | 0 | 104 | 25 | 144 | 0 | 111 | 440 | 144 | 15 |
| Binary | 110110 | 0 | 1000100 | 10101 | 1100100 | 0 | 1001001 | 100100000 | 1100100 | 1101 |
Color Harmonies of #360044
Complementary color
Monochromatic Colors of #360044
Black with #360044
Text Example
Text Example
White with #360044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360044; }
p { color: rgb(54,0,68); }
H1.HeaderClassName
{
color: #360044;
}
.AnyTagClassName
{
color: #360044;
}
</style>
background-color css
<style>
a { background-color: #360044; }
a { background-color: rgb(54,0,68); }
div.DivClassName
{
background-color: #360044;
}
.BgClassName
{
background-color: #360044;
}
</style>
border-color css
<style>
span { border-color: #360044; }
span { border-color: rgb(54,0,68); }
td.TdClassName
{
border-color: #360044;
}
.TagClassName
{
border-color: #360044;
}
</style>