Shades of Blackcurrant #360744
Tints of Blackcurrant #360744
RGB
CMYK
RGB Variations
Color information
#360744 (or 0x360744) is known color: Blackcurrant. HEX triplet: 36, 07 and 44. RGB value is (54,7,68). Sum of RGB (Red+Green+Blue) = 54+7+68=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 68 (26.95% from 255 or 52.71% from 129); Max value from RGB is 68 - color contains mainly: blue. Hex color #360744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360744 is #C9F8BB. Grayscale: #1B1B1B. Windows color (decimal): -13236412 or 4458294. OLE color: 4458294.
HSL color Cylindrical-coordinate representation of color #360744: hue angle of 286.23º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360744 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 7 | 68 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.73 |
| HSL | 286.23º | 0.81% | 0.15% | - |
| HSV(B) | 286.23º | 0.9% | 0.27% | - |
| XYZ | 2.64 | 1.35 | 5.59 | - |
| YUV | 28.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 68 | 0.21 | 0.90 | 0 | 0.73 | 286.23 | 0.81 | 0.15 |
| Hex | 36 | 7 | 44 | 15 | 5A | 0 | 49 | 11E | 51 | F |
| Octal | 66 | 7 | 104 | 25 | 132 | 0 | 111 | 436 | 121 | 17 |
| Binary | 110110 | 111 | 1000100 | 10101 | 1011010 | 0 | 1001001 | 100011110 | 1010001 | 1111 |
Color Harmonies of #360744
Complementary color
Monochromatic Colors of #360744
Black with #360744
Text Example
Text Example
White with #360744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360744; }
p { color: rgb(54,7,68); }
H1.HeaderClassName
{
color: #360744;
}
.AnyTagClassName
{
color: #360744;
}
</style>
background-color css
<style>
a { background-color: #360744; }
a { background-color: rgb(54,7,68); }
div.DivClassName
{
background-color: #360744;
}
.BgClassName
{
background-color: #360744;
}
</style>
border-color css
<style>
span { border-color: #360744; }
span { border-color: rgb(54,7,68); }
td.TdClassName
{
border-color: #360744;
}
.TagClassName
{
border-color: #360744;
}
</style>