Shades of Blackcurrant #360C4D
Tints of Blackcurrant #360C4D
RGB
CMYK
RGB Variations
Color information
#360C4D (or 0x360C4D) is known color: Blackcurrant. HEX triplet: 36, 0C and 4D. RGB value is (54,12,77). Sum of RGB (Red+Green+Blue) = 54+12+77=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #360C4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360C4D is #C9F3B2. Grayscale: #1F1F1F. Windows color (decimal): -13235123 or 5049398. OLE color: 5049398.
HSL color Cylindrical-coordinate representation of color #360C4D: hue angle of 278.77º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #360C4D is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 12 | 77 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.70 |
| HSL | 278.77º | 0.73% | 0.17% | - |
| HSV(B) | 278.77º | 0.84% | 0.3% | - |
| XYZ | 2.99 | 1.58 | 7.17 | - |
| YUV | 31.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 77 | 0.30 | 0.84 | 0 | 0.70 | 278.77 | 0.73 | 0.17 |
| Hex | 36 | C | 4D | 1E | 54 | 0 | 46 | 117 | 49 | 11 |
| Octal | 66 | 14 | 115 | 36 | 124 | 0 | 106 | 427 | 111 | 21 |
| Binary | 110110 | 1100 | 1001101 | 11110 | 1010100 | 0 | 1000110 | 100010111 | 1001001 | 10001 |
Color Harmonies of #360C4D
Complementary color
Monochromatic Colors of #360C4D
Black with #360C4D
Text Example
Text Example
White with #360C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C4D; }
p { color: rgb(54,12,77); }
H1.HeaderClassName
{
color: #360C4D;
}
.AnyTagClassName
{
color: #360C4D;
}
</style>
background-color css
<style>
a { background-color: #360C4D; }
a { background-color: rgb(54,12,77); }
div.DivClassName
{
background-color: #360C4D;
}
.BgClassName
{
background-color: #360C4D;
}
</style>
border-color css
<style>
span { border-color: #360C4D; }
span { border-color: rgb(54,12,77); }
td.TdClassName
{
border-color: #360C4D;
}
.TagClassName
{
border-color: #360C4D;
}
</style>