Shades of Blackcurrant #360445
Tints of Blackcurrant #360445
RGB
CMYK
RGB Variations
Color information
#360445 (or 0x360445) is known color: Blackcurrant. HEX triplet: 36, 04 and 45. RGB value is (54,4,69). Sum of RGB (Red+Green+Blue) = 54+4+69=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 69 (27.34% from 255 or 54.33% from 127); Max value from RGB is 69 - color contains mainly: blue. Hex color #360445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360445 is #C9FBBA. Grayscale: #1A1A1A. Windows color (decimal): -13237179 or 4523062. OLE color: 4523062.
HSL color Cylindrical-coordinate representation of color #360445: hue angle of 286.15º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360445 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 4 | 69 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.73 |
| HSL | 286.15º | 0.89% | 0.14% | - |
| HSV(B) | 286.15º | 0.94% | 0.27% | - |
| XYZ | 2.64 | 1.3 | 5.74 | - |
| YUV | 26.36 | 152.07 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 69 | 0.22 | 0.94 | 0 | 0.73 | 286.15 | 0.89 | 0.14 |
| Hex | 36 | 4 | 45 | 16 | 5E | 0 | 49 | 11E | 59 | E |
| Octal | 66 | 4 | 105 | 26 | 136 | 0 | 111 | 436 | 131 | 16 |
| Binary | 110110 | 100 | 1000101 | 10110 | 1011110 | 0 | 1001001 | 100011110 | 1011001 | 1110 |
Color Harmonies of #360445
Complementary color
Monochromatic Colors of #360445
Black with #360445
Text Example
Text Example
White with #360445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360445; }
p { color: rgb(54,4,69); }
H1.HeaderClassName
{
color: #360445;
}
.AnyTagClassName
{
color: #360445;
}
</style>
background-color css
<style>
a { background-color: #360445; }
a { background-color: rgb(54,4,69); }
div.DivClassName
{
background-color: #360445;
}
.BgClassName
{
background-color: #360445;
}
</style>
border-color css
<style>
span { border-color: #360445; }
span { border-color: rgb(54,4,69); }
td.TdClassName
{
border-color: #360445;
}
.TagClassName
{
border-color: #360445;
}
</style>